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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: unset;
}

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

li {
  list-style: none;
}

h1 {
  margin: unset;
}

h2 {
  margin: unset;
}

h3 {
  margin: unset;
}

h4 {
  margin: unset;
}

h5 {
  margin: unset;
}

h6 {
  margin: unset;
}

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

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

body {
  font-weight: 400;
  color: #444;
  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-footer {
  margin-top: 60px;
  padding: 30px 20px;
  background: #CC141C;
  color: #fff;
  text-align: center;
}
.l-footer h3 {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer h3 {
    font-size: calc(26 / 400 * 100vw);
  }
}
.l-footer p {
  font-size: 1.4rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer p {
    font-size: calc(14 / 400 * 100vw);
  }
}
.l-footer .c-btn {
  margin: 20px 0;
  width: 100% !important;
}

.p-copy {
  padding: 5px 0;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-copy {
    font-size: calc(12 / 400 * 100vw);
  }
}

.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(../images/bg_spring.jpg) no-repeat center center;
  background-size: cover;
  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: calc(452 / 1440 * 100vw);
  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: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-backdrop__header {
    display: none;
  }
}
.l-backdrop__header-head {
  margin-top: -100px;
  width: min(520 / 1440 * 100vw, 520px);
  position: relative;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .l-backdrop__header-head {
    padding-right: 80px;
  }
}
.l-backdrop__header-head-title {
  display: block;
  margin-bottom: min(37 / 1440 * 100vw, 37px);
  margin-left: auto;
  margin-right: auto;
  width: min(350 / 1440 * 100vw, 350px);
  text-align: center;
}
.l-backdrop__header-head-title img {
  display: block;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-backdrop__header-head-title {
    margin-bottom: calc(31 / 1440 * 100vw);
    width: calc(297 / 1440 * 100vw);
  }
}
.l-backdrop__header-head-text {
  width: min(350 / 1440 * 100vw, 350px);
  margin: 0 auto;
}
.l-backdrop__header-content {
  margin-top: -100px;
  position: relative;
  width: min(520 / 1440 * 100vw, 520px);
}
@media screen and (max-width: 1200px) {
  .l-backdrop__header-content {
    padding-left: 80px;
  }
}
.l-backdrop__header-content-inner {
  width: min(325 / 1440 * 100vw, 325px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-backdrop__header-content-inner {
    width: calc(271 / 1440 * 100vw);
  }
}
.l-backdrop__header-content-btn {
  margin-bottom: min(15 / 1440 * 100vw, 15px);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-backdrop__header-content-btn {
    margin-bottom: calc(12.5 / 1440 * 100vw);
  }
  .l-backdrop__header-content-btn .c-btn {
    width: calc(271 / 1440 * 100vw);
    padding: calc(17 / 1440 * 100vw) 0;
    font-size: calc(15 / 1440 * 100vw);
  }
  .l-backdrop__header-content-btn .c-btn::before {
    width: calc(9.2 / 1440 * 100vw);
    height: calc(9.2 / 1440 * 100vw);
  }
}
.l-backdrop__header-content-btn:last-of-type {
  margin-top: min(60 / 1440 * 100vw, 60px);
}

.l-main-content {
  background: #FFFCF4;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 26px 25px 9px rgba(130, 164, 171, 0.5);
          box-shadow: 0px 26px 25px 9px rgba(130, 164, 171, 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-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: calc(325 / 400 * 100vw);
    font-size: calc(18 / 400 * 100vw);
    padding: calc(20 / 400 * 100vw) 0;
    border-radius: calc(999 / 400 * 100vw);
    -webkit-box-shadow: calc(3 / 400 * 100vw) calc(3 / 400 * 100vw) calc(6 / 400 * 100vw) 0px rgba(161, 117, 30, 0.7607843137);
            box-shadow: calc(3 / 400 * 100vw) calc(3 / 400 * 100vw) calc(6 / 400 * 100vw) 0px rgba(161, 117, 30, 0.7607843137);
  }
}

.c-btn {
  display: block;
  width: min(325 / 1440 * 100vw, 325px);
  font-size: min(18 / 1440 * 100vw, 18px);
  font-weight: 600;
  text-align: center;
  border-radius: min(999 / 1440 * 100vw, 999px);
  padding: min(20 / 1440 * 100vw, 20px) 0;
  line-height: 1;
  position: relative;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn {
    width: calc(325 / 400 * 100vw);
    font-size: calc(18 / 400 * 100vw);
    padding: calc(20 / 400 * 100vw) 0;
    border-radius: calc(999 / 400 * 100vw);
    -webkit-box-shadow: calc(3 / 400 * 100vw) calc(3 / 400 * 100vw) calc(6 / 400 * 100vw) 0px rgba(0, 0, 0, 0.2);
            box-shadow: calc(3 / 400 * 100vw) calc(3 / 400 * 100vw) calc(6 / 400 * 100vw) 0px rgba(0, 0, 0, 0.2);
  }
}
.c-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: min(11 / 1440 * 100vw, 11px);
  height: min(11 / 1440 * 100vw, 11px);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: min(16 / 1440 * 100vw, 16px);
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn::before {
    width: calc(11 / 400 * 100vw);
    height: calc(11 / 400 * 100vw);
    right: calc(16 / 400 * 100vw);
  }
}
.c-btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  background: #83621c;
  color: #fff;
}
.c-btn--white {
  background: #fff;
  color: #CC141C;
}
.c-btn--white::before {
  border-top: 2px solid #CC141C;
  border-right: 2px solid #CC141C;
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn--white::before {
    border-top: calc(2 / 400 * 100vw) solid #fff;
    border-right: calc(2 / 400 * 100vw) solid #fff;
  }
}
.c-btn--white:hover {
  background: #78070C;
}
.c-btn--white:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn--white:hover::before {
    border-top: calc(3 / 400 * 100vw) solid #fff;
    border-right: calc(3 / 400 * 100vw) solid #fff;
  }
}
.c-btn--red {
  background: #CC141C;
  color: #fff;
}
.c-btn--red:hover {
  background: #78070C;
}
.c-btn--red::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn--red::before {
    border-top: calc(3 / 400 * 100vw) solid #fff;
    border-right: calc(3 / 400 * 100vw) solid #fff;
  }
}
.c-btn--red.end {
  background: #999;
}
.c-btn--red:focus {
  text-decoration: none;
  color: #fff;
}

