@charset "UTF-8";
.js-tabs[data-tabs-fade] .js-tabs-content ._current {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

body {
  color: #5d595a;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:focus {
  outline: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  outline: none;
  -webkit-touch-callout: none;
}
a, a:visited {
  color: inherit;
}
@media (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
  border-style: none;
}
@media not all and (min-width: 768px) {
  img {
    width: 100%;
  }
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

b,
em,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

address {
  font-style: normal;
}

small {
  font-size: 87.5%;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

/* form */
input[type=text],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=password],
input[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
  display: block;
}

fieldset {
  margin: 0;
  border: none;
}

legend {
  display: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

:root {
  --zindex-header: 10;
}

.l-header {
  z-index: var(--zindex-header);
}

.l-footer,
.swiper-button-next,
.swiper-button-prev {
  z-index: calc(var(--zindex-header) - 1);
}

.c-accordion:not(._faq) .c-accordion__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 4vw 8vw 4vw 0;
  color: #d74353;
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-accordion:not(._faq) .c-accordion__btn {
    padding: 20px 55px 20px 0;
  }
}
@media (min-width: 768px) {
  .c-accordion:not(._faq) .c-accordion__btn {
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-accordion:not(._faq) .c-accordion__btn:hover {
    opacity: 0.7;
  }
}
.c-accordion:not(._faq) .c-accordion__btn::before, .c-accordion:not(._faq) .c-accordion__btn::after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #d74353;
  right: 0;
  top: 50%;
  width: 4vw;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .c-accordion:not(._faq) .c-accordion__btn::before, .c-accordion:not(._faq) .c-accordion__btn::after {
    width: 20px;
  }
}
.c-accordion:not(._faq) .c-accordion__btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion:not(._faq) .c-accordion__btn span {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.c-accordion:not(._faq) .c-accordion__item._open .c-accordion__btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.c-accordion:not(._faq) .c-accordion__item {
  border-bottom: 1px solid #d5d5d5;
}
.c-accordion:not(._faq) .c-accordion__bodyInner {
  padding: 0 0 4vw;
}
@media (min-width: 768px) {
  .c-accordion:not(._faq) .c-accordion__bodyInner {
    padding: 0 0 20px;
  }
}
.c-accordion._faq .c-accordion__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 5.3333333333vw 12.5333333333vw 5.3333333333vw 4.5333333333vw;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__btn {
    padding: 20px 49px 20px 17px;
  }
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__btn {
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-accordion._faq .c-accordion__btn:hover {
    opacity: 0.7;
  }
}
.c-accordion._faq .c-accordion__btn::before {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: -0.2em;
  margin-right: 2.6666666667vw;
  color: #d74353;
  content: "Q.";
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__btn::before {
    margin-right: 10px;
  }
}
.c-accordion._faq .c-accordion__btn span {
  position: absolute;
  right: 4.5333333333vw;
  display: block;
  width: 4vw;
  height: 4vw;
  overflow: hidden;
  line-height: 500px;
  background-size: 15px auto;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__btn span {
    right: 17px;
    width: 20px;
    height: 20px;
  }
}
.c-accordion._faq .c-accordion__btn span::before, .c-accordion._faq .c-accordion__btn span::after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #d74353;
  left: 0;
  top: 50%;
  width: 4vw;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__btn span::before, .c-accordion._faq .c-accordion__btn span::after {
    width: 20px;
  }
}
.c-accordion._faq .c-accordion__btn span::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-accordion._faq .c-accordion__btn span::after {
  left: 50%;
}
.c-accordion .c-accordion__item._open .c-accordion__btn span::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.c-accordion._faq .c-accordion__item {
  border: 1px solid #f0aab1;
  border-radius: 3.2vw;
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__item {
    border-radius: 12px;
  }
}
.c-accordion._faq .c-accordion__bodyInner {
  padding: 0 4.5333333333vw 5.3333333333vw;
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__bodyInner {
    padding: 0 17px 20px;
  }
}
.c-accordion._faq .c-accordion__bodyInner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 5.3333333333vw;
  border-top: 1px solid #d5d5d5;
  font-weight: 500;
  line-height: 1.5625;
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__bodyInner p {
    padding-top: 20px;
  }
}
.c-accordion._faq .c-accordion__bodyInner p::before {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -0.3em;
  margin-right: 2.6666666667vw;
  content: "A.";
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .c-accordion._faq .c-accordion__bodyInner p::before {
    margin-right: 10px;
  }
}
.c-accordion .c-accordion__item + .c-accordion__item {
  margin-top: 8px;
}
.c-accordion .c-accordion__body {
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.c-accordion .c-accordion__item:not(._open) .c-accordion__body {
  display: none;
}

.c-accordion .c-accordion__desc .c-accordion__descTitle {
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .c-accordion .c-accordion__desc .c-accordion__descTitle {
    margin-bottom: 10px;
  }
}
.c-accordion .c-accordion__desc .c-accordion__descText {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5625;
}
.c-accordion .c-accordion__desc .c-accordion__descText + .c-accordion__descTitle {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .c-accordion .c-accordion__desc .c-accordion__descText + .c-accordion__descTitle {
    margin-top: 17px;
  }
}

.c-buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-buttonWrap._left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-buttonWrap._center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-buttonWrap._right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-buttonWrap .c-button {
  -ms-flex-preferred-size: 75.2vw;
      flex-basis: 75.2vw;
  width: 75.2vw;
}
@media (min-width: 768px) {
  .c-buttonWrap .c-button {
    -ms-flex-preferred-size: 477px;
        flex-basis: 477px;
    width: 477px;
  }
}

@media (min-width: 768px) {
  .c-button a {
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-button a:hover {
    opacity: 0.7;
  }
}
.c-button .c-button__link {
  position: relative;
  display: block;
  width: 75.2vw;
  height: 17.0666666667vw;
  color: #fff;
  text-decoration: none;
  text-align: left;
}
@media (min-width: 768px) {
  .c-button .c-button__link {
    width: 100%;
    height: 70px;
  }
}
.c-button .c-button__link::before {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 2px solid #ffe7e7;
  pointer-events: none;
  border-radius: 8.5333333333vw;
  content: "";
}
@media (min-width: 768px) {
  .c-button .c-button__link::before {
    border-radius: 35px;
  }
}
.c-button .c-button__link span {
  position: relative;
  top: 0.8vw;
  left: 1.0666666667vw;
  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;
  width: 75.2vw;
  height: 17.0666666667vw;
  padding-right: 20px;
  padding-left: 20px;
  background: #d74353;
  border-radius: 8.5333333333vw;
  letter-spacing: 0.01em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-button .c-button__link span {
    top: 8px;
    left: 8px;
    width: 100%;
    height: 70px;
    padding-right: 25px;
    padding-bottom: 8px;
    padding-left: 25px;
    border-radius: 35px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-button .c-button__link span::after {
  position: absolute;
  right: 9.3333333333vw;
  display: block;
  width: 2.1333333333vw;
  height: 4vw;
  background: url("https://assets.belta.co.jp/resilience/common/icon_arrow.svg") no-repeat 0 0;
  background-size: cover;
  content: "";
}
@media (min-width: 768px) {
  .c-button .c-button__link span::after {
    right: 58px;
    width: 14px;
    height: 25px;
  }
}
@media not all and (min-width: 1024px) {
  .c-button + .c-button {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .c-button + .c-button {
    margin-left: 29px;
  }
}

@media not all and (min-width: 768px) {
  .c-buttonText {
    margin-left: 3.2vw;
  }
  .c-buttonText img {
    width: 50.4vw;
    height: auto;
  }
}
@media (min-width: 768px) {
  .c-buttonText {
    text-align: center;
    margin-bottom: 8px;
    margin-left: -293px;
  }
}

@media (min-width: 768px) {
  .c-card .c-cardList._col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-card .c-cardList._col .c-card__item {
  border-bottom: 2px solid #d74353;
}
@media (min-width: 768px) {
  .c-card .c-cardList._col .c-card__item {
    -ms-flex-preferred-size: 46.4%;
        flex-basis: 46.4%;
    width: 46.4%;
    max-width: 46.4%;
  }
  .c-card .c-cardList._col .c-card__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.c-card .c-cardList._col .c-card__item:nth-of-type(n + 3) {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .c-card .c-cardList._col .c-card__item:nth-of-type(n + 3) {
    margin-top: 86px;
  }
}
.c-card .c-cardList._col .c-more {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .c-card .c-cardList._col .c-more {
    margin-top: 28px;
  }
}
.c-card .c-card__item:nth-of-type(n + 2) {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .c-card .c-card__item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.c-card .c-card__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  height: 100%;
  padding-bottom: 8vw;
}
@media (min-width: 768px) {
  .c-card .c-card__item a {
    padding-bottom: 30px;
  }
}
.c-card .c-card__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-card .c-card__body {
  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-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-card .c-card__body h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-card .c-card__body time {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 10px 0;
  color: #909090;
  letter-spacing: 0.05em;
  line-height: 1.375;
}
.c-card .c-card__body .c-more {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.c-description {
  padding: 10.6666666667vw 9.0666666667vw;
  margin-top: 6.6666666667vw;
  margin-bottom: 6.6666666667vw;
  background: #fff6f7;
  border-radius: 7.2vw;
}
@media (min-width: 768px) {
  .c-description {
    padding: 40px 34px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 27px;
  }
}
.c-description > p {
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.c-description .c-description__lead {
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .c-description .c-description__lead {
    margin-bottom: 15px;
  }
}
.c-description .c-descriptionBody + p {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .c-description .c-descriptionBody + p {
    margin-top: 17px;
  }
}
.c-description .c-descriptionItem + .c-descriptionItem {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .c-description .c-descriptionItem + .c-descriptionItem {
    margin-top: 17px;
  }
}
.c-description .c-descriptionItem._border {
  padding-bottom: 4.5333333333vw;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 768px) {
  .c-description .c-descriptionItem._border {
    padding-bottom: 17px;
  }
}
.c-description .c-descriptionItem dt {
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .c-description .c-descriptionItem dt {
    margin-bottom: 10px;
  }
}
.c-description .c-descriptionItem dt._red {
  color: #d74353;
}
.c-description .c-descriptionItem dt._lage {
  font-size: 18px;
  font-size: 1.125rem;
}
.c-description .c-descriptionItem dd {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5625;
}
.c-description .c-descriptionItem dd p + p {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .c-description .c-descriptionItem dd p + p {
    margin-top: 10px;
  }
}
.c-description .c-description__note {
  font-weight: 500;
  line-height: 1.25;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-description .c-description__note + .c-description__note {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .c-description .c-description__note + .c-description__note {
    margin-top: 10px;
  }
}
.c-description .c-descriptionFlow {
  counter-reset: number 0;
}
.c-description .c-descriptionFlow li {
  counter-increment: number 1;
}
.c-description .c-descriptionFlow li + li::before {
  display: block;
  width: 8px;
  height: 14px;
  margin: 8vw auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  content: "";
}
@media (min-width: 768px) {
  .c-description .c-descriptionFlow li + li::before {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.c-description .c-descriptionFlow li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .c-description .c-descriptionFlow li > span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-description .c-descriptionFlow li > span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3.2vw;
  content: counter(number) ".";
}
@media (min-width: 768px) {
  .c-description .c-descriptionFlow li > span::before {
    margin-right: 12px;
  }
}

.p-post .p-postContents .item .menopause_description {
  text-align: center;
  margin-top: 1rem;
}
.p-post .p-postContents .item .menopause_description p {
  margin-bottom: 0.5rem;
}
.p-post .p-postContents .item .menopause_description .c-description {
  text-align: left;
  margin-top: 0;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .menopause_description .c-description {
    width: 60%;
    margin: 0 auto;
  }
}
.p-post .p-postContents .item .menopause_description .c-description .description__checkList {
  margin-top: 0;
}
.p-post .p-postContents .item .menopause_description .c-description .description__checkList li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  font-weight: initial;
}
.p-post .p-postContents .item .menopause_description .c-description .description__checkList li > span::before {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.red_background {
  text-align: center;
}
.red_background span {
  margin: 0 auto;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  letter-spacing: 0.01em;
  background: #d74353;
  border-radius: 5vw;
  height: 70px;
  color: #fff;
  width: 90%;
}
@media (min-width: 768px) {
  .red_background span {
    width: 60%;
  }
}

.beauty_check {
  text-align: center;
}
.beauty_check a {
  text-decoration: none;
}
.beauty_check .check_btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.beauty_check span {
  margin: 10px auto;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  letter-spacing: 0.01em;
  background: #d74353;
  border-radius: 5vw;
  height: 60px;
  color: #fff;
  width: 95%;
}
@media (min-width: 768px) {
  .beauty_check span {
    width: 50%;
  }
}

.menopause_nav .p-goods {
  padding-bottom: 0;
}
.menopause_nav .p-goods .p-goodsNav {
  margin-top: 13.666667vw;
}
@media (min-width: 768px) {
  .menopause_nav .p-goods .p-goodsNav {
    width: 70%;
    margin: 40px auto 50px;
  }
}
.menopause_nav .p-goods .p-goodsNav .p-goodsNav__heading {
  color: #d74353;
  background: #fff6f7;
  border: solid 2px;
}
.menopause_nav .p-goods .p-goodsNav .p-goodsNav__list {
  display: block;
}
.menopause_nav .p-goods .p-goodsNav .p-goodsNav__list .p-goodsNav__item {
  width: 100%;
}

.item {
  margin-top: 0vw;
}

.order_description {
  line-height: 30px;
}

.cite_transition {
  color: #d74353;
}

.menopause_source {
  text-align: center;
  padding: 0.5rem;
  border: 2px solid #d74353;
  border-radius: 7px;
  margin-top: 0.7rem;
}
.menopause_source a {
  color: #d74353 !important;
  text-decoration: underline;
}

.menopause_notes {
  font-size: 0.8rem;
  font-weight: lighter;
  padding-top: 8px;
}

.c-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  background: #fff;
  border: none;
}
.c-hamburger .c-hamburger__line {
  position: relative;
  display: block;
  width: 26px;
  height: 1px;
  -webkit-transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-hamburger .c-hamburger__line::before, .c-hamburger .c-hamburger__line::after {
  position: absolute;
  left: 0;
  display: block;
  width: 26px;
  height: 3px;
  content: "";
  background-color: #777;
  -webkit-transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-hamburger .c-hamburger__line::before {
  top: -6px;
}
.c-hamburger .c-hamburger__line::after {
  bottom: -6px;
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line {
  background: none;
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line::before, .l-header__navigation._open + .c-hamburger .c-hamburger__line::after {
  background-color: #777;
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line::before {
  -webkit-transform: translateY(6px) rotateZ(45deg);
          transform: translateY(6px) rotateZ(45deg);
}
.l-header__navigation._open + .c-hamburger .c-hamburger__line::after {
  -webkit-transform: translateY(-4px) rotateZ(-45deg);
          transform: translateY(-4px) rotateZ(-45deg);
}
@media not all and (min-width: 768px) {
  .c-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

[class*=c-heading] {
  color: #000;
}
[class*=c-heading]._center {
  text-align: center;
}
[class*=c-heading]._right {
  text-align: right;
}
[class*=c-heading]._left {
  text-align: left;
}
[class*=c-heading]:first-child {
  margin-top: 0;
}

.c-heading01 {
  padding: 12vw 0;
  letter-spacing: 0.05em;
  text-align: center;
  color: #d74353;
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .c-heading01 {
    padding: 45px 0;
    line-height: 1.6216216216;
    font-size: 37px;
    font-size: 2.3125rem;
  }
}

.c-heading02 {
  position: relative;
  margin-bottom: 57px;
  color: #d74353;
  background: #fff6f7;
  text-align: center;
  letter-spacing: 0.03em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media not all and (min-width: 768px) {
  .c-heading02 {
    padding: 4.8vw 1.3333333333vw;
    margin-right: -3.2vw;
    margin-bottom: 15.2vw;
    margin-left: -3.2vw;
    line-height: 1.32;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .c-heading02 {
    padding: 25px 5px;
    margin-bottom: 40px;
    line-height: 1.3333333333;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-heading02 i {
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
}
.c-heading02::after {
  position: absolute;
  bottom: -7.2vw;
  left: 50%;
  display: block;
  width: 14.4vw;
  height: 7.2vw;
  background: url("https://assets.belta.co.jp/resilience/common/heading02_bg.svg") no-repeat 0 50%;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
@media (min-width: 768px) {
  .c-heading02::after {
    bottom: -27px;
    width: 54px;
    height: 27px;
  }
}

.c-heading03 {
  padding-bottom: 1.0666666667vw;
  margin-bottom: 7.2vw;
  color: #d74353;
  border-bottom: 2px solid #d74353;
  line-height: 1.3;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c-heading03 {
    padding-bottom: 4px;
    margin-bottom: 27px;
    line-height: 1.3333333333;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-heading04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.8vw;
  text-align: center;
  letter-spacing: 0.05em;
  color: #707070;
  line-height: 1.4705882353;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .c-heading04 {
    margin-bottom: 20px;
  }
}
.c-heading04 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.c-heading04 span::before, .c-heading04 span::after {
  display: inline-block;
  width: 1px;
  height: 5.3333333333vw;
  background: #707070;
  content: "";
}
@media (min-width: 768px) {
  .c-heading04 span::before, .c-heading04 span::after {
    height: 20px;
  }
}
.c-heading04 span::before {
  margin-right: 2.6666666667vw;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media (min-width: 768px) {
  .c-heading04 span::before {
    margin-right: 10px;
  }
}
.c-heading04 span::after {
  margin-left: 2.6666666667vw;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media (min-width: 768px) {
  .c-heading04 span::after {
    margin-left: 10px;
  }
}

.c-heading05 {
  margin-top: 10.6666666667vw;
  color: #d74353;
}
@media (min-width: 768px) {
  .c-heading05 {
    margin-top: 40px;
  }
}

.c-list._dot .c-list__item {
  margin-left: 1em;
  text-indent: -1em;
  font-weight: 500;
  line-height: 1.375;
}
.c-list._dot .c-list__item + .c-list__item {
  margin-top: 2.1333333333vw;
}
@media (min-width: 768px) {
  .c-list._dot .c-list__item + .c-list__item {
    margin-top: 8px;
  }
}
.c-list._dot .c-list__item::before {
  content: "・";
}

.c-more {
  color: #d74353;
  text-decoration: none;
  text-transform: capitalize;
  text-align: right;
}
.c-more span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-more span {
    padding-right: 15px;
  }
}
.c-more span::after {
  position: absolute;
  right: 0;
  display: block;
  width: 2.1333333333vw;
  height: 4vw;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23d74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23d74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .c-more span::after {
    width: 8px;
    height: 15px;
  }
}
.c-more .c-more__link:not(._border) {
  border: 1px solid #d74353;
}
@media (min-width: 768px) {
  .c-more .c-more__link:not(._border) {
    position: relative;
    overflow: hidden;
  }
  .c-more .c-more__link:not(._border) span {
    position: relative;
    z-index: 3;
    -webkit-transition: color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-more .c-more__link:not(._border)::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .c-more .c-more__link:not(._border):hover span {
    color: #d74353;
  }
  .c-more .c-more__link:not(._border):hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.c-more .c-more__link._border {
  color: #d74353;
  background: #fff;
  border: 1px solid #d74353;
}
@media (min-width: 768px) {
  .c-more .c-more__link._border {
    position: relative;
    overflow: hidden;
  }
  .c-more .c-more__link._border span {
    position: relative;
    z-index: 3;
    -webkit-transition: color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-more .c-more__link._border::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: #d74353;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .c-more .c-more__link._border:hover span {
    color: #fff;
  }
  .c-more .c-more__link._border:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.c-more .c-more__link._border span {
  position: relative;
  z-index: 3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.c-more .c-more__link._border span::after {
  width: 22px;
  height: 1px;
  content: "";
  background: #d74353;
  -webkit-transition: background 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: background 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  .c-more .c-more__link._border span::after {
    width: 24px;
  }
}
@media (min-width: 768px) {
  .c-more .c-more__link._border:hover span::after {
    background: #fff;
  }
}

.l-container.p-top {
  background: #ffe8e8;
}

.l-contents {
  position: relative;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .l-contents {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
@media (min-width: 768px) {
  .l-contents {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media not all and (min-width: 768px) {
  .p-top .l-contents {
    padding-top: 13.3333333333vw;
    margin-top: -13.3333333333vw;
  }
  .p-top .l-contents::before {
    position: absolute;
    top: 0;
    left: 3.2vw;
    z-index: 1;
    width: calc(100% - 6.4vw);
    height: 13.3333333333vw;
    display: block;
    background: #fff6f7;
    content: "";
  }
}
@media (min-width: 768px) {
  .p-top .l-contents {
    padding-top: 9.8096632504vw;
    margin-top: -9.8096632504vw;
  }
  .p-top .l-contents::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 9.8096632504vw;
    display: block;
    background: #fff6f7;
    content: "";
  }
}

.l-footer {
  position: relative;
}
.l-footer .l-footer__inner {
  padding-top: 13.3333333333vw;
  padding-bottom: 9.0666666667vw;
  background: #fff6f7;
}
@media (min-width: 768px) {
  .l-footer .l-footer__inner {
    padding-top: 71px;
    padding-bottom: 71px;
  }
}
@media not all and (min-width: 768px) {
  .l-footer .l-footer__body {
    padding-right: 8.2666666667vw;
    padding-left: 8.2666666667vw;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__body {
    width: 749px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 43.7917222964% 1fr;
    grid-template-rows: 140px auto;
    gap: 0 10.0133511348%;
    grid-template-areas: "logo link" "sns link" "links links";
  }
  .l-footer .l-footer__body .l-footre__logoWrap {
    grid-area: logo;
  }
  .l-footer .l-footer__body .l-sns {
    grid-area: sns;
  }
  .l-footer .l-footer__body .l-globalNavigation__inner {
    grid-area: link;
  }
  .l-footer .l-footer__body .l-footer__links {
    grid-area: links;
  }
}
.l-footer .l-footre__logoWrap {
  margin-bottom: 12vw;
}
@media (min-width: 768px) {
  .l-footer .l-footre__logoWrap {
    padding-top: 21px;
  }
}
@media not all and (min-width: 768px) {
  .l-footer .l-footre__logoWrap .l-footre__logoImage {
    width: 35.2vw;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__nav {
    display: contents;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__nav .l-globalNavigation {
    display: contents;
  }
}
.l-footer .l-footer__link {
  margin: 5.3333333333vw 0 1.8666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.1428571429;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .l-footer .l-footer__link {
    margin: 70px 0 16px;
  }
}
@media (min-width: 768px) {
  .l-footer .l-footer__link > .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-footer .l-footer__link > .link .link__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media not all and (min-width: 768px) {
  .l-footer .l-footer__link > .link .link__item {
    margin-bottom: 3.4666666667vw;
  }
}
.l-footer .l-footer__link > .link .link__item:not(:last-child) {
  margin-right: 6.6666666667vw;
}
@media (min-width: 768px) {
  .l-footer .l-footer__link > .link .link__item:not(:last-child) {
    margin-right: 38px;
  }
}
.l-footer .l-footer__link > .link .link__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5d595a;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1.1428571429;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .l-footer .l-footer__link > .link .link__item a {
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-footer .l-footer__link > .link .link__item a:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer__link > .link .link__item a::before {
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #5d595a;
  content: "";
}
.l-footer .l-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  line-height: 1.1428571429;
  font-size: 14px;
  font-size: 0.875rem;
}
.l-footer .l-footer__privacy i {
  margin-right: 5px;
}
@media not all and (min-width: 768px) {
  .l-footer .l-footer__privacy i img {
    width: 6.9333333333vw;
  }
}
.l-footer .l-footer__copy {
  display: block;
  padding: 4.8vw;
  text-align: center;
  color: #727272;
  line-height: 1.2307692308;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-footer .l-footer__copy {
    padding: 18px 0;
  }
}

@media (min-width: 768px) {
  footer .ftr_bgc {
    min-width: auto;
    position: relative;
  }
  footer .ftr_bgc .flex_menu {
    width: 19%;
  }
  footer .ftr_bgc .company-pc-layout.flex_menu {
    position: absolute;
    bottom: 80px;
    width: 80%;
    max-width: 1180px;
    margin: auto !important;
    left: 0;
    right: 0;
  }
  footer .ftr_bgc .company-pc-layout.flex_menu .footer_border {
    border: none;
  }
  footer .ftr_bgc .company-pc-layout.flex_menu .footer_border .menu-ttl {
    display: none;
  }
  footer .ftr_bgc .company-pc-layout.flex_menu .footer_border ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .ftr_bgc .company-pc-layout.flex_menu .footer_border ul .mgnb_none {
    width: 192px;
    margin: 0;
  }
  footer .ftr_bgc .company-pc-layout.flex_menu .footer_border ul .mgnb_none .fz-ajst {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    line-height: 4;
  }
  footer .ftr_bgc .company-pc-layout.flex_menu .footer_border ul .mgnb_none .fz-ajst::after {
    display: none;
  }
  footer .ftr_bgc .area-f_sns a {
    height: auto;
    width: auto;
    max-width: 40px;
  }
  footer .ftr_bgc .area-group_site a {
    width: 100%;
    margin-top: 0;
  }
  footer .ftr_bgc small {
    margin-top: 100px;
  }
}
@media not all and (min-width: 768px) {
  .area-f_pmark {
    display: none !important;
  }
}
@media not all and (min-width: 768px) {
  .l-header .l-globalNavigation {
    width: 100%;
    height: 100%;
    padding: 21.3333333333vw 8.5333333333vw 5.3333333333vw;
    overflow-y: auto;
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media not all and (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__list {
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media not all and (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__item {
    border-bottom: 1px solid #d5d5d5;
  }
}
@media (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__item {
    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;
    height: 100px;
    letter-spacing: 0.1em;
  }
}
.l-header .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
  color: #5d595a;
  text-decoration: none;
}
@media not all and (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
    position: relative;
    display: block;
    padding: 8.5333333333vw 6.6666666667vw 8.5333333333vw 1.3333333333vw;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .l-header .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink::after {
    position: absolute;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%235D595A" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%235D595A" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
    background-size: contain;
    content: "";
  }
}
@media (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
    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;
    height: 72px;
    padding-right: 10px;
    padding-left: 10px;
    word-break: keep-all;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    -webkit-transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media (min-width: 1090px) {
  .l-header .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1224px) {
  .l-header .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
    padding-right: 17px;
    padding-left: 17px;
    line-height: 1;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink:hover {
    color: #d74353;
  }
}
.l-footer .l-globalNavigation .l-globalNavigation__list {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .l-footer .l-globalNavigation .l-globalNavigation__list {
    margin-bottom: 30px;
  }
}
.l-footer .l-globalNavigation .l-globalNavigation__item {
  letter-spacing: 0.05em;
  line-height: 1;
  border-bottom: 1px solid #d5d5d5;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .l-footer .l-globalNavigation .l-globalNavigation__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-footer .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5d595a;
  text-decoration: none;
}
@media not all and (min-width: 768px) {
  .l-footer .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
    padding: 5.0666666667vw 6.6666666667vw 5.0666666667vw 1.0666666667vw;
  }
}
@media (min-width: 768px) {
  .l-footer .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
    padding: 21px 25px 21px 5px;
    -webkit-transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .l-footer .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .l-footer .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink:hover {
    color: #d74353;
  }
}
.l-footer .l-globalNavigation .l-globalNavigation__item .l-globalNavigation__itemLink::after {
  position: absolute;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%235D595A" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%235D595A" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  content: "";
}
.l-globalNavigation .l-globalNavigation__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__btn {
    margin-bottom: 12vw;
  }
}
@media (min-width: 768px) {
  .l-header .l-globalNavigation .l-globalNavigation__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 10px 0;
  }
}
@media (min-width: 1090px) {
  .l-header .l-globalNavigation .l-globalNavigation__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding: 0;
  }
}
.l-footer .l-globalNavigation .l-globalNavigation__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem {
  -ms-flex-item-align: center;
      align-self: center;
}
@media not all and (min-width: 768px) {
  .l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem + .l-globalNavigation__btnItem {
    margin-left: 2.9333333333vw;
  }
}
@media (min-width: 1090px) {
  .l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem + .l-globalNavigation__btnItem {
    margin-left: 11px;
  }
}
.l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 2px solid #d74353;
  border-radius: 5em;
  padding: 0 2.4em 0 1em;
  background-color: #fff;
  color: #d74353;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media not all and (min-width: 768px) {
  .l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40vw;
    min-height: 10.9333333333vw;
  }
}
@media (min-width: 768px) {
  .l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem a {
    min-width: 129px;
    max-width: 400px;
    min-height: 35px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  .l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem a {
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem a:hover {
    opacity: 0.7;
  }
}
.l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem a::after {
  position: absolute;
  vertical-align: middle;
  width: 7px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23d74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23d74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: cover;
  content: "";
}
.l-footer .l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40vw;
  height: 10.9333333333vw;
  color: #fff;
  border: none;
  background-color: #d74353;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .l-footer .l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem a {
    width: 150px;
    height: 41px;
    padding: 0 2.4em 0 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer .l-globalNavigation .l-globalNavigation__btn .l-globalNavigation__btnItem a::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23ffffff" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23ffffff" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
@media not all and (min-width: 768px) {
  .l-header {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) {
  .l-header {
    height: 100px;
  }
}
.l-header .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media not all and (min-width: 768px) {
  .l-header .l-header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .l-header .l-header__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .l-header .l-header__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.l-header .l-header__logoWrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 768px) {
  .l-header .l-header__logo {
    height: 33px;
  }
}
@media (min-width: 768px) {
  .l-header .l-header__logo {
    height: 45px;
  }
}
.l-header .l-header__logoImage {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
@media not all and (min-width: 768px) {
  .l-header .l-header__logoImage {
    width: 81px;
    height: 33px;
  }
}
@media (min-width: 768px) {
  .l-header .l-header__logoImage {
    width: 111px;
    height: 45px;
  }
}
@media not all and (min-width: 768px) {
  .l-header .l-header__navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
  }
  .l-header .l-header__navigation._open {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-header .l-header__navigation {
    margin-left: auto;
  }
}

.l-main {
  width: 100%;
}
@media not all and (min-width: 1024px) {
  .l-container:not(.p-top) .l-main {
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  .l-container:not(.p-top) .l-main {
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .l-header .l-sns {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .l-footer .l-sns {
    margin-top: 12vw;
  }
}
@media not all and (min-width: 768px) {
  .l-sns > p {
    text-align: center;
  }
}
.l-sns .l-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.6vw;
}
@media not all and (min-width: 768px) {
  .l-sns .l-sns__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .l-sns .l-sns__list {
    margin-top: 25px;
  }
}
.l-sns .l-sns__item {
  -ms-flex-item-align: center;
      align-self: center;
}
.l-sns .l-sns__item + .l-sns__item {
  margin-left: 7.2vw;
}
@media (min-width: 768px) {
  .l-sns .l-sns__item + .l-sns__item {
    margin-left: 27px;
  }
}
.l-sns .l-sns__item a {
  display: block;
}
@media (min-width: 768px) {
  .l-sns .l-sns__item a {
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-sns .l-sns__item a:hover {
    opacity: 0.7;
  }
}
@media not all and (min-width: 768px) {
  .l-sns .l-sns__item a img {
    width: 13.3333333333vw;
  }
}
.l-sns .twitter {
  overflow: hidden;
  border-radius: 6px;
}

.p-articles {
  padding-bottom: 33.6vw;
}
@media (min-width: 768px) {
  .p-articles {
    max-width: 749px;
    padding-bottom: 126px;
    margin: 0 auto;
  }
}
.p-articles .p-articles__heading {
  margin-bottom: 6.6666666667vw;
  background: #fff6f7;
}
@media not all and (min-width: 768px) {
  .p-articles .p-articles__heading {
    margin-right: -3.2vw;
    margin-left: -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading {
    margin-bottom: 25px;
  }
}
.p-articles .p-articles__heading .c-heading01 {
  padding: 15.4666666667vw 0 5.3333333333vw;
  background: transparent;
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading .c-heading01 {
    padding: 58px 0 20px;
  }
}
.p-articles .p-articles__heading .c-heading01 span {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.13);
}
.p-articles .p-articles__heading .p-articles__headingSubTitle {
  padding-bottom: 12.2666666667vw;
  color: #d74353;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading .p-articles__headingSubTitle {
    padding-bottom: 46px;
  }
}
.p-articles .p-articles__heading .p-articles__headingText {
  padding: 13.3333333333vw 9.8666666667vw;
  margin-bottom: 6.1333333333vw;
  background: #fff6f7;
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading .p-articles__headingText {
    padding: 50px 30px;
    margin-bottom: 23px;
  }
}
.p-articles .p-articles__heading p {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading p {
    letter-spacing: 0.055em;
    line-height: 2.75;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-articles .p-articles__heading p + p {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articles__heading p + p {
    margin-top: 20px;
  }
}
.p-articles .p-articlesTab {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab {
    margin-bottom: 40px;
  }
}
.p-articles .p-articlesTab .p-articlesTab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-articles .p-articlesTab .p-articlesTab__listItem._current a {
  color: #fff;
  background: #d74353;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__listItem._current a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-articles .p-articlesTab .p-articlesTab__listItem._current a .u-brSP {
  display: none;
}
.p-articles .p-articlesTab .p-articlesTab__listItem:not(._current) a {
  line-height: 1.1;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__listItem:not(._current) a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__listItem:not(._current) a:hover {
    color: #fff;
    background: #d74353;
  }
}
.p-articles .p-articlesTab .p-articlesTab__listItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6vw 5.3333333333vw;
  height: 100%;
  border-top: 2px solid #d74353;
  border-right: 2px solid #d74353;
  border-left: 2px solid #d74353;
  border-top-right-radius: 3.7333333333vw;
  border-top-left-radius: 3.7333333333vw;
  line-height: 1;
  text-decoration: none;
  color: #d74353;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__listItem a {
    padding: 15px 30px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
  }
}
.p-articles .p-articlesTab .p-articlesTab__content {
  border: 2px solid #d74353;
}
.p-articles .p-articlesTab .p-articlesTab__contentInner {
  display: none;
}
.p-articles .p-articlesTab .p-articlesTab__contentInner._current {
  display: block;
}
.p-articles .p-articlesTab .p-articlesTab__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7.2vw 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__body {
    padding: 30px;
  }
}
.p-articles .p-articlesTab .p-articlesTab__heading {
  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-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-articles .p-articlesTab .p-articlesTab__heading .p-articlesTab__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-bottom: 5.3333333333vw;
  color: #d74353;
  border-bottom: 2px solid #d74353;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__heading .p-articlesTab__title {
    padding-bottom: 20px;
  }
}
.p-articles .p-articlesTab .p-articlesTab__heading .p-articlesTab__title h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-articles .p-articlesTab .p-articlesTab__heading .p-articlesTab__title span {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-articles .p-articlesTab .p-articlesTab__heading p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 3.2vw;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__heading p {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-articles .p-articlesTab .p-articlesTab__image {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
.p-articles .p-articlesTab .p-articlesTab__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__button {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__button {
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-articles .p-articlesTab .p-articlesTab__button:hover {
    opacity: 0.7;
  }
}
.p-articles .p-articlesTab .p-articlesTab__button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 60.8vw;
  height: 14.4vw;
  background: #fce464;
  border-radius: 7.2vw;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__button a {
    min-width: 456px;
    height: 54px;
    border-radius: 27px;
  }
}
.p-articles .p-articlesTab .p-articlesTab__button a::after {
  display: block;
  width: 1.6vw;
  height: 3.2vw;
  margin-left: 2.9333333333vw;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%235d595a" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%235d595a" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media (min-width: 768px) {
  .p-articles .p-articlesTab .p-articlesTab__button a::after {
    width: 12px;
    height: 23px;
    margin-left: 11px;
  }
}
.p-articles .p-articlesNav {
  margin-top: 18.6666666667vw;
  margin-bottom: 16vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesNav {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
.p-articles .p-articlesNav .p-articlesNav__heading {
  padding: 2.6666666667vw;
  color: #fff;
  background: #d74353;
  letter-spacing: 0.05em;
  border-top-right-radius: 7.2vw;
  border-top-left-radius: 7.2vw;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .p-articles .p-articlesNav .p-articlesNav__heading {
    padding: 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-articles .p-articlesNav .p-articlesNav__list {
  padding: 8vw 9.0666666667vw 13.3333333333vw;
  border-bottom-right-radius: 7.2vw;
  border-bottom-left-radius: 7.2vw;
  border-right: 2px solid #d74353;
  border-bottom: 2px solid #d74353;
  border-left: 2px solid #d74353;
}
@media (min-width: 768px) {
  .p-articles .p-articlesNav .p-articlesNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 34px 50px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.p-articles .p-articlesNav .p-articlesNav__item {
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  border-bottom: 1px solid #d74353;
}
@media (min-width: 768px) {
  .p-articles .p-articlesNav .p-articlesNav__item {
    width: 48%;
    padding: 10px 10px 10px 20px;
  }
}
.p-articles .p-articlesNav .p-articlesNav__item a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.p-articles .p-articlesNav .p-articlesNav__item a span {
  position: relative;
  display: block;
}
.p-articles .p-articlesNav .p-articlesNav__item a span::before {
  position: absolute;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: -5.3333333333vw;
  margin: auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .p-articles .p-articlesNav .p-articlesNav__item a span::before {
    left: -20px;
  }
}
@media not all and (min-width: 768px) {
  .p-articles .p-articlesContents {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
.p-articles .p-articlesContents._section01 .p-articlesContents__heading {
  margin-top: 0;
}

@media not all and (min-width: 768px) {
  .p-articles .p-articlesContents .p-articlesContents__heading .c-heading02 {
    margin-right: -6.4vw;
    margin-left: -6.4vw;
  }
}
.p-articles .p-articlesContents .p-articlesContents__lead {
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .p-articlesContents__lead {
    line-height: 2.5;
  }
}
.p-articles .p-articlesContents .p-articlesContents__lead + .p-articlesContents__lead {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .p-articlesContents__lead + .p-articlesContents__lead {
    margin-top: 15px;
  }
}
.p-articles .p-articlesContents .p-articlesContents__lead em {
  color: #d74353;
  font-style: normal;
}
.p-articles .p-articlesContents .p-articlesContents__lead + .item__image {
  margin-top: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .p-articlesContents__lead + .item__image {
    margin-top: 26px;
  }
}
.p-articles .p-articlesContents .p-articlesContents__text {
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.p-articles .p-articlesContents .p-articlesContents__text + .p-articlesContents__text {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .p-articlesContents__text + .p-articlesContents__text {
    margin-top: 20px;
  }
}
.p-articles .p-articlesContents .p-articlesContents__item {
  margin-top: 6.9333333333vw;
  margin-bottom: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .p-articlesContents__item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .p-articlesContents__item ._grid, .p-articles .p-articlesContents .p-articlesContents__item._grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
  .p-articles .p-articlesContents .p-articlesContents__item ._grid .item, .p-articles .p-articlesContents .p-articlesContents__item._grid .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-articles .p-articlesContents .p-articlesContents__item ._grid .item + .item, .p-articles .p-articlesContents .p-articlesContents__item._grid .item + .item {
    margin-top: 0;
  }
  .p-articles .p-articlesContents .p-articlesContents__item ._grid .item .c-heading03, .p-articles .p-articlesContents .p-articlesContents__item._grid .item .c-heading03 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-articles .p-articlesContents .p-articlesContents__item ._grid .item .item__image, .p-articles .p-articlesContents .p-articlesContents__item._grid .item .item__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-articles .p-articlesContents .p-articlesContents__item ._grid .item .item__text, .p-articles .p-articlesContents .p-articlesContents__item._grid .item .item__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-articles .p-articlesContents .item + .item {
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item + .item {
    margin-top: 60px;
  }
}
.p-articles .p-articlesContents .item .item__text {
  margin-top: 5.3333333333vw;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__text {
    margin-top: 20px;
  }
}
.p-articles .p-articlesContents .item .item__image {
  text-align: center;
  margin-top: 9.6vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__image {
    margin-top: 36px;
  }
}
.p-articles .p-articlesContents .item .item__description {
  padding: 10.6666666667vw 9.0666666667vw;
  margin-top: 6.6666666667vw;
  margin-bottom: 6.6666666667vw;
  background: #fff6f7;
  border-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__description {
    padding: 40px 34px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 27px;
  }
}
.p-articles .p-articlesContents .item .item__description > p {
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.p-articles .p-articlesContents .item .item__description .item__descriptionBody + p {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__description .item__descriptionBody + p {
    margin-top: 17px;
  }
}
.p-articles .p-articlesContents .item .item__description .item__descriptionItem + .item__descriptionItem {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__description .item__descriptionItem + .item__descriptionItem {
    margin-top: 17px;
  }
}
.p-articles .p-articlesContents .item .item__description .item__descriptionItem dt {
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__description .item__descriptionItem dt {
    margin-bottom: 10px;
  }
}
.p-articles .p-articlesContents .item .item__description .item__descriptionItem dd {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5625;
}
.p-articles .p-articlesContents .item .item__description .item__descriptionFlow {
  counter-reset: number 0;
}
.p-articles .p-articlesContents .item .item__description .item__descriptionFlow li {
  counter-increment: number 1;
}
.p-articles .p-articlesContents .item .item__description .item__descriptionFlow li + li::before {
  display: block;
  width: 8px;
  height: 14px;
  margin: 8vw auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  content: "";
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__description .item__descriptionFlow li + li::before {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-articles .p-articlesContents .item .item__description .item__descriptionFlow li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__description .item__descriptionFlow li > span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-articles .p-articlesContents .item .item__description .item__descriptionFlow li > span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3.2vw;
  content: counter(number) ".";
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__description .item__descriptionFlow li > span::before {
    margin-right: 12px;
  }
}
.p-articles .p-articlesContents .item .description__checkList {
  margin-top: 5.3333333333vw;
  margin-left: 1.3333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .description__checkList {
    padding-left: 52px;
    margin-top: 30px;
  }
}
.p-articles .p-articlesContents .item .description__checkList li + li {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .description__checkList li + li {
    margin-top: 38px;
  }
}
.p-articles .p-articlesContents .item .description__checkList li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-articles .p-articlesContents .item .description__checkList li > span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 29px;
  height: 29px;
  margin-right: 17px;
  background: url("https://assets.belta.co.jp/resilience/goods/medical_bath/icon_check.png") no-repeat 0 -0.2em;
  background-size: contain;
  content: "";
}
.p-articles .p-articlesContents .item .item__note {
  margin-top: 1.3333333333vw;
  color: #d74353;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .item .item__note {
    margin-top: 5px;
  }
}
.p-articles .p-articlesContents .item__descriptionNote {
  display: block;
  text-align: right;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-articles .p-articlesContents .p-articlesContents__note {
  text-align: right;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-articles .p-articlesContents .c-accordion {
  margin-top: 12.5333333333vw;
  margin-bottom: 12.5333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .c-accordion {
    margin-top: 47px;
    margin-bottom: 47px;
  }
}
.p-articles .p-articlesContents .p-articles__button {
  margin-top: 9.0666666667vw;
  margin-bottom: 11.7333333333vw;
}
@media (min-width: 768px) {
  .p-articles .p-articlesContents .p-articles__button {
    margin-top: 34px;
    margin-bottom: 44px;
  }
}

.p-goods {
  padding-bottom: 33.6vw;
}
@media (min-width: 768px) {
  .p-goods {
    max-width: 749px;
    padding-bottom: 126px;
    margin: 0 auto;
  }
}
.p-goods .p-goodsProduct {
  background: #fff;
}
@media not all and (min-width: 768px) {
  .p-goods .p-goodsProduct {
    margin: 0 -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct {
    position: relative;
    z-index: 1;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.p-goods .p-goodsProduct .p-goodsProduct__heading {
  margin-top: 9.6vw;
  margin-bottom: 6.6666666667vw;
  color: #d74353;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__heading {
    margin-top: 67px;
    margin-bottom: 40px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__heading span {
  display: block;
  text-align: center;
}
.p-goods .p-goodsProduct .p-goodsProduct__heading span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__heading span i {
    line-height: 1.4516129032;
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__heading span i::before, .p-goods .p-goodsProduct .p-goodsProduct__heading span i::after {
  width: 3px;
  height: 1em;
  background: #d74353;
  content: "";
}
.p-goods .p-goodsProduct .p-goodsProduct__heading span i::before {
  margin-right: 3.7333333333vw;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__heading span i::before {
    margin-right: 14px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__heading span i::after {
  margin-left: 3.7333333333vw;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__heading span i::after {
    margin-left: 14px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__heading span em {
  display: block;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__heading span em {
    line-height: 1.6216216216;
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__slide {
  position: relative;
  overflow: hidden;
}
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-next,
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-prev {
  width: 8vw;
  height: 8vw;
  border-radius: 20px;
  color: #5d595a;
  background: #fff;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-next,
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 30px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-next::after,
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-prev::after {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-next::after,
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-prev::after {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-next,
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-container-rtl .swiper-button-prev {
  right: 3.2vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-next,
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-container-rtl .swiper-button-prev {
    right: 24px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-prev,
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-container-rtl .swiper-button-next {
  left: 3.2vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-button-prev,
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-container-rtl .swiper-button-next {
    left: 24px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
@media (min-width: 768px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 23px;
  }
}

.p-goods .p-goodsProduct .p-goodsProduct__slide .swiper-pagination-bullet-active {
  opacity: 1;
}
.p-goods .p-goodsProduct .p-goodsProduct__about {
  padding: 19.2vw 9.8666666667vw;
  text-align: center;
  background: #fff url("https://assets.belta.co.jp/resilience/top/product_bg_sp.webp") no-repeat 0 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__about {
    padding: 72px 37px;
    background: #fff url("https://assets.belta.co.jp/resilience/top/product_bg_pc.webp") no-repeat 0 0;
    background-size: cover;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__about .about .about__text {
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__about .about .about__text {
    letter-spacing: 0.055em;
    line-height: 2.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__about .about .about__text + .about__text {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__about .about .about__text + .about__text {
    margin-top: 15px;
  }
}
.p-goods .p-goodsProduct .p-goodsProduct__about .about .about__text span {
  display: block;
  line-height: 2.5;
  font-size: 12px;
  font-size: 0.75rem;
}
@media not all and (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__about .about .about__text span {
    margin-top: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goodsProduct .p-goodsProduct__about .about .about__text span {
    line-height: 3.125;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-goods .p-goods__heading {
  padding-bottom: 15.2vw;
  background: #fff6f7;
}
@media not all and (min-width: 768px) {
  .p-goods .p-goods__heading {
    margin-right: -3.2vw;
    margin-left: -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goods__heading {
    padding-bottom: 57px;
  }
}
.p-goods .p-goods__heading .c-heading01 {
  margin-bottom: 15.2vw;
}
@media (min-width: 768px) {
  .p-goods .p-goods__heading .c-heading01 {
    margin-bottom: 57px;
  }
}
.p-goods .p-goods__heading p {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-goods .p-goods__heading p {
    letter-spacing: 0.055em;
    line-height: 2.75;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-goods .p-goods__heading p + p {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goods__heading p + p {
    margin-top: 20px;
  }
}
.p-goods .p-goodsTab {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab {
    margin-bottom: 40px;
  }
}
.p-goods .p-goodsTab .p-goodsTab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-goods .p-goodsTab .p-goodsTab__listItem._current a {
  color: #fff;
  background: #d74353;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__listItem._current a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-goods .p-goodsTab .p-goodsTab__listItem._current a .u-brSP {
  display: none;
}
.p-goods .p-goodsTab .p-goodsTab__listItem:not(._current) a {
  line-height: 1.1;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__listItem:not(._current) a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__listItem:not(._current) a:hover {
    color: #fff;
    background: #d74353;
  }
}
.p-goods .p-goodsTab .p-goodsTab__listItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6vw 5.3333333333vw;
  height: 100%;
  border-top: 2px solid #d74353;
  border-right: 2px solid #d74353;
  border-left: 2px solid #d74353;
  border-top-right-radius: 3.7333333333vw;
  border-top-left-radius: 3.7333333333vw;
  line-height: 1;
  text-decoration: none;
  color: #d74353;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__listItem a {
    padding: 15px 30px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
  }
}
.p-goods .p-goodsTab .p-goodsTab__content {
  border: 2px solid #d74353;
}
.p-goods .p-goodsTab .p-goodsTab__contentInner {
  display: none;
}
.p-goods .p-goodsTab .p-goodsTab__contentInner._current {
  display: block;
}
.p-goods .p-goodsTab .p-goodsTab__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7.2vw 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__body {
    padding: 30px;
  }
}
.p-goods .p-goodsTab .p-goodsTab__heading {
  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-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-goods .p-goodsTab .p-goodsTab__heading .p-goodsTab__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-bottom: 5.3333333333vw;
  color: #d74353;
  border-bottom: 2px solid #d74353;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__heading .p-goodsTab__title {
    padding-bottom: 20px;
  }
}
.p-goods .p-goodsTab .p-goodsTab__heading .p-goodsTab__title h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-goods .p-goodsTab .p-goodsTab__heading .p-goodsTab__title span {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-goods .p-goodsTab .p-goodsTab__heading p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 3.2vw;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__heading p {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-goods .p-goodsTab .p-goodsTab__image {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
.p-goods .p-goodsTab .p-goodsTab__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__button {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__button {
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-goods .p-goodsTab .p-goodsTab__button:hover {
    opacity: 0.7;
  }
}
.p-goods .p-goodsTab .p-goodsTab__button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 60.8vw;
  height: 14.4vw;
  background: #fce464;
  border-radius: 7.2vw;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__button a {
    min-width: 456px;
    height: 54px;
    border-radius: 27px;
  }
}
.p-goods .p-goodsTab .p-goodsTab__button a::after {
  display: block;
  width: 1.6vw;
  height: 3.2vw;
  margin-left: 2.9333333333vw;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%235d595a" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%235d595a" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media (min-width: 768px) {
  .p-goods .p-goodsTab .p-goodsTab__button a::after {
    width: 12px;
    height: 23px;
    margin-left: 11px;
  }
}
.p-goods .p-goodsNav {
  margin-top: 18.6666666667vw;
  margin-bottom: 16vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsNav {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
.p-goods .p-goodsNav .p-goodsNav__heading {
  padding: 2.6666666667vw;
  color: #fff;
  background: #d74353;
  letter-spacing: 0.05em;
  border-top-right-radius: 7.2vw;
  border-top-left-radius: 7.2vw;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsNav .p-goodsNav__heading {
    padding: 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-goods .p-goodsNav .p-goodsNav__list {
  padding: 8vw 9.0666666667vw 13.3333333333vw;
  border-bottom-right-radius: 7.2vw;
  border-bottom-left-radius: 7.2vw;
  border-right: 2px solid #d74353;
  border-bottom: 2px solid #d74353;
  border-left: 2px solid #d74353;
}
@media (min-width: 768px) {
  .p-goods .p-goodsNav .p-goodsNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 34px 50px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.p-goods .p-goodsNav .p-goodsNav__item {
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  border-bottom: 1px solid #d74353;
}
@media (min-width: 768px) {
  .p-goods .p-goodsNav .p-goodsNav__item {
    width: 48%;
    padding: 10px 10px 10px 20px;
  }
}
.p-goods .p-goodsNav .p-goodsNav__item a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.p-goods .p-goodsNav .p-goodsNav__item a span {
  position: relative;
  display: block;
}
.p-goods .p-goodsNav .p-goodsNav__item a span::before {
  position: absolute;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: -5.3333333333vw;
  margin: auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .p-goods .p-goodsNav .p-goodsNav__item a span::before {
    left: -20px;
  }
}
.p-goods .p-goodsContents:not(._section01) {
  padding-top: 100px;
  margin-top: -70px;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents:not(._section01) {
    padding-top: 140px;
    margin-top: -100px;
  }
}
@media not all and (min-width: 768px) {
  .p-goods .p-goodsContents {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
.p-goods .p-goodsContents._section01 .p-goodsContents__heading {
  margin-top: 0;
}

@media not all and (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__heading .c-heading02 {
    margin-right: -6.4vw;
    margin-left: -6.4vw;
  }
}
.p-goods .p-goodsContents .p-goodsContents__lead {
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__lead {
    line-height: 2.5;
  }
}
.p-goods .p-goodsContents .p-goodsContents__lead + .p-goodsContents__lead {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__lead + .p-goodsContents__lead {
    margin-top: 15px;
  }
}
.p-goods .p-goodsContents .p-goodsContents__lead em {
  color: #d74353;
  font-style: normal;
}
.p-goods .p-goodsContents .p-goodsContents__lead + .item__image {
  margin-top: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__lead + .item__image {
    margin-top: 26px;
  }
}
.p-goods .p-goodsContents .p-goodsContents__text {
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.p-goods .p-goodsContents .p-goodsContents__text + .p-goodsContents__text {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__text + .p-goodsContents__text {
    margin-top: 20px;
  }
}
.p-goods .p-goodsContents .p-goodsContents__item {
  margin-top: 6.9333333333vw;
  margin-bottom: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goodsContents__item ._grid, .p-goods .p-goodsContents .p-goodsContents__item._grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
  .p-goods .p-goodsContents .p-goodsContents__item ._grid .item, .p-goods .p-goodsContents .p-goodsContents__item._grid .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-goods .p-goodsContents .p-goodsContents__item ._grid .item + .item, .p-goods .p-goodsContents .p-goodsContents__item._grid .item + .item {
    margin-top: 0;
  }
  .p-goods .p-goodsContents .p-goodsContents__item ._grid .item .c-heading03, .p-goods .p-goodsContents .p-goodsContents__item._grid .item .c-heading03 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-goods .p-goodsContents .p-goodsContents__item ._grid .item .item__image, .p-goods .p-goodsContents .p-goodsContents__item._grid .item .item__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-goods .p-goodsContents .p-goodsContents__item ._grid .item .item__text, .p-goods .p-goodsContents .p-goodsContents__item._grid .item .item__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-goods .p-goodsContents .item + .item {
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item + .item {
    margin-top: 60px;
  }
}
.p-goods .p-goodsContents .item .item__text {
  margin-top: 5.3333333333vw;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__text {
    margin-top: 20px;
  }
}
.p-goods .p-goodsContents .item .item__image {
  text-align: center;
  margin-top: 9.6vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__image {
    margin-top: 36px;
  }
}
.p-goods .p-goodsContents .item .item__description {
  padding: 10.6666666667vw 9.0666666667vw;
  margin-top: 6.6666666667vw;
  margin-bottom: 6.6666666667vw;
  background: #fff6f7;
  border-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__description {
    padding: 40px 34px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 27px;
  }
}
.p-goods .p-goodsContents .item .item__description > p {
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.p-goods .p-goodsContents .item .item__description .item__descriptionBody + p {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__description .item__descriptionBody + p {
    margin-top: 17px;
  }
}
.p-goods .p-goodsContents .item .item__description .item__descriptionItem + .item__descriptionItem {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__description .item__descriptionItem + .item__descriptionItem {
    margin-top: 17px;
  }
}
.p-goods .p-goodsContents .item .item__description .item__descriptionItem dt {
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__description .item__descriptionItem dt {
    margin-bottom: 10px;
  }
}
.p-goods .p-goodsContents .item .item__description .item__descriptionItem dd {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5625;
}
.p-goods .p-goodsContents .item .item__description .item__descriptionFlow {
  counter-reset: number 0;
}
.p-goods .p-goodsContents .item .item__description .item__descriptionFlow li {
  counter-increment: number 1;
}
.p-goods .p-goodsContents .item .item__description .item__descriptionFlow li + li::before {
  display: block;
  width: 8px;
  height: 14px;
  margin: 8vw auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  content: "";
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__description .item__descriptionFlow li + li::before {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-goods .p-goodsContents .item .item__description .item__descriptionFlow li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__description .item__descriptionFlow li > span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-goods .p-goodsContents .item .item__description .item__descriptionFlow li > span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3.2vw;
  content: counter(number) ".";
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__description .item__descriptionFlow li > span::before {
    margin-right: 12px;
  }
}
.p-goods .p-goodsContents .item .description__checkList {
  margin-top: 5.3333333333vw;
  margin-left: 1.3333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .description__checkList {
    padding-left: 52px;
    margin-top: 30px;
  }
}
.p-goods .p-goodsContents .item .description__checkList li + li {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .description__checkList li + li {
    margin-top: 38px;
  }
}
.p-goods .p-goodsContents .item .description__checkList li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-goods .p-goodsContents .item .description__checkList li > span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 29px;
  height: 29px;
  margin-right: 17px;
  background: url("https://assets.belta.co.jp/resilience/goods/medical_bath/icon_check.png") no-repeat 0 -0.2em;
  background-size: contain;
  content: "";
}
.p-goods .p-goodsContents .item .item__note {
  margin-top: 1.3333333333vw;
  color: #d74353;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .item .item__note {
    margin-top: 5px;
  }
}
.p-goods .p-goodsContents .item__descriptionNote {
  display: block;
  text-align: right;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-goods .p-goodsContents .p-goodsContents__note {
  text-align: right;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-goods .p-goodsContents .c-accordion {
  margin-top: 12.5333333333vw;
  margin-bottom: 12.5333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .c-accordion {
    margin-top: 47px;
    margin-bottom: 47px;
  }
}
.p-goods .p-goodsContents .p-goods__button {
  margin-top: 9.0666666667vw;
  margin-bottom: 11.7333333333vw;
}
@media (min-width: 768px) {
  .p-goods .p-goodsContents .p-goods__button {
    margin-top: 34px;
    margin-bottom: 44px;
  }
}
.p-goods .p-goodsFeature {
  margin-bottom: 10.6666666667vw;
  background: #fff6f7;
}
@media not all and (min-width: 768px) {
  .p-goods .p-goodsFeature {
    padding: 6.4vw;
    margin-right: -6.4vw;
    margin-left: -6.4vw;
  }
}
@media (min-width: 768px) {
  .p-goods .p-goodsFeature {
    padding: 40px;
    margin-bottom: 40px;
  }
}
.p-goods .p-goodsFeature .p-goodsFeature__image {
  display: block;
  margin-bottom: 25px;
  text-align: center;
}
.p-goods .p-goodsFeature .p-goodsFeature__image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-goods .p-goodsFeature .p-goodsFeature__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.p-goods .p-goodsFeature .p-goodsFeature__lead {
  margin-bottom: 10px;
}
.p-goods .p-goodsFeature .p-goodsFeature__lead img {
  width: 100%;
  height: auto;
}
@media not all and (min-width: 768px) {
  .p-goods .p-goodsFeature .p-goodsFeature__btn + .p-goodsFeature__btn {
    margin-top: 5.3333333333vw;
  }
}
.p-goods .p-goodsFeature .p-goodsFeature__btn a {
  display: block;
}
@media (min-width: 768px) {
  .p-goods .p-goodsFeature .p-goodsFeature__btn a {
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-goods .p-goodsFeature .p-goodsFeature__btn a:hover {
    opacity: 0.7;
  }
}
.p-goods .p-goodsFeature .p-goodsFeature__btn img {
  width: 100%;
  height: auto;
}
.p-goods .p-goodsFeature .p-goodsFeature__note {
  margin-top: 5.3333333333vw;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .p-goods .p-goodsFeature .p-goodsFeature__note {
    margin-top: 20px;
  }
}
.p-goods .p-goodsFeature .p-goodsFeature__note p + p {
  margin-top: 5px;
}

.p-post {
  padding-bottom: 33.6vw;
}
@media (min-width: 768px) {
  .p-post {
    max-width: 749px;
    padding-bottom: 126px;
    margin: 0 auto;
  }
}
.p-post .p-post__heading {
  margin-bottom: 6.6666666667vw;
}
@media not all and (min-width: 768px) {
  .p-post .p-post__heading {
    margin-right: -3.2vw;
    margin-left: -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-post .p-post__heading {
    margin-bottom: 25px;
  }
}
.p-post .p-post__heading .c-heading01 {
  padding-bottom: 0;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-post__heading .c-heading01 {
    margin-bottom: 20px;
  }
}
.p-post .p-post__heading .p-post__headingSubTitle {
  padding-bottom: 12.2666666667vw;
  color: #d74353;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-post .p-post__heading .p-post__headingSubTitle {
    padding-bottom: 46px;
  }
}
.p-post .p-post__heading .p-post__headingText {
  padding: 13.3333333333vw 9.8666666667vw;
  margin-bottom: 6.1333333333vw;
  background: #fff6f7;
}
@media (min-width: 768px) {
  .p-post .p-post__heading .p-post__headingText {
    padding: 50px 30px;
    margin-bottom: 23px;
  }
}
.p-post .p-post__heading .p-post__headingText_2 {
  padding: 13.3333333333vw 4vw;
  margin-bottom: 6.1333333333vw;
  background: #fff6f7;
}
@media (min-width: 768px) {
  .p-post .p-post__heading .p-post__headingText_2 {
    padding: 50px 30px;
    margin-bottom: 23px;
  }
}
.p-post .p-post__heading p {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-post .p-post__heading p {
    letter-spacing: 0.055em;
  }
}
.p-post .p-post__heading p + p {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-post__heading p + p {
    margin-top: 20px;
  }
}
.p-post .p-postTab {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-post .p-postTab {
    margin-bottom: 40px;
  }
}
.p-post .p-postTab .p-postTab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-post .p-postTab .p-postTab__listItem._current a {
  color: #fff;
  background: #d74353;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__listItem._current a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-post .p-postTab .p-postTab__listItem._current a .u-brSP {
  display: none;
}
.p-post .p-postTab .p-postTab__listItem:not(._current) a {
  line-height: 1.1;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__listItem:not(._current) a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__listItem:not(._current) a:hover {
    color: #fff;
    background: #d74353;
  }
}
.p-post .p-postTab .p-postTab__listItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6vw 5.3333333333vw;
  height: 100%;
  border-top: 2px solid #d74353;
  border-right: 2px solid #d74353;
  border-left: 2px solid #d74353;
  border-top-right-radius: 3.7333333333vw;
  border-top-left-radius: 3.7333333333vw;
  line-height: 1;
  text-decoration: none;
  color: #d74353;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__listItem a {
    padding: 15px 30px;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
  }
}
.p-post .p-postTab .p-postTab__content {
  border: 2px solid #d74353;
}
.p-post .p-postTab .p-postTab__contentInner {
  display: none;
}
.p-post .p-postTab .p-postTab__contentInner._current {
  display: block;
}
.p-post .p-postTab .p-postTab__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7.2vw 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__body {
    padding: 30px;
  }
}
.p-post .p-postTab .p-postTab__heading {
  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-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-post .p-postTab .p-postTab__heading .p-postTab__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-bottom: 5.3333333333vw;
  color: #d74353;
  border-bottom: 2px solid #d74353;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__heading .p-postTab__title {
    padding-bottom: 20px;
  }
}
.p-post .p-postTab .p-postTab__heading .p-postTab__title h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-post .p-postTab .p-postTab__heading .p-postTab__title span {
  font-size: 20px;
  font-size: 1.25rem;
}
.p-post .p-postTab .p-postTab__heading p {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 3.2vw;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__heading p {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-post .p-postTab .p-postTab__image {
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
.p-post .p-postTab .p-postTab__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__button {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__button {
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-post .p-postTab .p-postTab__button:hover {
    opacity: 0.7;
  }
}
.p-post .p-postTab .p-postTab__button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 60.8vw;
  height: 14.4vw;
  background: #fce464;
  border-radius: 7.2vw;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__button a {
    min-width: 456px;
    height: 54px;
    border-radius: 27px;
  }
}
.p-post .p-postTab .p-postTab__button a::after {
  display: block;
  width: 1.6vw;
  height: 3.2vw;
  margin-left: 2.9333333333vw;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%235d595a" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%235d595a" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media (min-width: 768px) {
  .p-post .p-postTab .p-postTab__button a::after {
    width: 12px;
    height: 23px;
    margin-left: 11px;
  }
}
.p-post .p-postNav {
  margin-top: 18.6666666667vw;
  margin-bottom: 16vw;
}
@media (min-width: 768px) {
  .p-post .p-postNav {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
.p-post .p-postNav .p-postNav__heading {
  padding: 2.6666666667vw;
  color: #fff;
  background: #d74353;
  letter-spacing: 0.05em;
  border-top-right-radius: 7.2vw;
  border-top-left-radius: 7.2vw;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .p-post .p-postNav .p-postNav__heading {
    padding: 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-post .p-postNav .p-postNav__list {
  padding: 8vw 9.0666666667vw 13.3333333333vw;
  border-bottom-right-radius: 7.2vw;
  border-bottom-left-radius: 7.2vw;
  border-right: 2px solid #d74353;
  border-bottom: 2px solid #d74353;
  border-left: 2px solid #d74353;
}
@media (min-width: 768px) {
  .p-post .p-postNav .p-postNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 34px 50px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
.p-post .p-postNav .p-postNav__item {
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  border-bottom: 1px solid #d74353;
}
@media (min-width: 768px) {
  .p-post .p-postNav .p-postNav__item {
    width: 48%;
    padding: 10px 10px 10px 20px;
  }
}
.p-post .p-postNav .p-postNav__item a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.p-post .p-postNav .p-postNav__item a span {
  position: relative;
  display: block;
}
.p-post .p-postNav .p-postNav__item a span::before {
  position: absolute;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: -5.3333333333vw;
  margin: auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .p-post .p-postNav .p-postNav__item a span::before {
    left: -20px;
  }
}
@media not all and (min-width: 768px) {
  .p-post .p-postContents {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
.p-post .p-postContents._section01 .p-postContents__heading {
  margin-top: 0;
}

@media not all and (min-width: 768px) {
  .p-post .p-postContents .p-postContents__heading .c-heading02 {
    margin-right: -6.4vw;
    margin-left: -6.4vw;
  }
}
.p-post .p-postContents .p-postContents__lead {
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-postContents__lead {
    line-height: 2.5;
  }
}
.p-post .p-postContents .p-postContents__lead + .p-postContents__lead {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-postContents__lead + .p-postContents__lead {
    margin-top: 15px;
  }
}
.p-post .p-postContents .p-postContents__lead em {
  color: #d74353;
  font-style: normal;
}
.p-post .p-postContents .p-postContents__lead + .item__image {
  margin-top: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-postContents__lead + .item__image {
    margin-top: 26px;
  }
}
.p-post .p-postContents .p-postContents__text {
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.p-post .p-postContents .p-postContents__text + .p-postContents__text {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-postContents__text + .p-postContents__text {
    margin-top: 20px;
  }
}
.p-post .p-postContents .p-postContents__item {
  margin-top: 6.9333333333vw;
  margin-bottom: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-postContents__item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-postContents__item ._grid, .p-post .p-postContents .p-postContents__item._grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
  .p-post .p-postContents .p-postContents__item ._grid .item, .p-post .p-postContents .p-postContents__item._grid .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-post .p-postContents .p-postContents__item ._grid .item + .item, .p-post .p-postContents .p-postContents__item._grid .item + .item {
    margin-top: 0;
  }
  .p-post .p-postContents .p-postContents__item ._grid .item .c-heading03, .p-post .p-postContents .p-postContents__item._grid .item .c-heading03 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-post .p-postContents .p-postContents__item ._grid .item .item__image, .p-post .p-postContents .p-postContents__item._grid .item .item__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-post .p-postContents .p-postContents__item ._grid .item .item__text, .p-post .p-postContents .p-postContents__item._grid .item .item__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-post .p-postContents .item + .item {
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item + .item {
    margin-top: 60px;
  }
}
.p-post .p-postContents .item .item__text {
  margin-top: 5.3333333333vw;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__text {
    margin-top: 20px;
  }
}
.p-post .p-postContents .item .item__image {
  text-align: center;
  margin-top: 9.6vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__image {
    margin-top: 36px;
  }
}
.p-post .p-postContents .item .item__description {
  padding: 10.6666666667vw 9.0666666667vw;
  margin-top: 6.6666666667vw;
  margin-bottom: 6.6666666667vw;
  background: #fff6f7;
  border-radius: 7.2vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__description {
    padding: 40px 34px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 27px;
  }
}
.p-post .p-postContents .item .item__description > p {
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.p-post .p-postContents .item .item__description .item__descriptionBody + p {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__description .item__descriptionBody + p {
    margin-top: 17px;
  }
}
.p-post .p-postContents .item .item__description .item__descriptionItem + .item__descriptionItem {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__description .item__descriptionItem + .item__descriptionItem {
    margin-top: 17px;
  }
}
.p-post .p-postContents .item .item__description .item__descriptionItem dt {
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__description .item__descriptionItem dt {
    margin-bottom: 10px;
  }
}
.p-post .p-postContents .item .item__description .item__descriptionItem dd {
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5625;
}
.p-post .p-postContents .item .item__description .item__descriptionFlow {
  counter-reset: number 0;
}
.p-post .p-postContents .item .item__description .item__descriptionFlow li {
  counter-increment: number 1;
}
.p-post .p-postContents .item .item__description .item__descriptionFlow li + li::before {
  display: block;
  width: 8px;
  height: 14px;
  margin: 8vw auto;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23D74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23D74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  content: "";
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__description .item__descriptionFlow li + li::before {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-post .p-postContents .item .item__description .item__descriptionFlow li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__description .item__descriptionFlow li > span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-post .p-postContents .item .item__description .item__descriptionFlow li > span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3.2vw;
  content: counter(number) ".";
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__description .item__descriptionFlow li > span::before {
    margin-right: 12px;
  }
}
.p-post .p-postContents .item .description__checkList {
  margin-top: 5.3333333333vw;
  margin-left: 1.3333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .description__checkList {
    padding-left: 52px;
    margin-top: 30px;
  }
}
.p-post .p-postContents .item .description__checkList li + li {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .description__checkList li + li {
    margin-top: 38px;
  }
}
.p-post .p-postContents .item .description__checkList li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-post .p-postContents .item .description__checkList li > span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 29px;
  height: 29px;
  margin-right: 17px;
  background: url("https://assets.belta.co.jp/resilience/goods/medical_bath/icon_check.png") no-repeat 0 -0.2em;
  background-size: contain;
  content: "";
}
.p-post .p-postContents .item .item__note {
  margin-top: 1.3333333333vw;
  color: #d74353;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .p-post .p-postContents .item .item__note {
    margin-top: 5px;
  }
}
.p-post .p-postContents .item__descriptionNote {
  display: block;
  text-align: right;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-post .p-postContents .p-postContents__note {
  text-align: right;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-post .p-postContents .c-accordion {
  margin-top: 12.5333333333vw;
  margin-bottom: 12.5333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .c-accordion {
    margin-top: 47px;
    margin-bottom: 47px;
  }
}
.p-post .p-postContents .p-post__button {
  margin-top: 9.0666666667vw;
  margin-bottom: 11.7333333333vw;
}
@media (min-width: 768px) {
  .p-post .p-postContents .p-post__button {
    margin-top: 34px;
    margin-bottom: 44px;
  }
}

.p-report {
  padding-bottom: 33.6vw;
}
@media (min-width: 768px) {
  .p-report {
    max-width: 749px;
    padding-bottom: 126px;
    margin: 0 auto;
  }
}
.p-report:not(._report2) .p-report__heading {
  padding-bottom: 15.2vw;
  background: #fff6f7;
}
@media (min-width: 768px) {
  .p-report:not(._report2) .p-report__heading {
    padding-bottom: 57px;
  }
}
.p-report:not(._report2) .p-report__heading .c-heading01 {
  margin-bottom: 15.2vw;
}
@media (min-width: 768px) {
  .p-report:not(._report2) .p-report__heading .c-heading01 {
    margin-bottom: 57px;
  }
}

.p-report._report2 .p-report__heading {
  margin-bottom: 10.1333333333vw;
}
@media (min-width: 768px) {
  .p-report._report2 .p-report__heading {
    margin-bottom: 40px;
  }
}

@media not all and (min-width: 768px) {
  .p-report .p-report__heading {
    margin-right: -3.2vw;
    margin-left: -3.2vw;
  }
}
.p-report .p-report__heading p {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-report .p-report__heading p {
    letter-spacing: 0.055em;
    line-height: 2.75;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-report .p-report__heading p + p {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-report__heading p + p {
    margin-top: 20px;
  }
}
.p-report .p-report__heading p span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media not all and (min-width: 768px) {
  .p-report .p-reportContents {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
.p-report .p-reportContents._section01 .p-reportContents__heading {
  display: grid;
}
.p-report .p-reportContents._section01 .p-reportContents__heading figure {
  display: grid;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-report .p-reportContents .p-reportContents__heading .c-heading02 {
  display: grid;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 7.2vw;
}
@media not all and (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__heading .c-heading02 {
    margin-right: -6.4vw;
    margin-left: -6.4vw;
  }
}
.p-report .p-reportContents .p-reportContents__heading figure img {
  width: 100%;
  height: auto;
}
.p-report .p-reportContents .p-reportContents__heading figure.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__heading figure.text {
    margin-bottom: 40px;
  }
}
.p-report .p-reportContents .p-reportContents__heading figure.text img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-report .p-reportContents .p-reportContents__heading figure.text figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 10.6666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__heading figure.text figcaption {
    margin-bottom: 40px;
    letter-spacing: 0.055em;
    line-height: 2.75;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-report .p-reportContents .p-reportContents__lead {
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__lead {
    line-height: 2.5;
  }
}
.p-report .p-reportContents .p-reportContents__lead + .p-reportContents__lead {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__lead + .p-reportContents__lead {
    margin-top: 15px;
  }
}
.p-report .p-reportContents .p-reportContents__lead em {
  color: #d74353;
  font-style: normal;
}
.p-report .p-reportContents .p-reportContents__lead + .p-reportContents__graphImage {
  margin-top: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__lead + .p-reportContents__graphImage {
    margin-top: 26px;
  }
}
.p-report .p-reportContents .p-reportContents__graph {
  margin-top: 6.9333333333vw;
  margin-bottom: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graph {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graph ._grid, .p-report .p-reportContents .p-reportContents__graph._grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
  .p-report .p-reportContents .p-reportContents__graph ._grid .p-reportContents__graphItem + .p-reportContents__graphItem, .p-report .p-reportContents .p-reportContents__graph._grid .p-reportContents__graphItem + .p-reportContents__graphItem {
    margin-top: 0;
  }
}
.p-report .p-reportContents .p-reportContents__graphItem + .p-reportContents__graphItem {
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphItem + .p-reportContents__graphItem {
    margin-top: 60px;
  }
}
.p-report .p-reportContents .p-reportContents__graphTitle {
  padding-bottom: 1.0666666667vw;
  margin-bottom: 7.2vw;
  color: #d74353;
  border-bottom: 2px solid #d74353;
  line-height: 1.3;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphTitle {
    padding-bottom: 4px;
    margin-bottom: 27px;
    line-height: 1.3333333333;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-report .p-reportContents .p-reportContents__graphImage {
  text-align: center;
}
.p-report .p-reportContents .p-reportContents__graphImage:not(._title) figcaption {
  display: block;
  margin-top: 8px;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media not all and (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphImage:not(._title) figcaption {
    text-align: right;
  }
}
.p-report .p-reportContents .p-reportContents__graphImage._title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-report .p-reportContents .p-reportContents__graphImage._title img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-report .p-reportContents .p-reportContents__graphImage._title figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 6.6666666667vw;
  text-align: center;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphImage._title figcaption {
    margin-bottom: 25px;
  }
}
.p-report .p-reportContents .p-reportContents__graphImage:not(._lage) img {
  width: 74.6666666667vw;
  height: auto;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphImage:not(._lage) img {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphImage._lage img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}
.p-report .p-reportContents .p-reportContents__graphImage + .p-reportContents__graphImage {
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphImage + .p-reportContents__graphImage {
    margin-top: 45px;
  }
}
.p-report .p-reportContents .p-reportContents__graphImage + .p-reportContents__lead {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphImage + .p-reportContents__lead {
    margin-top: 40px;
  }
}
.p-report .p-reportContents .p-reportContents__graphImage + p:not([class]) {
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphImage + p:not([class]) {
    margin-top: 30px;
  }
}
.p-report .p-reportContents .p-reportContents__graphImage + p:not([class]) + p {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__graphImage + p:not([class]) + p {
    margin-top: 10px;
  }
}
.p-report .p-reportContents .c-accordion {
  margin-top: 12.5333333333vw;
  margin-bottom: 12.5333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .c-accordion {
    margin-top: 47px;
    margin-bottom: 47px;
  }
}
.p-report .p-reportContents .p-report__button {
  margin-top: 9.0666666667vw;
  margin-bottom: 11.7333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-report__button {
    margin-top: 34px;
    margin-bottom: 44px;
  }
}
.p-report .p-reportContents .p-reportContents__voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice {
    margin-top: 40px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__user {
  width: 78.1333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__user {
    width: 90%;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__user:nth-of-type(odd) {
  margin-left: auto;
}
.p-report .p-reportContents .p-reportContents__voice .voice__user + .voice__user {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__user + .voice__user {
    margin-top: 17px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__user > .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: calc(100% - 5px);
  padding: 5.0666666667vw 5.8666666667vw 4vw 6.9333333333vw;
  margin-bottom: 4.2666666667vw;
  background: #fff;
  border: 2px solid #f3c2c7;
  border-radius: 8vw;
  text-align: left;
  -webkit-box-shadow: 4px 5px #f3c2c7;
          box-shadow: 4px 5px #f3c2c7;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__user > .user {
    width: 460px;
    padding: 19px 25px 15px;
    margin: 0 auto 16px;
    border-radius: 30px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__user > .user dt {
  margin-top: 1.3333333333vw;
  text-align: right;
  line-height: 2;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__user > .user dt {
    margin-top: 3px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__user > .user dd {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__user > .user dd {
    line-height: 1.625;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__user > .user dd em {
  color: #d74353;
  font-style: normal;
}
.p-report .p-reportContents .p-reportContents__voice .voice__userOther + .voice__user {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__userOther + .voice__user {
    margin-top: 17px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__userOther > .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: calc(100% - 5px);
  padding: 5.0666666667vw 5.8666666667vw 4vw 6.9333333333vw;
  margin-bottom: 4.2666666667vw;
  background: #fff;
  border-radius: 8vw;
  text-align: left;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__userOther > .user {
    width: 460px;
    padding: 19px 25px 15px;
    margin: 0 auto 16px;
    border-radius: 30px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__userOther > .user dt {
  margin-top: 1.3333333333vw;
  text-align: right;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__userOther > .user dt {
    margin-top: 3px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__userOther > .user dd {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__userOther > .user dd {
    line-height: 1.375;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__userOther > .user dd em {
  color: #d74353;
  font-style: normal;
}
.p-report .p-reportContents .p-reportContents__voice .voice__accordion .voice__accordionBody {
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.p-report .p-reportContents .p-reportContents__voice .voice__accordion:not(._open) .voice__accordionBody {
  display: none;
}

.p-report .p-reportContents .p-reportContents__voice .voice__accordionBodyInner {
  padding-top: 6.6666666667vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__accordionBodyInner {
    padding-top: 25px;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__accordionBtn {
  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;
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__accordionBtn {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-report .p-reportContents .p-reportContents__voice .voice__accordionBtn::after {
  display: block;
  width: 2.1333333333vw;
  height: 3.2vw;
  margin-left: 3.2vw;
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%235d595a" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%235d595a" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__accordionBtn::after {
    width: 12px;
    height: 20px;
    margin-left: 12px;
  }
}
.p-report .p-reportContents .p-reportContents__voice ._open .voice__accordionBtn::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .voice__accordionBtn {
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-report .p-reportContents .p-reportContents__voice .voice__accordionBtn:hover {
    opacity: 0.7;
  }
}
.p-report .p-reportContents .p-reportContents__voice .c-buttonWrap {
  margin-top: 21.3333333333vw;
}
@media (min-width: 768px) {
  .p-report .p-reportContents .p-reportContents__voice .c-buttonWrap {
    margin-top: 80px;
  }
}

.p-top .p-topMainVisual {
  position: relative;
  z-index: 2;
}
@media not all and (min-width: 768px) {
  .p-top .p-topMainVisual {
    padding-top: 70px;
  }
}
@media (min-width: 768px) {
  .p-top .p-topMainVisual {
    padding-top: 100px;
  }
}
.p-top .p-topMainVisual .p-topMainVisual__image > picture img {
  width: 100%;
  height: 100%;
}
.p-top .p-topSection:first-child {
  padding-bottom: 24vw;
  background-image: url("https://assets.belta.co.jp/resilience/top/bg_main_sp2.png"), url("https://assets.belta.co.jp/resilience/top/bg_section_bottom_sp.png"), linear-gradient(167.58deg, #fff6f7 75%, #fff6f7 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% auto, 100% auto, 100% 98%;
  background-position: 0 0, 0 100%, 0 0;
}
@media (min-width: 768px) {
  .p-top .p-topSection:first-child {
    padding-bottom: 150px;
    background-image: url("https://assets.belta.co.jp/resilience/top/bg_section_bottom_pc.png"), linear-gradient(167.58deg, #fff6f7 3%, #fff6f7 97%);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% 97%;
    background-position: 0 100%, 0 0;
  }
}
.p-top .p-topSection:not(:first-child)._bg {
  padding-top: 24vw;
  padding-bottom: 24vw;
  background-image: linear-gradient(167.58deg, #fff6f7 75%, #fff6f7 98%), url("https://assets.belta.co.jp/resilience/top/bg_section_top_sp.png"), url("https://assets.belta.co.jp/resilience/top/bg_section_bottom_sp.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% 98%, 100% auto, 100% auto;
  background-position: 0 75%, 0 0, 0 100%;
}
@media (min-width: 768px) {
  .p-top .p-topSection:not(:first-child)._bg {
    padding-top: 140px;
    padding-bottom: 150px;
    background-image: linear-gradient(167.58deg, #fff6f7 3%, #fff6f7 97%), url("https://assets.belta.co.jp/resilience/top/bg_section_top_pc.png"), url("https://assets.belta.co.jp/resilience/top/bg_section_bottom_pc.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% calc(100% - 150px), 100% auto, 100% auto;
    background-position: 0 100px, 0 0, 0 100%;
  }
}
@media (min-width: 768px) {
  .p-top .p-topSection .p-topSection__inner {
    max-width: 749px;
    margin: 0 auto;
  }
}
.p-top .p-topSection + .p-topSection {
  margin-top: 20px;
}
@media not all and (min-width: 768px) {
  .p-top .p-topReport {
    position: relative;
    z-index: 2;
  }
}
.p-top .p-topReport .p-topReport__lead {
  padding-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__lead {
    padding-top: 0px;
  }
}
.p-top .p-topReport .p-topReport__lead p {
  color: #d74353;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__lead p {
    line-height: 1.5;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top .p-topReport .p-topReport__lead p:first-child {
  margin-bottom: 3.2vw;
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__lead p:first-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__lead p + p {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result {
    margin-top: 37px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__heading {
    margin-bottom: 12vw;
  }
  .p-top .p-topReport .p-topReport__result .result__heading img {
    width: 82.4vw;
    height: auto;
    margin-left: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__heading {
    text-align: center;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__graph {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__graph {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 125px 100px;
    margin-top: 50px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__graph .result__graphItem + .result__graphItem {
    margin-top: 13.3333333333vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__graph .result__graphItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top .p-topReport .p-topReport__result .result__graph .result__graphTitle {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__graph .result__graphTitle {
    margin-bottom: 40px;
  }
}
.p-top .p-topReport .p-topReport__result .result__graph .result__graphImage {
  display: block;
  margin-bottom: 8vw;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__graph .result__graphImage {
    margin-bottom: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__graph .result__graphImage:not(._lage) img {
    width: 70.6666666667vw;
    height: auto;
  }
}
.p-top .p-topReport .p-topReport__result .result__graph .result__graphText {
  margin-top: auto;
}
.p-top .p-topReport .p-topReport__result .result__lead {
  margin-top: 14.4vw;
  margin-bottom: 13.6vw;
  text-align: center;
  color: #d74353;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.65;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-top .p-topReport .p-topReport__result .result__lead {
    margin-top: 70px;
    margin-bottom: 68px;
    line-height: 1.6666666667;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top .p-topConcept {
  position: relative;
}
@media not all and (min-width: 768px) {
  .p-top .p-topConcept::before {
    position: absolute;
    top: -9.3333333333vw;
    left: 0;
    display: block;
    width: 100%;
    height: 183.2vw;
    content: "";
    background: url("https://assets.belta.co.jp/resilience/top/concept_bg_sp_01.svg") no-repeat 50% 0;
    background-size: auto 100%;
  }
}
@media (max-width: 480px) {
  .p-top .p-topConcept::before {
    height: 183.2vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topConcept::before {
    position: absolute;
    top: 0;
    left: -13.3967789165vw;
    display: block;
    width: 100vw;
    max-width: 1366px;
    height: 100%;
    content: "";
    background: url("https://assets.belta.co.jp/resilience/top/concept_bg_pc.svg") no-repeat 50% 8.0527086384vw;
    background-size: 100% auto;
  }
}
.p-top .p-topConcept .p-topSection__inner {
  position: relative;
  z-index: 2;
}
.p-top .p-topConcept .p-topConcept__heading {
  text-align: center;
  color: #d74353;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
@media not all and (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__heading {
    letter-spacing: 0.05em;
  }
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__heading {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.p-top .p-topConcept .p-topConcept__heading em {
  display: block;
  font-style: normal;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__heading em {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__message {
    background: url("https://assets.belta.co.jp/resilience/top/concept_bg_sp_02.svg") no-repeat 0 100%;
    background-size: 100% auto;
  }
}
.p-top .p-topConcept .p-topConcept__message .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 7.4666666667vw;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__message .message {
    margin-top: 64px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__message .message .message__image {
    padding-right: 2.9333333333vw;
    padding-left: 3.2vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__message .message .message__image {
    margin-top: 50px;
  }
}
.p-top .p-topConcept .p-topConcept__message .message .message__text {
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2.0625;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__message .message .message__text {
    line-height: 2.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topConcept .p-topConcept__concept {
  margin-top: 9.6vw;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept {
    margin-top: 80px;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept {
  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;
}
.p-top .p-topConcept .p-topConcept__concept .concept::before {
  position: absolute;
  width: 100%;
  color: #d74353;
  white-space: nowrap;
  content: "ABOUT BELTA ABOUT BELTA ABOUT BELTA";
  overflow: hidden;
  text-indent: -0.1em;
  letter-spacing: 0.04em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 64px;
  font-size: 4rem;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept::before {
    font-size: 122px;
    font-size: 7.625rem;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept .concept__body {
  position: relative;
  width: 86.6666666667vw;
  padding: 31.4666666667vw 5.3333333333vw 28.8vw;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 43.4666666667vw;
  -webkit-box-shadow: 0 0 6px rgba(203, 203, 203, 0.16);
          box-shadow: 0 0 6px rgba(203, 203, 203, 0.16);
  text-align: center;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__body {
    width: 100%;
    max-width: 657px;
    padding: 128px 30px;
    border-radius: 330px;
  }
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__heading {
    margin-bottom: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__headingImage {
    margin-bottom: 2.9333333333vw;
    width: 28.2666666667vw;
    height: auto;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept .concept__headingText {
  color: #ea0363;
  letter-spacing: 0.06em;
  line-height: 3.2142857143;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__headingText {
    line-height: 3.2;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyText {
  letter-spacing: 0.05em;
  line-height: 2.0625;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyText {
    letter-spacing: 0.055em;
    line-height: 2.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyText + .concept__bodyText {
  margin-top: 4.8vw;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyText + .concept__bodyText {
    margin-top: 20px;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyLead {
  margin-top: 2.6666666667vw;
  color: #d74353;
  line-height: 1.3333333333;
  font-size: 18px;
  font-size: 1.125rem;
}
@media not all and (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyLead {
    margin-bottom: 2.6666666667vw;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyLead {
    margin-top: 10px;
    letter-spacing: 0.055em;
    line-height: 1.2;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyLead span {
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media not all and (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__concept .concept .concept__bodyLead span {
    letter-spacing: 0.05em;
  }
}
.p-top .p-topConcept .p-topConcept__bottom {
  margin-top: 8.8vw;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__bottom {
    margin-top: 57px;
  }
}
.p-top .p-topConcept .p-topConcept__bottom > p {
  margin-bottom: 9.3333333333vw;
  text-align: center;
  color: #d74353;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__bottom > p {
    margin-bottom: 60px;
    letter-spacing: 0.03em;
    line-height: 1.6666666667;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top .p-topConcept .p-topConcept__bottom .c-buttonText {
  margin-top: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-top .p-topConcept .p-topConcept__bottom .c-buttonText {
    margin-top: 58px;
  }
}
.p-top .p-topAbout {
  text-align: center;
}
@media not all and (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__heading {
    padding-right: 2.6666666667vw;
    padding-left: 6.4vw;
    margin-bottom: 6.1333333333vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__heading {
    margin-bottom: 40px;
  }
}
.p-top .p-topAbout .p-topAbout__lead {
  padding-bottom: 12vw;
  margin-bottom: 6.6666666667vw;
  background: url("https://assets.belta.co.jp/resilience/top/necessary_line_sp.webp") no-repeat 50% 100%;
  background-size: auto 1.3333333333vw;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__lead {
    padding-bottom: 64px;
    margin-bottom: 57px;
    background: url("https://assets.belta.co.jp/resilience/top/necessary_line_pc.webp") no-repeat 50% 100%;
    background-size: auto 11px;
  }
}
.p-top .p-topAbout .p-topAbout__lead > p {
  letter-spacing: 0.05em;
  line-height: 2.0625;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__lead > p {
    letter-spacing: 0.055em;
    line-height: 2.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topAbout .p-topAbout__lead > p em {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.6vw;
  padding: 0 3px;
  margin: 0 0.3em;
  color: #d74353;
  font-style: normal;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__lead > p em {
    height: 30px;
  }
}
.p-top .p-topAbout .p-topAbout__lead .p-topAbout__leadImage {
  margin-bottom: 10.6666666667vw;
}
@media not all and (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__lead .p-topAbout__leadImage {
    padding-right: 7.2vw;
    padding-left: 1.3333333333vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__lead .p-topAbout__leadImage {
    margin-bottom: 30px;
  }
}
.p-top .p-topAbout .p-topAbout__about .p-topAbout__aboutHeading {
  margin-bottom: 5.3333333333vw;
  color: #d74353;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3888888889;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .p-topAbout__aboutHeading {
    margin-bottom: 50px;
    line-height: 1.3666666667;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top .p-topAbout .p-topAbout__about .p-topAbout__aboutHeading span {
  display: block;
  letter-spacing: -0.03em;
  line-height: 1.8333333333;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .p-topAbout__aboutHeading span {
    line-height: 1.8333333333;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top .p-topAbout .p-topAbout__about .about .about__body {
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.p-top .p-topAbout .p-topAbout__about .about:not(._open) .about__body {
  display: none;
}

.p-top .p-topAbout .p-topAbout__about .about .about__bodyInner {
  padding-bottom: 3.2vw;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .about .about__bodyInner {
    padding-bottom: 67px;
  }
}
.p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p {
  letter-spacing: -0.05em;
  line-height: 2.0625;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p {
    letter-spacing: -0.055em;
    line-height: 2.75;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p + p {
  margin-top: 6.4vw;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p + p {
    margin-top: 13px;
  }
}
.p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p em {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.6vw;
  padding: 0 3px;
  margin: 0 0.3em;
  font-style: normal;
  color: #d74353;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p em {
    height: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p.about__bodyImage {
    width: 26.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__about .about .about__bodyInner > p.about__bodyImage {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-top .p-topAbout .about__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.6666666667vw;
  height: 5.3333333333vw;
  border-radius: 13px;
  color: #fff;
  letter-spacing: 0.12em;
  background: #d74353;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4545454545;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .about__btn {
    width: 70px;
    height: 25px;
    margin-bottom: 43px;
    border-radius: 13px;
    line-height: 1.4166666667;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-top .p-topAbout ._open .about__btn::before {
  content: "Close";
}

@media (min-width: 768px) {
  .p-top .p-topAbout .about__btn {
    -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .p-top .p-topAbout .about__btn:hover {
    opacity: 0.7;
  }
}
.p-top .p-topAbout .about__btn::after {
  position: absolute;
  bottom: -5.8666666667vw;
  display: block;
  width: 2.1333333333vw;
  height: 3.2vw;
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.286 25.571"><path data-name="線 1" fill="%23d74353" d="M12.786 14.286a1.5 1.5 0 0 1-1.061-.439L.439 2.561a1.5 1.5 0 0 1 0-2.121 1.5 1.5 0 0 1 2.121 0l11.286 11.285a1.5 1.5 0 0 1-1.061 2.561Z"/><path data-name="線 2" fill="%23d74353" d="M1.5 25.572a1.5 1.5 0 0 1-1.061-.439 1.5 1.5 0 0 1 0-2.121l11.286-11.287a1.5 1.5 0 0 1 2.121 0 1.5 1.5 0 0 1 0 2.121L2.561 25.132a1.5 1.5 0 0 1-1.061.44Z"/></svg>');
  background-size: contain;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .about__btn::after {
    bottom: -43px;
    width: 18px;
    height: 36px;
  }
}
.p-top .p-topAbout ._open .about__btn::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-top .p-topAbout ._open .about__btn span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  border: 0;
}

.p-top .p-topAbout .p-topAbout__slide {
  position: relative;
  margin-top: 12.5333333333vw;
  margin-bottom: 21.8666666667vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__slide {
    margin-top: 80px;
    margin-bottom: 170px;
  }
}
.p-top .p-topAbout .p-topAbout__slide .p-topAbout__slideList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-top .p-topAbout .p-topAbout__slide .p-topAbout__slideList .p-topAbout__slideItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media not all and (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__slide .p-topAbout__slideList .p-topAbout__slideItem {
    width: 100%;
    padding-right: 6.9333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__slide .p-topAbout__slideList .p-topAbout__slideItem {
    padding-right: 32px;
  }
}
.p-top .p-topAbout .p-topAbout__slide .p-topAbout__slideList .p-topAbout__slideImage {
  display: block;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__slide .p-topAbout__slideList .p-topAbout__slideImage {
    height: 18.0819912152vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__slide .p-topAbout__slideList .p-topAbout__slideImage img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__slide .p-topAbout__slideList .p-topAbout__slideImage img {
    width: auto;
    height: 100%;
  }
}
.p-top .p-topAbout .p-topAbout__necessary .p-topAbout__necessaryHeading {
  margin-bottom: 9.0666666667vw;
  color: #d74353;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3888888889;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__necessary .p-topAbout__necessaryHeading {
    margin-bottom: 50px;
    line-height: 1.3666666667;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__body {
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.p-top .p-topAbout .p-topAbout__necessary .necessary:not(._open) .necessary__body {
  display: none;
}

.p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner {
  padding-bottom: 3.2vw;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner {
    padding-bottom: 67px;
  }
}
.p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner > p {
  letter-spacing: -0.05em;
  line-height: 2.0625;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner > p {
    letter-spacing: -0.055em;
    line-height: 2.75;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner > p + p {
  margin-top: 3.2vw;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner > p + p {
    margin-top: 13px;
  }
}
.p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner > p em {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.6vw;
  padding: 0 3px;
  margin: 0 0.3em;
  font-style: normal;
  color: #d74353;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner > p em {
    height: 30px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner > p.necessary__bodyImage {
    padding-right: 9.8666666667vw;
    padding-left: 9.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topAbout .p-topAbout__necessary .necessary .necessary__bodyInner > p.necessary__bodyImage {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-top .p-topCheck {
  text-align: center;
  padding: 0 3.2vw 21.3333333333vw;
  margin-top: 11.2vw;
  background: #ffe8e8 url("https://assets.belta.co.jp/resilience/top/check_bg_sp.svg") no-repeat 50% 0;
  background-size: 100% auto;
}
@media not all and (min-width: 768px) {
  .p-top .p-topCheck {
    margin-right: -3.2vw;
    margin-left: -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topCheck {
    padding-bottom: 215px;
    margin-top: 130px;
    background: #ffe8e8 url("https://assets.belta.co.jp/resilience/top/check_bg_pc.svg") no-repeat 50% 100%;
    background-size: 100% auto;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topCheck .check {
    padding: 16.5333333333vw 0;
  }
}
@media (min-width: 768px) {
  .p-top .p-topCheck .check {
    width: 605px;
    padding: 154px 0;
    margin: 0 auto;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topCheck .check .check__heading {
    width: 69.3333333333vw;
    margin-bottom: 6.4vw;
    margin-left: 10.9333333333vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topCheck .check .check__heading {
    margin-bottom: 52px;
  }
}
.p-top .p-topCheck .check .check__text {
  margin-bottom: 5.3333333333vw;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top .p-topCheck .check .check__text {
    margin-bottom: 62px;
    letter-spacing: 0.055em;
    line-height: 2.75;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topCheck .check .c-button__link {
  width: 55.7333333333vw;
  height: 12.8vw;
  margin: 0 auto;
}
.p-top .p-topCheck .check .c-button__link::before {
  border-radius: 6.4vw;
}
@media (min-width: 768px) {
  .p-top .p-topCheck .check .c-button__link {
    width: 420px;
    height: 96px;
  }
  .p-top .p-topCheck .check .c-button__link::before {
    border-radius: 50px;
  }
}
.p-top .p-topCheck .check .c-button__link span {
  width: 55.7333333333vw;
  height: 12.8vw;
  border-radius: 6.4vw;
}
@media (min-width: 768px) {
  .p-top .p-topCheck .check .c-button__link span {
    width: 420px;
    height: 96px;
    border-radius: 50px;
  }
}
.p-top .p-topStory {
  padding-bottom: 14.9333333333vw;
  background: #fff url("https://assets.belta.co.jp/resilience/top/story_bg_bottom_sp.webp") no-repeat 50% 100%;
  background-size: 100% auto;
}
@media not all and (min-width: 768px) {
  .p-top .p-topStory {
    margin: 0 -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topStory {
    padding-bottom: 170px;
    background: #fff url("https://assets.belta.co.jp/resilience/top/story_bg_bottom_pc.webp") no-repeat 50% 100%;
    background-size: 100% auto;
  }
}
.p-top .p-topStory .p-topStory__inner {
  width: 100%;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__inner {
    max-width: 749px;
    margin: 0 auto;
  }
}
.p-top .p-topStory .p-topStory__lead {
  padding-top: 26.6666666667vw;
  background: #fff url("https://assets.belta.co.jp/resilience/top/story_bg_01_sp.webp") no-repeat 100% 0;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__lead {
    padding-top: 158px;
    padding-bottom: 62px;
    background: #fff url("https://assets.belta.co.jp/resilience/top/story_bg_01_pc.webp") no-repeat 100% 0;
    background-size: 333px auto;
  }
}
.p-top .p-topStory .p-topStory__lead > p {
  padding: 0 12.8vw 12vw;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__lead > p {
    padding: 0 30px 0 50px;
    letter-spacing: 0.055em;
    line-height: 2.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topStory .p-topStory__item._story1 .p-topStory__text {
  background: #fff url("https://assets.belta.co.jp/resilience/top/story_bg_02_sp.webp") no-repeat 0 0;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__item._story1 .p-topStory__text {
    background: #fff url("https://assets.belta.co.jp/resilience/top/story_bg_02_pc.webp") no-repeat 0 0;
    background-size: 375px auto;
  }
}
.p-top .p-topStory .p-topStory__item._story1 .p-topStory__text > p {
  text-align: right;
}
.p-top .p-topStory .p-topStory__item._story2 .p-topStory__text {
  background: #fff url("https://assets.belta.co.jp/resilience/top/story_bg_03_sp.webp") no-repeat 100% 0;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__item._story2 .p-topStory__text {
    background: #fff url("https://assets.belta.co.jp/resilience/top/story_bg_03_pc.webp") no-repeat 100% 0;
    background-size: 428px auto;
  }
}
.p-top .p-topStory .p-topStory__item._story3 .p-topStory__text > p {
  text-align: center;
}
.p-top .p-topStory .p-topStory__item .p-topStory__image img {
  width: 100%;
  height: auto;
}
.p-top .p-topStory .p-topStory__item .p-topStory__text {
  padding: 12vw 12.8vw;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__item .p-topStory__text {
    padding: 62px 0;
  }
}
.p-top .p-topStory .p-topStory__item .p-topStory__text > p {
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top .p-topStory .p-topStory__item .p-topStory__text > p {
    padding: 0 30px 0 50px;
    letter-spacing: 0.055em;
    line-height: 2.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topProject {
  position: relative;
  z-index: 2;
  background-image: url("https://assets.belta.co.jp/resilience/top/product_bg_bottom_sp.svg"), linear-gradient(167.58deg, #fff6f7 75%, #fff6f7 90%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% 90%;
  background-position: 0 100%, 0 0;
}
@media not all and (min-width: 768px) {
  .p-top .p-topProject {
    padding: 9.3333333333vw 3.2vw 26.6666666667vw;
    margin: 0 -3.2vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProject {
    padding-top: 105px;
    padding-bottom: 200px;
    background-image: url("https://assets.belta.co.jp/resilience/top/product_bg_bottom_pc.svg"), linear-gradient(167.58deg, #fff6f7 3%, #fff6f7 90%);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% 90%;
    background-position: 0 100%, 0 0;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topProject .p-topProject__heading {
    width: 68vw;
    margin: 0 auto 4vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProject .p-topProject__heading {
    margin-bottom: 20px;
    text-align: center;
  }
}
.p-top .p-topProject .project {
  padding: 15.4666666667vw 6.1333333333vw;
  background: #fff;
  border: 2px solid #d74353;
  text-align: center;
  border-radius: 14.9333333333vw;
}
@media (min-width: 768px) {
  .p-top .p-topProject .project {
    padding: 90px 0 98px;
    border-radius: 115px;
    border-width: 3px;
  }
}
.p-top .p-topProject .project .project__comment {
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 768px) {
  .p-top .p-topProject .project .project__comment {
    margin-bottom: 50px;
  }
}
.p-top .p-topProject .project > p {
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top .p-topProject .project > p {
    letter-spacing: 0.055em;
    line-height: 2.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topProject .project .result__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin: 5.3333333333vw auto;
}
@media not all and (min-width: 768px) {
  .p-top .p-topProject .project .result__lead {
    max-width: 300px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProject .project .result__lead {
    width: 405px;
    margin: 40px auto;
  }
}
.p-top .p-topProject .project .result__lead em {
  font-style: normal;
  color: #d74353;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-top .p-topProject .project .result__lead em {
    line-height: 1.6666666667;
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.p-top .p-topProject .project .result__lead span {
  display: block;
  margin-left: auto;
}
.p-top .p-topProject .project__image {
  text-align: center;
  margin: 13.3333333333vw auto;
}
@media not all and (min-width: 768px) {
  .p-top .p-topProject .project__image {
    width: 74.6666666667vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProject .project__image {
    margin: 55px 0;
  }
}
.p-top .p-topProduct {
  background: #fff;
}
@media not all and (min-width: 768px) {
  .p-top .p-topProduct {
    padding: 16vw 0 26.6666666667vw;
    margin: -16vw -3.2vw 0;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProduct {
    position: relative;
    z-index: 1;
    padding-top: 210px;
    padding-bottom: 210px;
    margin-top: -100px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__inner {
    padding-top: 16.8vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__inner {
    max-width: 749px;
    margin: 0 auto;
  }
}
.p-top .p-topProduct .p-topProduct__lead {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__lead {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top .p-topProduct .p-topProduct__heading {
  margin-top: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  color: #d74353;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__heading {
    margin-top: 67px;
    margin-bottom: 40px;
  }
}
.p-top .p-topProduct .p-topProduct__heading span {
  display: block;
  text-align: center;
}
.p-top .p-topProduct .p-topProduct__heading span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.28;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__heading span i {
    line-height: 1.4516129032;
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
.p-top .p-topProduct .p-topProduct__heading span i::before, .p-top .p-topProduct .p-topProduct__heading span i::after {
  width: 3px;
  height: 1em;
  background: #d74353;
  content: "";
}
.p-top .p-topProduct .p-topProduct__heading span i::before {
  margin-right: 3.7333333333vw;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__heading span i::before {
    margin-right: 14px;
  }
}
.p-top .p-topProduct .p-topProduct__heading span i::after {
  margin-left: 3.7333333333vw;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__heading span i::after {
    margin-left: 14px;
  }
}
.p-top .p-topProduct .p-topProduct__heading span em {
  display: block;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__heading span em {
    line-height: 1.6216216216;
    font-size: 37px;
    font-size: 2.3125rem;
  }
}
.p-top .p-topProduct .p-topProduct__slide {
  position: relative;
  overflow: hidden;
}
.p-top .p-topProduct .p-topProduct__slide .swiper-button-next,
.p-top .p-topProduct .p-topProduct__slide .swiper-button-prev {
  width: 8vw;
  height: 8vw;
  border-radius: 20px;
  color: #5d595a;
  background: #fff;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__slide .swiper-button-next,
  .p-top .p-topProduct .p-topProduct__slide .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 30px;
  }
}
.p-top .p-topProduct .p-topProduct__slide .swiper-button-next::after,
.p-top .p-topProduct .p-topProduct__slide .swiper-button-prev::after {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__slide .swiper-button-next::after,
  .p-top .p-topProduct .p-topProduct__slide .swiper-button-prev::after {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-top .p-topProduct .p-topProduct__slide .swiper-button-next,
.p-top .p-topProduct .p-topProduct__slide .swiper-container-rtl .swiper-button-prev {
  right: 3.2vw;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__slide .swiper-button-next,
  .p-top .p-topProduct .p-topProduct__slide .swiper-container-rtl .swiper-button-prev {
    right: 24px;
  }
}
.p-top .p-topProduct .p-topProduct__slide .swiper-button-prev,
.p-top .p-topProduct .p-topProduct__slide .swiper-container-rtl .swiper-button-next {
  left: 3.2vw;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__slide .swiper-button-prev,
  .p-top .p-topProduct .p-topProduct__slide .swiper-container-rtl .swiper-button-next {
    left: 24px;
  }
}
.p-top .p-topProduct .p-topProduct__slide .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__slide .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
@media (min-width: 768px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 23px;
  }
}

.p-top .p-topProduct .p-topProduct__slide .swiper-pagination-bullet-active {
  opacity: 1;
}
.p-top .p-topProduct .p-topProduct__about {
  padding: 11.7333333333vw 2.6666666667vw;
  text-align: center;
  background: #fff url("https://assets.belta.co.jp/resilience/top/product_bg_sp.webp") no-repeat 0 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__about {
    padding: 72px 20px;
    background: #fff url("https://assets.belta.co.jp/resilience/top/product_bg_pc.webp") no-repeat 0 0;
    background-size: cover;
  }
}
.p-top .p-topProduct .p-topProduct__about .about .about__heading {
  margin-bottom: 5.3333333333vw;
  letter-spacing: 0.05em;
  color: #d74353;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2.5;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__about .about .about__heading {
    margin-bottom: 15px;
    line-height: 1.6666666667;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top .p-topProduct .p-topProduct__about .about .about__text {
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__about .about .about__text {
    letter-spacing: 0.055em;
    line-height: 2.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topProduct .p-topProduct__about .about .about__text span {
  display: block;
  line-height: 2.5;
  font-size: 12px;
  font-size: 0.75rem;
}
@media not all and (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__about .about .about__text span {
    margin-top: 2.6666666667vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__about .about .about__text span {
    line-height: 3.125;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description {
    padding: 0 9.8666666667vw;
    margin-top: 9.0666666667vw;
    margin-bottom: 30.1333333333vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description {
    margin-top: 70px;
    padding-bottom: 57px;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__item + .description__item {
  margin-top: 9.6vw;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__item + .description__item {
    margin-top: 50px;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.6666666667vw;
  margin-bottom: 4vw;
  border-bottom: 2px solid #d74353;
  color: #d74353;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__heading {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__heading i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 10.6666666667vw;
  padding-left: 1.3333333333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__heading i {
    width: 57px;
    padding-left: 4px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__heading i img {
    width: auto;
    height: 5.3333333333vw;
    margin-top: 0.2em;
  }
  .p-top .p-topProduct .p-topProduct__description .description .description__heading i img[src*=icon_volunteer_activism] {
    height: 6.1333333333vw;
  }
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__heading i img {
    margin-top: 0.3em;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__body > p {
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__body > p {
    letter-spacing: 0.055em;
    line-height: 2;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__checkList {
  margin-top: 5.3333333333vw;
  margin-left: 1.3333333333vw;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__checkList {
    padding-left: 52px;
    margin-top: 30px;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__checkList li + li {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__checkList li + li {
    margin-top: 38px;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__checkList li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__checkList li > span {
    letter-spacing: 0.05em;
    line-height: 1.35;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__checkList li > span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background: url("https://assets.belta.co.jp/resilience/top/icon_check.svg") no-repeat 0 0;
  background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice {
    margin-top: 50px;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice {
    width: 654px;
    margin: 0 auto;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__item + .voice__item {
  margin-top: 29.3333333333vw;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__item + .voice__item {
    margin-top: 115px;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__title {
  margin-bottom: 9.6vw;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__title {
    margin-bottom: 50px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__title._voice02 span {
    border-radius: 10.1333333333vw;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__title span {
  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;
  padding: 2.6666666667vw 1.3333333333vw 2.1333333333vw;
  background: #fff6f7;
  border-radius: 3.7333333333vw;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__title span {
    min-height: 52px;
    padding: 0 20px;
    border-radius: 14px;
    line-height: 1.35;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__body {
  text-align: center;
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__image {
  margin-bottom: 9.0666666667vw;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__image {
    margin-bottom: 52px;
  }
}
@media not all and (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__image._voice01 {
    width: 72.5333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user + .voice__user {
  margin-top: 19.7333333333vw;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user + .voice__user {
    margin-top: 83px;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user > .user {
  position: relative;
  width: calc(100% - 5px);
  padding: 7.4666666667vw 5.8666666667vw 6.9333333333vw 6.9333333333vw;
  margin-bottom: 14.6666666667vw;
  background: #fff;
  border: 2px solid #f3c2c7;
  border-radius: 8vw;
  text-align: left;
  -webkit-box-shadow: 4px 5px #f3c2c7;
          box-shadow: 4px 5px #f3c2c7;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user > .user {
    width: 460px;
    padding: 27px 36px;
    margin: 0 auto 55px;
    border-radius: 30px;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user > .user::after {
  position: absolute;
  right: -1.3333333333vw;
  bottom: -13.8666666667vw;
  z-index: 2;
  display: block;
  width: 27.4666666667vw;
  height: 27.4666666667vw;
  content: "";
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user > .user::after {
    right: -5px;
    bottom: -55px;
    width: 103px;
    height: 103px;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user > .user._user01::after {
  background: url("https://assets.belta.co.jp/resilience/top/product_img_member_01.webp") no-repeat 0 0;
  background-size: contain;
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user > .user._user02::after {
  background: url("https://assets.belta.co.jp/resilience/top/product_img_member_02.webp") no-repeat 0 0;
  background-size: contain;
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user > .user._user03::after {
  background: url("https://assets.belta.co.jp/resilience/top/product_img_member_03.webp") no-repeat 0 0;
  background-size: contain;
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user > .user dt {
  margin-bottom: 1.3333333333vw;
  color: #d74353;
  line-height: 1.4444444444;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user > .user dt {
    margin-bottom: 3px;
  }
}
.p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user > .user dd {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-top .p-topProduct .p-topProduct__description .description .description__voice > .voice .voice__user > .user dd {
    line-height: 1.625;
  }
}

/*20230519_追記*/
.resilience_about h1 {
  font-size: 1.875rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #d74353;
}
.resilience_about h1 span {
  font-size: 1.46rem;
}
.resilience_about h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3666666667;
  margin-top: 30px;
  font-weight: 700;
  color: #d74353;
}
.resilience_about h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 2;
  font-weight: 700;
  color: #5d595a;
}
.resilience_about .project {
  margin-top: 50px;
  padding: 90px 60px 98px !important;
}
.resilience_about .project .about_txt {
  margin-top: 50px;
}
.resilience_about .project .about_txt p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.5;
  letter-spacing: 0.055em;
  font-family: inherit;
  color: #5d595a;
}
.resilience_about .project .about_txt p:first-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .resilience_about h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .resilience_about h1 span {
    font-size: 20px;
    font-size: 1.2rem;
  }
  .resilience_about h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 24px;
  }
  .resilience_about h3 {
    font-size: 17px;
    font-size: 1.1rem;
    background: #fff6f7;
    padding: 30px 0;
    border-radius: 30px;
  }
  .resilience_about .project {
    margin-top: 36px;
    padding: 55px 25px !important;
  }
  .resilience_about .project .about_txt {
    margin-top: 30px;
  }
  .resilience_about .project .about_txt p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.0625;
    margin-top: 4.8vw;
  }
}

@media (min-width: 768px) {
  .resilience_about_box {
    padding-top: 0 !important;
  }
  .resilience_about_box .p-topReport__lead {
    padding-top: 78px !important;
  }
}
@media (max-width: 768px) {
  .resilience_about_box {
    margin: 0 !important;
  }
}
.p-top .p-topProduct_FV {
  background: none;
}

@media (max-width: 768px) {
  .p-top .p-topProduct_FV {
    background: none;
  }
}
.u-aligncenter {
  text-align: center;
}

@media (min-width: 768px) {
  .u-alignleft {
    float: left;
  }
}

@media (min-width: 768px) {
  img.u-alignleft {
    margin-right: 30px;
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) {
  span.u-alignleft {
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .u-alignright {
    float: right;
  }
}

@media (min-width: 768px) {
  img.u-alignright {
    margin-bottom: 35px;
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  br.u-brSP {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  br.u-brPC {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .u-hideSP {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidePC {
    display: none !important;
  }
}

.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.u-margin_top_0 {
  margin-top: 0 !important;
}

.u-margin_bottom_0 {
  margin-bottom: 0 !important;
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_5 {
    margin-top: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_5 {
    margin-right: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_5 {
    margin-bottom: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_5 {
    margin-top: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_5 {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_5 {
    margin-left: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_10 {
    margin-top: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_10 {
    margin-right: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_10 {
    margin-bottom: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_10 {
    margin-left: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_15 {
    margin-top: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_15 {
    margin-right: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_15 {
    margin-bottom: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_15 {
    margin-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_15 {
    margin-left: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_20 {
    margin-top: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_20 {
    margin-right: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_20 {
    margin-bottom: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_20 {
    margin-left: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_25 {
    margin-top: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_25 {
    margin-right: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_25 {
    margin-bottom: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_25 {
    margin-left: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_25 {
    margin-top: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_25 {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_25 {
    margin-left: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_30 {
    margin-top: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_30 {
    margin-right: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_30 {
    margin-bottom: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_30 {
    margin-left: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_35 {
    margin-top: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_35 {
    margin-right: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_35 {
    margin-bottom: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_35 {
    margin-left: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_35 {
    margin-top: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_35 {
    margin-bottom: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_35 {
    margin-left: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_40 {
    margin-top: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_40 {
    margin-right: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_40 {
    margin-bottom: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_40 {
    margin-left: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_45 {
    margin-top: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_45 {
    margin-right: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_45 {
    margin-bottom: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_45 {
    margin-left: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_45 {
    margin-top: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_45 {
    margin-bottom: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_45 {
    margin-left: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_50 {
    margin-top: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_50 {
    margin-right: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_50 {
    margin-bottom: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_50 {
    margin-left: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_55 {
    margin-top: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_55 {
    margin-right: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_55 {
    margin-bottom: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_55 {
    margin-left: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_55 {
    margin-top: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_55 {
    margin-bottom: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_55 {
    margin-left: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_60 {
    margin-top: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_60 {
    margin-right: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_60 {
    margin-bottom: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_60 {
    margin-left: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_65 {
    margin-top: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_65 {
    margin-right: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_65 {
    margin-bottom: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_65 {
    margin-left: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_65 {
    margin-top: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_65 {
    margin-bottom: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_65 {
    margin-left: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_70 {
    margin-top: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_70 {
    margin-right: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_70 {
    margin-bottom: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_70 {
    margin-left: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_70 {
    margin-left: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_75 {
    margin-top: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_75 {
    margin-right: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_75 {
    margin-bottom: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_75 {
    margin-left: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_75 {
    margin-top: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_75 {
    margin-bottom: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_75 {
    margin-left: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_80 {
    margin-top: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_80 {
    margin-right: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_80 {
    margin-bottom: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_80 {
    margin-left: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_80 {
    margin-left: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_85 {
    margin-top: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_85 {
    margin-right: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_85 {
    margin-bottom: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_85 {
    margin-left: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_85 {
    margin-top: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_85 {
    margin-bottom: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_85 {
    margin-left: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_90 {
    margin-top: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_90 {
    margin-right: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_90 {
    margin-bottom: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_90 {
    margin-left: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_90 {
    margin-top: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_90 {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_90 {
    margin-left: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_95 {
    margin-top: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_95 {
    margin-right: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_95 {
    margin-bottom: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_95 {
    margin-left: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_95 {
    margin-top: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_95 {
    margin-bottom: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_95 {
    margin-left: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_100 {
    margin-top: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_100 {
    margin-right: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_100 {
    margin-bottom: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_100 {
    margin-left: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_100 {
    margin-right: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_100 {
    margin-left: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_105 {
    margin-top: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_105 {
    margin-right: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_105 {
    margin-bottom: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_105 {
    margin-left: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_105 {
    margin-top: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_105 {
    margin-right: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_105 {
    margin-bottom: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_105 {
    margin-left: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_110 {
    margin-top: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_110 {
    margin-right: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_110 {
    margin-bottom: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_110 {
    margin-left: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_110 {
    margin-right: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_110 {
    margin-bottom: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_110 {
    margin-left: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_115 {
    margin-top: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_115 {
    margin-right: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_115 {
    margin-bottom: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_115 {
    margin-left: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_115 {
    margin-top: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_115 {
    margin-right: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_115 {
    margin-bottom: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_115 {
    margin-left: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_120 {
    margin-top: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_120 {
    margin-right: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_120 {
    margin-bottom: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_120 {
    margin-left: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_120 {
    margin-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_120 {
    margin-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_120 {
    margin-left: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_125 {
    margin-top: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_125 {
    margin-right: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_125 {
    margin-bottom: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_125 {
    margin-left: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_125 {
    margin-top: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_125 {
    margin-right: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_125 {
    margin-bottom: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_125 {
    margin-left: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_130 {
    margin-top: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_130 {
    margin-right: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_130 {
    margin-bottom: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_130 {
    margin-left: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_130 {
    margin-top: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_130 {
    margin-right: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_130 {
    margin-bottom: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_130 {
    margin-left: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_135 {
    margin-top: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_135 {
    margin-right: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_135 {
    margin-bottom: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_135 {
    margin-left: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_135 {
    margin-top: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_135 {
    margin-right: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_135 {
    margin-bottom: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_135 {
    margin-left: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_140 {
    margin-top: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_140 {
    margin-right: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_140 {
    margin-bottom: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_140 {
    margin-left: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_140 {
    margin-right: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_140 {
    margin-bottom: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_140 {
    margin-left: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_145 {
    margin-top: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_145 {
    margin-right: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_145 {
    margin-bottom: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_145 {
    margin-left: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_145 {
    margin-top: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_145 {
    margin-right: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_145 {
    margin-bottom: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_145 {
    margin-left: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_150 {
    margin-top: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_150 {
    margin-right: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_150 {
    margin-bottom: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_150 {
    margin-left: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_150 {
    margin-right: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_150 {
    margin-bottom: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_150 {
    margin-left: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_155 {
    margin-top: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_155 {
    margin-right: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_155 {
    margin-bottom: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_155 {
    margin-left: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_155 {
    margin-top: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_155 {
    margin-right: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_155 {
    margin-bottom: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_155 {
    margin-left: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_160 {
    margin-top: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_160 {
    margin-right: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_160 {
    margin-bottom: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_160 {
    margin-left: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_160 {
    margin-top: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_160 {
    margin-right: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_160 {
    margin-bottom: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_160 {
    margin-left: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_165 {
    margin-top: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_165 {
    margin-right: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_165 {
    margin-bottom: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_165 {
    margin-left: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_165 {
    margin-top: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_165 {
    margin-right: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_165 {
    margin-bottom: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_165 {
    margin-left: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_170 {
    margin-top: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_170 {
    margin-right: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_170 {
    margin-bottom: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_170 {
    margin-left: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_170 {
    margin-top: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_170 {
    margin-right: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_170 {
    margin-bottom: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_170 {
    margin-left: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_175 {
    margin-top: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_175 {
    margin-right: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_175 {
    margin-bottom: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_175 {
    margin-left: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_175 {
    margin-top: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_175 {
    margin-right: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_175 {
    margin-bottom: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_175 {
    margin-left: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_180 {
    margin-top: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_180 {
    margin-right: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_180 {
    margin-bottom: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_180 {
    margin-left: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_180 {
    margin-top: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_180 {
    margin-right: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_180 {
    margin-bottom: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_180 {
    margin-left: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_185 {
    margin-top: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_185 {
    margin-right: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_185 {
    margin-bottom: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_185 {
    margin-left: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_185 {
    margin-top: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_185 {
    margin-right: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_185 {
    margin-bottom: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_185 {
    margin-left: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_190 {
    margin-top: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_190 {
    margin-right: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_190 {
    margin-bottom: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_190 {
    margin-left: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_190 {
    margin-top: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_190 {
    margin-right: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_190 {
    margin-bottom: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_190 {
    margin-left: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_195 {
    margin-top: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_195 {
    margin-right: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_195 {
    margin-bottom: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_195 {
    margin-left: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_195 {
    margin-top: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_195 {
    margin-right: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_195 {
    margin-bottom: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_195 {
    margin-left: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_top_200 {
    margin-top: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_right_200 {
    margin-right: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_bottom_200 {
    margin-bottom: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_margin_left_200 {
    margin-left: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_top_200 {
    margin-top: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_right_200 {
    margin-right: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_bottom_200 {
    margin-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_margin_left_200 {
    margin-left: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_5 {
    padding-top: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_5 {
    padding-right: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_5 {
    padding-bottom: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_5 {
    padding-left: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_5 {
    padding-top: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_5 {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_5 {
    padding-left: 5px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_10 {
    padding-top: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_10 {
    padding-right: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_10 {
    padding-bottom: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_10 {
    padding-left: 10px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_15 {
    padding-top: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_15 {
    padding-right: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_15 {
    padding-bottom: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_15 {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_15 {
    padding-left: 15px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_20 {
    padding-top: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_20 {
    padding-right: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_20 {
    padding-bottom: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_20 {
    padding-left: 20px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_25 {
    padding-top: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_25 {
    padding-right: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_25 {
    padding-bottom: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_25 {
    padding-left: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_25 {
    padding-top: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_25 {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_25 {
    padding-left: 25px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_30 {
    padding-top: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_30 {
    padding-right: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_30 {
    padding-bottom: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_30 {
    padding-left: 30px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_35 {
    padding-top: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_35 {
    padding-right: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_35 {
    padding-bottom: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_35 {
    padding-left: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_35 {
    padding-top: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_35 {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_35 {
    padding-left: 35px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_40 {
    padding-top: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_40 {
    padding-right: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_40 {
    padding-bottom: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_40 {
    padding-left: 40px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_45 {
    padding-top: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_45 {
    padding-right: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_45 {
    padding-bottom: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_45 {
    padding-left: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_45 {
    padding-top: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_45 {
    padding-bottom: 45px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_45 {
    padding-left: 45px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_50 {
    padding-top: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_50 {
    padding-right: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_50 {
    padding-bottom: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_50 {
    padding-left: 50px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_55 {
    padding-top: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_55 {
    padding-right: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_55 {
    padding-bottom: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_55 {
    padding-left: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_55 {
    padding-top: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_55 {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_55 {
    padding-left: 55px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_60 {
    padding-top: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_60 {
    padding-right: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_60 {
    padding-bottom: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_60 {
    padding-left: 60px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_65 {
    padding-top: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_65 {
    padding-right: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_65 {
    padding-bottom: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_65 {
    padding-left: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_65 {
    padding-top: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_65 {
    padding-bottom: 65px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_65 {
    padding-left: 65px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_70 {
    padding-top: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_70 {
    padding-right: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_70 {
    padding-bottom: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_70 {
    padding-left: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_70 {
    padding-left: 70px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_75 {
    padding-top: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_75 {
    padding-right: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_75 {
    padding-bottom: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_75 {
    padding-left: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_75 {
    padding-top: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_75 {
    padding-bottom: 75px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_75 {
    padding-left: 75px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_80 {
    padding-top: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_80 {
    padding-right: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_80 {
    padding-bottom: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_80 {
    padding-left: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_80 {
    padding-left: 80px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_85 {
    padding-top: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_85 {
    padding-right: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_85 {
    padding-bottom: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_85 {
    padding-left: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_85 {
    padding-top: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_85 {
    padding-bottom: 85px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_85 {
    padding-left: 85px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_90 {
    padding-top: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_90 {
    padding-right: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_90 {
    padding-bottom: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_90 {
    padding-left: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_90 {
    padding-left: 90px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_95 {
    padding-top: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_95 {
    padding-right: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_95 {
    padding-bottom: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_95 {
    padding-left: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_95 {
    padding-top: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_95 {
    padding-bottom: 95px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_95 {
    padding-left: 95px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_100 {
    padding-top: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_100 {
    padding-right: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_100 {
    padding-bottom: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_100 {
    padding-left: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_100 {
    padding-right: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_100 {
    padding-left: 100px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_105 {
    padding-top: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_105 {
    padding-right: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_105 {
    padding-bottom: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_105 {
    padding-left: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_105 {
    padding-top: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_105 {
    padding-right: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_105 {
    padding-bottom: 105px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_105 {
    padding-left: 105px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_110 {
    padding-top: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_110 {
    padding-right: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_110 {
    padding-bottom: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_110 {
    padding-left: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_110 {
    padding-right: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_110 {
    padding-left: 110px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_115 {
    padding-top: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_115 {
    padding-right: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_115 {
    padding-bottom: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_115 {
    padding-left: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_115 {
    padding-top: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_115 {
    padding-right: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_115 {
    padding-bottom: 115px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_115 {
    padding-left: 115px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_120 {
    padding-top: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_120 {
    padding-right: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_120 {
    padding-bottom: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_120 {
    padding-left: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_120 {
    padding-right: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_120 {
    padding-left: 120px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_125 {
    padding-top: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_125 {
    padding-right: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_125 {
    padding-bottom: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_125 {
    padding-left: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_125 {
    padding-top: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_125 {
    padding-right: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_125 {
    padding-bottom: 125px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_125 {
    padding-left: 125px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_130 {
    padding-top: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_130 {
    padding-right: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_130 {
    padding-bottom: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_130 {
    padding-left: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_130 {
    padding-top: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_130 {
    padding-right: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_130 {
    padding-bottom: 130px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_130 {
    padding-left: 130px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_135 {
    padding-top: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_135 {
    padding-right: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_135 {
    padding-bottom: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_135 {
    padding-left: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_135 {
    padding-top: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_135 {
    padding-right: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_135 {
    padding-bottom: 135px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_135 {
    padding-left: 135px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_140 {
    padding-top: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_140 {
    padding-right: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_140 {
    padding-bottom: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_140 {
    padding-left: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_140 {
    padding-right: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_140 {
    padding-left: 140px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_145 {
    padding-top: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_145 {
    padding-right: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_145 {
    padding-bottom: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_145 {
    padding-left: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_145 {
    padding-top: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_145 {
    padding-right: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_145 {
    padding-bottom: 145px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_145 {
    padding-left: 145px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_150 {
    padding-top: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_150 {
    padding-right: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_150 {
    padding-bottom: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_150 {
    padding-left: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_150 {
    padding-right: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_150 {
    padding-left: 150px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_155 {
    padding-top: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_155 {
    padding-right: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_155 {
    padding-bottom: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_155 {
    padding-left: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_155 {
    padding-top: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_155 {
    padding-right: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_155 {
    padding-bottom: 155px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_155 {
    padding-left: 155px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_160 {
    padding-top: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_160 {
    padding-right: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_160 {
    padding-bottom: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_160 {
    padding-left: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_160 {
    padding-top: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_160 {
    padding-right: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_160 {
    padding-bottom: 160px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_160 {
    padding-left: 160px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_165 {
    padding-top: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_165 {
    padding-right: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_165 {
    padding-bottom: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_165 {
    padding-left: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_165 {
    padding-top: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_165 {
    padding-right: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_165 {
    padding-bottom: 165px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_165 {
    padding-left: 165px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_170 {
    padding-top: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_170 {
    padding-right: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_170 {
    padding-bottom: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_170 {
    padding-left: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_170 {
    padding-top: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_170 {
    padding-right: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_170 {
    padding-bottom: 170px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_170 {
    padding-left: 170px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_175 {
    padding-top: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_175 {
    padding-right: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_175 {
    padding-bottom: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_175 {
    padding-left: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_175 {
    padding-top: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_175 {
    padding-right: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_175 {
    padding-bottom: 175px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_175 {
    padding-left: 175px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_180 {
    padding-top: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_180 {
    padding-right: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_180 {
    padding-bottom: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_180 {
    padding-left: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_180 {
    padding-right: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_180 {
    padding-left: 180px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_185 {
    padding-top: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_185 {
    padding-right: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_185 {
    padding-bottom: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_185 {
    padding-left: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_185 {
    padding-top: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_185 {
    padding-right: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_185 {
    padding-bottom: 185px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_185 {
    padding-left: 185px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_190 {
    padding-top: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_190 {
    padding-right: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_190 {
    padding-bottom: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_190 {
    padding-left: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_190 {
    padding-top: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_190 {
    padding-right: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_190 {
    padding-bottom: 190px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_190 {
    padding-left: 190px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_195 {
    padding-top: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_195 {
    padding-right: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_195 {
    padding-bottom: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_195 {
    padding-left: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_195 {
    padding-top: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_195 {
    padding-right: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_195 {
    padding-bottom: 195px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_195 {
    padding-left: 195px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_top_200 {
    padding-top: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_right_200 {
    padding-right: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_bottom_200 {
    padding-bottom: 200px !important;
  }
}

@media not all and (min-width: 768px) {
  .u-sp_padding_left_200 {
    padding-left: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_top_200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_right_200 {
    padding-right: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_bottom_200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  .u-pc_padding_left_200 {
    padding-left: 200px !important;
  }
}

.u-text_red {
  color: #e71818;
}

.u-uppercase {
  text-transform: uppercase;
}