.c-application-period {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  border-radius: min(10 / 1440 * 100vw, 10px);
  padding: calc(20 / 1440 * 100vw);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-application-period {
    padding: calc(20 / 400 * 100vw);
  }
}
.c-application-period__ttl {
  position: relative;
  padding-bottom: min(15 / 1440 * 100vw, 15px);
  font-size: min(25 / 1440 * 100vw, 25px);
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-application-period__ttl {
    padding-bottom: calc(15 / 400 * 100vw);
  }
}
.c-application-period__ttl span {
  font-size: min(16 / 1440 * 100vw, 16px);
}
.c-application-period__date {
  font-size: min(16 / 1440 * 100vw, 16px);
  vertical-align: baseline;
  text-align: center;
  line-height: 1.3;
  color: #9B9B9B;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-application-period__date {
    font-size: calc(16 / 400 * 100vw);
  }
}

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

.swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .swiper-navigation {
    margin-top: calc(25 / 400 * 100vw);
  }
}

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

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

body {
  overflow-x: hidden;
}

.p-logo {
  padding: 5px 0;
  text-align: center;
}
.p-logo img {
  width: 80px;
  display: inline;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-logo img {
    width: calc(80 / 400 * 100vw);
  }
}

.h2__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  color: #F07BA3;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .h2__title {
    margin-bottom: calc(30 / 400 * 100vw);
    font-size: calc(26 / 400 * 100vw);
  }
}

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

.l-inner {
  padding: 0 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-inner {
    padding: 0 calc(20 / 400 * 100vw);
  }
}

.p-end {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px 20px 0px 20px;
  background: #FFEBB8;
}
.p-end__content {
  color: #fff;
  font-size: 1.6rem;
  background: #999;
  padding: 10px 20px;
}

.p-outline {
  padding: 40px 0 0 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-outline {
    padding: calc(42 / 400 * 100vw) 0 calc(50 / 400 * 100vw);
  }
}
.p-outline__content {
  position: relative;
}
.p-outline__sentence {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-outline__sentence {
    font-size: calc(16 / 400 * 100vw);
  }
}

.p-about {
  padding: 40px 0 0 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about {
    padding: 0 calc(12 / 400 * 100vw);
  }
}
.p-about__head {
  text-align: center;
}
.p-about__title {
  width: 362px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__title {
    width: calc(362 / 400 * 100vw);
  }
}
.p-about__content {
  margin-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__content {
    margin-top: calc(20 / 400 * 100vw);
  }
}
.p-about__cp-period {
  background: #C9F4FF;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__cp-period {
    font-size: calc(20 / 400 * 100vw);
  }
}
.p-about__extra-info {
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__extra-info {
    margin-top: calc(30 / 400 * 100vw);
  }
}
.p-about__extra-info-item {
  margin-bottom: 20px;
}
.p-about__extra-info h3 {
  color: #F07BA3;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__extra-info h3 {
    font-size: calc(18 / 400 * 100vw);
  }
}
.p-about__extra-info p {
  padding-top: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__extra-info p {
    font-size: calc(14 / 400 * 100vw);
  }
}
.p-about__attention-info {
  padding: 20px;
  background: #F9F1DE;
}
.p-about__attention-info h4 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__attention-info h4 {
    font-size: calc(16 / 400 * 100vw);
  }
}
.p-about__attention-info ul {
  padding-left: 10px;
}
.p-about__attention-info ul li {
  padding-top: 10px;
  list-style-type: circle;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__attention-info ul li {
    font-size: calc(14 / 400 * 100vw);
  }
}

.p-howto {
  padding: 40px 0 0 0;
}
.p-howto__title {
  margin-bottom: 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-howto__title {
    margin-bottom: calc(50 / 400 * 100vw);
  }
}
.p-howto__step-wrapper {
  padding: 23px 0 0 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-howto__step-wrapper {
    padding: calc(23 / 400 * 100vw) 0 0;
  }
}
.p-howto__step-item {
  position: relative;
  max-height: 120px;
  margin-bottom: 30px;
  background: #fff;
  border: 3px solid #F07BA3;
  border-radius: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-howto__step-item {
    max-height: none;
  }
}
.p-howto__step-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-howto__step-item-number {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: auto;
}
.p-howto__step-item-img {
  width: 30%;
  padding: 10px;
  height: auto;
}
.p-howto__step-item-text {
  width: 70%;
  padding: 20px 20px 20px 10px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-howto__step-item-text {
    font-size: calc(18 / 400 * 100vw);
  }
}
.p-howto__step-last {
  position: relative;
  padding-top: 20px;
}
.p-howto__step-last p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #F07BA3;
}
.p-howto__step-last:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 30px solid #F07BA3;
  border-bottom: 0;
}
.p-howto__step-last img {
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-howto__step-last img {
    margin-top: calc(30 / 400 * 100vw);
  }
}
/*# sourceMappingURL=style.css.map */