@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

@media screen and (max-width: 899px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 900 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 414 * 100vw);
  }
}

body {
  color: #3a300d;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg,
picture {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.hidden-sp {
  display: none;
}
@media (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.header {
  height: 3.3125rem;
  display: grid;
}
@media (min-width: 768px) {
  .header {
    height: 5rem;
  }
}

.header__inner {
  padding-inline: 0.9375rem 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 900px) {
  .header__inner {
    padding-inline: 5rem;
  }
}
@media (min-width: 1300px) {
  .header__inner {
    padding-inline: 9.875rem 9.3125rem;
  }
}

.header__logo {
  width: 7.625rem;
  height: 2.3125rem;
  translate: 0 -0.25rem;
}
@media (min-width: 768px) {
  .header__logo {
    width: 12.5rem;
    height: 3.75rem;
    translate: 0 0.0625rem;
  }
}

.header__btn {
  position: relative;
  width: 10.3125rem;
  height: 2.5625rem;
  border-radius: 4.375rem;
  background: #c3182d;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.7450625rem;
  font-weight: 900;
  line-height: 115%;
  letter-spacing: 0.0446875rem;
  text-indent: -0.6875rem;
}
@media (min-width: 768px) {
  .header__btn {
    width: 16.70625rem;
    height: 3.8475rem;
    border-radius: 7.0875rem;
    color: #fff;
    font-size: 1.2516875rem;
    letter-spacing: 0.075125rem;
    text-indent: -1.3125rem;
  }
}
.header__btn::after {
  content: "";
  position: absolute;
  width: 1.3125rem;
  height: 1.3125rem;
  right: 0.5rem;
  top: 50%;
  translate: 0 -50%;
  background: url(../../images/strawberry/header-btn-icon.webp) no-repeat center
    center/contain;
}
@media (min-width: 768px) {
  .header__btn::after {
    width: 2.1875rem;
    height: 2.1875rem;
    right: 0.8125rem;
  }
}

.fv {
  position: relative;
  background: #f9f8f4;
}

.fv__title {
  width: 100%;
  aspect-ratio: 414/527;
}
@media (min-width: 900px) {
  .fv__title {
    height: auto;
    aspect-ratio: 1680/613;
  }
}

.fv__wrap {
  margin-top: -2rem;
  padding-block: 0.5625rem 0.875rem;
  background: #cd131e;
}
@media (min-width: 900px) {
  .fv__wrap {
    margin-top: -0.125rem;
    padding-block: 0.5625rem 0.625rem;
  }
}
@media (min-width: 1440px) {
  .fv__wrap {
    padding-block: 0.5625rem 2.0625rem;
  }
}

.fv__cta {
  display: none;
}
@media (min-width: 900px) {
  .fv__cta {
    display: block;
    margin-top: -4.375rem;
    margin-left: -3.125rem;
    scale: 0.7;
  }
}
@media (min-width: 1100px) {
  .fv__cta {
    scale: 0.8;
  }
}
@media (min-width: 1300px) {
  .fv__cta {
    margin-top: -5rem;
    margin-left: 0;
    scale: 0.9;
  }
}
@media (min-width: 1440px) {
  .fv__cta {
    margin-top: -5rem;
    margin-left: 5rem;
  }
}
@media (min-width: 1680px) {
  .fv__cta {
    margin-top: -7.0625rem;
    margin-left: 12.25rem;
    scale: 1;
  }
}
.fv__swiper-container,
.fv__swiper,
.fv__swiper-wrapper,
.fv__swiper-slide {
  position: relative;
}

@media (min-width: 1300px) {
  .fv__swiper-container {
    margin-top: 1.75rem;
  }
}

.fv__swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.fv__swiper-slide {
  width: 8.0625rem;
  height: 8.0625rem;
  border-radius: 8.0788125rem;
  -webkit-box-shadow: 0rem 0rem 0.7590625rem 0rem rgba(0, 0, 0, 0.06);
  box-shadow: 0rem 0rem 0.7590625rem 0rem rgba(0, 0, 0, 0.06);
}
@media (min-width: 1440px) {
  .fv__swiper-slide {
    width: 11.5rem;
    height: 11.4375rem;
    border-radius: 11.484rem;
    -webkit-box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.06);
    box-shadow: 0rem 0rem 0.625rem 0rem rgba(0, 0, 0, 0.06);
  }
}

.fv__bottom-bg {
  margin-top: -0.125rem;
  overflow: hidden;
}
.fv__bottom-bg picture,
.fv__bottom-bg img {
  width: calc(100% + 2px);
  translate: -1px;
}

.cta {
  padding-block: 1.875rem 1.25rem;
  background: #f9f8f4;
}
@media (min-width: 768px) {
  .cta {
    padding-block: 2.1875rem 3.1875rem;
  }
}
.cta.--type2 {
  background: #fff;
  padding-block: 2.9375rem 1.625rem;
}
@media (min-width: 768px) {
  .cta.--type2 {
    padding-block: 4.8125rem 3.6875rem;
  }
}
.cta.--type3 {
  position: relative;
  z-index: 60;
  margin-top: -0.125rem;
  padding-block: 1.0625rem 2.25rem;
}
@media (min-width: 768px) {
  .cta.--type3 {
    padding-block: 0.8125rem 3.0625rem;
  }
}
.cta.--type4 {
  margin-top: -0.125rem;
  padding-block: 1.375rem 1.9375rem;
}
@media (min-width: 768px) {
  .cta.--type4 {
    padding-block: 1.1875rem 3.0625rem;
  }
}

.cta__inner {
  padding-inline: 1.25rem;
  width: 25rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .cta__inner {
    padding-inline: 0;
    width: 31.5625rem;
  }
}
@media (min-width: 1100px) {
  .cta__inner {
    width: 67.5rem;
  }
}

.cta__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.4375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1100px) {
  .cta__btn-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 0.875rem;
    -moz-column-gap: 0.875rem;
    column-gap: 0.875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cta__btn {
  position: relative;
  width: 22.5rem;
  height: 6.0625rem;
  display: grid;
  place-items: center;
  margin-inline: auto;
  border-radius: 5.9375rem;
  border: 0.1875rem solid #fff;
  -webkit-box-shadow: 0rem 0rem 0.875rem 0rem rgba(0, 0, 0, 0.2);
  box-shadow: 0rem 0rem 0.875rem 0rem rgba(0, 0, 0, 0.2);
  outline: none;
}
@media (min-width: 768px) {
  .cta__btn {
    width: 31.5625rem;
    height: 8.48325rem;
    border-radius: 8.308125rem;
    border: 0.262375rem solid #fff;
    -webkit-box-shadow: 0rem 0rem 1.224375rem 0rem rgba(0, 0, 0, 0.2);
    box-shadow: 0rem 0rem 1.224375rem 0rem rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 900px) {
  .cta__btn {
    width: 31.5836875rem;
    margin-inline: 0;
  }
}
.cta__btn.--type1 {
  background: #c3182d;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 120%;
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .cta__btn.--type1 {
    font-size: 1.924rem;
    padding-right: 3.5rem;
  }
}
.cta__btn.--type1::after {
  content: "";
  position: absolute;
  right: -0.125rem;
  top: 50%;
  translate: 0 -50%;
  width: 5.3125rem;
  height: 4.0625rem;
  background: url(../../images/strawberry/cta-img01.webp) no-repeat center
    center/contain;
}
@media (min-width: 768px) {
  .cta__btn.--type1::after {
    right: 0;
    width: 7.1875rem;
    height: 5.625rem;
  }
}
.cta__btn.--type2 {
  background: #00ae29;
}
.cta__btn.--type2 img {
  width: 14.3125rem;
  translate: -1.375rem 0.1875rem;
}
@media (min-width: 768px) {
  .cta__btn.--type2 img {
    width: 20.0625rem;
    translate: -1.875rem 0.1875rem;
  }
}
.cta__btn.--type2::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  translate: 0 -50%;
  width: 3rem;
  height: 2.875rem;
  background: url(../../images/strawberry/cta-img02.svg) no-repeat center
    center/contain;
}
@media (min-width: 768px) {
  .cta__btn.--type2::after {
    right: 1.75rem;
    width: 4.1875rem;
    height: 4.0625rem;
  }
}
.cta__btn:focus-visible {
  outline: #000 solid 0.0625rem;
}

.cta__btn-treat {
  position: absolute;
  border-radius: 8.125rem;
  background: #fff;
  height: 2.125rem;
  top: -0.8125rem;
  left: 50%;
  translate: -50%;
  text-align: center;
  font-weight: 900;
  line-height: 120%;
}
@media (min-width: 768px) {
  .cta__btn-treat {
    top: -1.125rem;
    border-radius: 11.369rem;
    height: 2.9734375rem;
  }
}
.cta__btn-treat.--type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.125rem solid #c3182d;
  color: #c3182d;
  font-size: 1.125rem;
  letter-spacing: 0.05625rem;
  width: 13.875rem;
  text-indent: 0;
}
@media (min-width: 768px) {
  .cta__btn-treat.--type1 {
    -webkit-column-gap: 0.4375rem;
    -moz-column-gap: 0.4375rem;
    column-gap: 0.4375rem;
    border: 0.1749375rem solid #c3182d;
    width: 19.4148125rem;
    font-size: 1.5741875rem;
    letter-spacing: 0.0786875rem;
  }
}
.cta__btn-treat.--type1 img {
  width: 0.8506875rem;
  height: 1.1059375rem;
}
@media (min-width: 768px) {
  .cta__btn-treat.--type1 img {
    width: 1.1903125rem;
    height: 1.5475rem;
  }
}
.cta__btn-treat.--type2 {
  display: grid;
  place-items: center;
  border: 0.125rem solid #00ae29;
  color: #00ae29;
  font-size: 1.0625rem;
  width: 15.625rem;
  top: -0.8125rem;
}
@media (min-width: 768px) {
  .cta__btn-treat.--type2 {
    border: 0.1749375rem solid #00ae29;
    font-size: 1.4866875rem;
    width: 21.8635rem;
    top: -1.25rem;
  }
}
@media (min-width: 900px) {
  .cta__btn-area.--type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 0.875rem;
    -moz-column-gap: 0.875rem;
    column-gap: 0.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.cta__btn-area.--type2 .cta__btn {
  position: relative;
  width: 22.5rem;
  height: 6.0625rem;
  display: grid;
  place-items: center;
  border-radius: 5.9375rem;
  border: 0.1875rem solid #fff;
  -webkit-box-shadow: 0rem 0rem 0.875rem 0rem rgba(0, 0, 0, 0.2);
  box-shadow: 0rem 0rem 0.875rem 0rem rgba(0, 0, 0, 0.2);
  outline: none;
}
.cta__btn-area.--type2 .cta__btn.--type1 {
  background: #c3182d;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 120%;
  padding-right: 2.5rem;
}
.cta__btn-area.--type2 .cta__btn.--type1::after {
  content: "";
  position: absolute;
  right: -0.125rem;
  top: 50%;
  translate: 0 -50%;
  width: 5.3125rem;
  height: 4.0625rem;
  background: url(../../images/strawberry/cta-img01.webp) no-repeat center
    center/contain;
}
.cta__btn-area.--type2 .cta__btn.--type2 {
  background: #00ae29;
}
.cta__btn-area.--type2 .cta__btn.--type2 img {
  width: 14.3125rem;
  translate: -1.375rem 0.1875rem;
}
.cta__btn-area.--type2 .cta__btn.--type2::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  translate: 0 -50%;
  width: 3rem;
  height: 2.875rem;
  background: url(../../images/strawberry/cta-img02.svg) no-repeat center
    center/contain;
}
.cta__btn-area.--type2 .cta__btn:focus-visible {
  outline: #000 solid 0.0625rem;
}
.cta__btn-area.--type2 .cta__btn-treat {
  position: absolute;
  border-radius: 8.125rem;
  background: #fff;
  height: 2.125rem;
  top: -0.8125rem;
  left: 50%;
  translate: -50%;
  text-align: center;
  font-weight: 900;
  line-height: 120%;
}
.cta__btn-area.--type2 .cta__btn-treat.--type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.125rem solid #c3182d;
  color: #c3182d;
  font-size: 1.125rem;
  letter-spacing: 0.05625rem;
  width: 13.875rem;
  text-indent: 0;
}
.cta__btn-area.--type2 .cta__btn-treat.--type1 img {
  width: 0.8506875rem;
  height: 1.1059375rem;
}
.cta__btn-area.--type2 .cta__btn-treat.--type2 {
  display: grid;
  place-items: center;
  border: 0.125rem solid #00ae29;
  color: #00ae29;
  font-size: 1.0625rem;
  width: 15.625rem;
  top: -0.8125rem;
}

.cta__textarea {
  margin-top: 1.1875rem;
  color: #555;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 768px) {
  .cta__textarea {
    margin-top: 1.5625rem;
    margin-inline: auto;
    font-size: 0.763625rem;
  }
}
@media (min-width: 1100px) {
  .cta__textarea {
    width: 43.9375rem;
  }
}
.cta__textarea span {
  translate: 0.25rem;
}
@media (min-width: 768px) {
  .cta__textarea span {
    translate: 0;
  }
}
.cta__textarea span:last-of-type {
  padding-top: 0.125rem;
}
@media (min-width: 768px) {
  .cta__textarea span:last-of-type {
    padding-top: 0;
  }
}

.cta-fix {
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 6.5625rem;
  left: 0;
  bottom: 0;
  padding-bottom: env(safe-area-inset-bottom);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  background: rgba(249, 248, 244, 0.95);
}
@media (min-width: 768px) {
  .cta-fix {
    display: none;
  }
}
.cta-fix.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .cta-fix.is-show {
    opacity: 0;
    visibility: hidden;
  }
}

.cta-fix__text {
  margin-top: 0.8125rem;
  text-align: center;
}
.cta-fix__text p {
  position: relative;
  display: inline-block;
  color: #c3182d;
  font-size: 0.9796875rem;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.049rem;
}
.cta-fix__text p::before,
.cta-fix__text p::after {
  content: "";
  position: absolute;
  width: 0.88025rem;
  height: 1.144375rem;
  top: calc(50% - 0.125rem);
  translate: 0 -50%;
  background: url(../../images/strawberry/cta-icon.svg) no-repeat center
    center/contain;
}
.cta-fix__text p::before {
  right: calc(100% + 0.375rem);
}
.cta-fix__text p::after {
  left: calc(100% + 0.375rem);
}

.cta-fix__btn-area {
  margin-top: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.1875rem;
  -moz-column-gap: 0.1875rem;
  column-gap: 0.1875rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-fix__btn {
  border-radius: 0.3125rem;
  border: 0.125rem solid #fff;
  -webkit-box-shadow: 0rem 0.125rem 0.25rem 0rem rgba(0, 0, 0, 0.08);
  box-shadow: 0rem 0.125rem 0.25rem 0rem rgba(0, 0, 0, 0.08);
  display: grid;
  place-items: center;
  width: 12.5rem;
  height: 3.3125rem;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05625rem;
}
.cta-fix__btn.--type1 {
  background: #c3182d;
}
.cta-fix__btn.--type2 {
  background: #00ae29;
  text-transform: uppercase;
}

.solution {
  position: relative;
  padding-bottom: 1.75rem;
  background: url(../../images/strawberry/solution-bg-sp.svg) no-repeat bottom
      center/cover,
    #f9f8f4;
  overflow: hidden;
}
@media (min-width: 768px) {
  .solution {
    padding-bottom: 2.4375rem;
    background: url(../../images/strawberry/solution-bg.svg) no-repeat bottom
        center/cover,
      #f9f8f4;
  }
}
@media (min-width: 1680px) {
  .solution {
    padding-bottom: 0;
    background: #f9f8f4;
  }
}

.solution__wrap-1 {
  position: relative;
}
@media (min-width: 1680px) {
  .solution__wrap-1 {
    background: url(../../images/strawberry/solution-bg-lg.svg) no-repeat bottom
      center/cover;
  }
}
@media (min-width: 1800px) {
  .solution__wrap-1 {
    padding-bottom: clamp(0.625rem, -7.4107rem + 7.1429vw, 3.75rem);
  }
}

@media (min-width: 1680px) {
  .solution__wrap-2 {
    margin-top: -0.125rem;
    padding-bottom: 2.4375rem;
    background: #cd131e;
  }
}

.solution__logo {
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9f8f4),
    to(rgba(249, 248, 244, 0))
  );
  background: linear-gradient(180deg, #f9f8f4 0%, rgba(249, 248, 244, 0) 100%);
  text-align: center;
  height: 4.5rem;
}
.solution__logo img {
  padding-top: 1.5625rem;
  width: 6.939125rem;
  height: 3.7043125rem;
  margin-inline: auto;
  translate: -0.25rem;
}
@media (min-width: 768px) {
  .solution__logo img {
    padding-top: 0.3125rem;
    width: 12.7525625rem;
    height: 3.985625rem;
    translate: 0;
  }
}

.solution__title {
  position: relative;
  margin-top: 0.875rem;
  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;
}
@media (min-width: 768px) {
  .solution__title {
    margin-top: 0.8125rem;
  }
}
.solution__title img {
  position: absolute;
  width: 14.8125rem;
  height: 19.75rem;
  top: 10.625rem;
  left: calc(50% + 0.25rem);
  translate: -50%;
}
@media (min-width: 768px) {
  .solution__title img {
    width: 20.5625rem;
    height: 27.4375rem;
    top: 18rem;
    left: 50%;
  }
}

.solution__title-1 {
  color: #cd131e;
  font-size: 1.9174375rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.441rem;
  translate: 0.1875rem;
}
@media (min-width: 768px) {
  .solution__title-1 {
    font-size: 3.1984375rem;
    letter-spacing: 0.735625rem;
    translate: 0.5rem;
  }
}
.solution__title-1 .solution__dot {
  position: relative;
}
.solution__title-1 .solution__dot::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  top: 0;
  left: 0.8125rem;
  background: #cd131e;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .solution__title-1 .solution__dot::before {
    width: 0.4375rem;
    height: 0.4375rem;
    left: 1.3125rem;
  }
}

.solution__title-2 {
  margin-top: 0.5625rem;
  color: #cd131e;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.225rem;
  translate: 0.125rem;
}
@media (min-width: 768px) {
  .solution__title-2 {
    margin-top: 0.25rem;
    font-size: 3.7531875rem;
    letter-spacing: 0.3753125rem;
  }
}
.solution__title-2 span {
  border-radius: 0.16875rem;
  background: #cd131e;
  color: #fff;
  font-size: 2.95625rem;
  letter-spacing: 0.650375rem;
  width: 15.125rem;
  height: 3.9375rem;
  padding-inline: 0.625rem;
  padding-top: 0.25rem;
  white-space: nowrap;
  margin-right: 0.375rem;
}
@media (min-width: 768px) {
  .solution__title-2 span {
    border-radius: 0.2815rem;
    font-size: 4.9313125rem;
    line-height: 100%;
    letter-spacing: 1.084875rem;
    width: 25.25rem;
    height: 6.5625rem;
    padding-inline: 1.125rem;
    padding-top: 0.5rem;
    margin-right: 0.625rem;
  }
}

.solution__title-3 {
  margin-top: -1.125rem;
  color: #cd131e;
  font-size: 7.5218125rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 3.234375rem;
  white-space: nowrap;
  width: 18.3125rem;
}
@media (min-width: 768px) {
  .solution__title-3 {
    margin-top: -2.375rem;
    font-size: 12.018375rem;
    letter-spacing: 3.9660625rem;
    width: 28.0625rem;
  }
}

.solution__textarea {
  padding-block: 4.875rem 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .solution__textarea {
    padding-block: 7rem 1.1875rem;
  }
}
.solution__textarea p {
  color: #fff;
  line-height: 140%;
  display: inline-block;
}
.solution__textarea p:nth-of-type(1) {
  margin-top: 0.375rem;
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.19125rem;
  translate: 0.125rem;
}
@media (min-width: 768px) {
  .solution__textarea p:nth-of-type(1) {
    font-size: 1.876625rem;
    letter-spacing: 0.319rem;
    translate: 0.125rem -0.375rem;
  }
}
.solution__textarea p:nth-of-type(1) span {
  -webkit-text-stroke-width: 0.03125rem;
  -webkit-text-stroke-color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.15rem;
  padding-inline: 0.125rem 0.25rem;
  translate: 0.125rem 0.1875rem;
}
@media (min-width: 768px) {
  .solution__textarea p:nth-of-type(1) span {
    -webkit-text-stroke-width: 0.051875rem;
    font-size: 4.17025rem;
    letter-spacing: 0.2501875rem;
    padding-inline: 0.25rem 0.5rem;
    translate: 0.25rem 0.5rem;
  }
}
.solution__textarea p:nth-of-type(1)::before,
.solution__textarea p:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 1.2645rem;
  height: 0.1rem;
  background: #fff;
  top: 1.375rem;
}
@media (min-width: 768px) {
  .solution__textarea p:nth-of-type(1)::before,
  .solution__textarea p:nth-of-type(1)::after {
    width: 2.1093125rem;
    height: 0.1668125rem;
    top: 2.375rem;
  }
}
.solution__textarea p:nth-of-type(1)::before {
  right: 100%;
  rotate: 69.153deg;
}
@media (min-width: 768px) {
  .solution__textarea p:nth-of-type(1)::before {
    right: calc(100% - 0.0625rem);
  }
}
.solution__textarea p:nth-of-type(1)::after {
  left: calc(100% - 0.125rem);
  rotate: 110.847deg;
}
@media (min-width: 768px) {
  .solution__textarea p:nth-of-type(1)::after {
    left: calc(100% - 0.25rem);
  }
}
.solution__textarea p:nth-of-type(2) {
  font-size: 2.5625rem;
  font-weight: 900;
  letter-spacing: 0.41rem;
  translate: 0.3125rem 0.1875rem;
}
@media (min-width: 768px) {
  .solution__textarea p:nth-of-type(2) {
    font-size: 4.2745rem;
    letter-spacing: 0.6839375rem;
    translate: 0.3125rem 0.125rem;
  }
}

.solution__treat-item {
  position: absolute;
}
.solution__treat-item.--type1 {
  width: 5.0625rem;
  height: 8.125rem;
  left: 0;
  top: 0.625rem;
}
@media (min-width: 768px) {
  .solution__treat-item.--type1 {
    display: none;
  }
}
.solution__treat-item.--type2 {
  width: 4.875rem;
  height: 8.6875rem;
  right: 0;
  top: 4.625rem;
}
@media (min-width: 768px) {
  .solution__treat-item.--type2 {
    display: none;
  }
}
.solution__treat-item.--type3 {
  display: none;
}
@media (min-width: 768px) {
  .solution__treat-item.--type3 {
    display: block;
    width: 10.75rem;
    height: 11.25rem;
    top: 0.375rem;
    right: 77.380952381%;
  }
}
@media (min-width: 1100px) {
  .solution__treat-item.--type3 {
    right: 67.619047619%;
  }
}
.solution__treat-item.--type4 {
  display: none;
}
@media (min-width: 768px) {
  .solution__treat-item.--type4 {
    display: block;
    width: 8.3125rem;
    height: 8.6875rem;
    top: 9.125rem;
    left: 77.380952381%;
  }
}
@media (min-width: 1100px) {
  .solution__treat-item.--type4 {
    left: 69.2857142857%;
  }
}
.solution__treat-item.--type5 {
  display: none;
}
@media (min-width: 768px) {
  .solution__treat-item.--type5 {
    display: block;
    width: 6.25rem;
    height: 11.25rem;
    top: 11.5625rem;
    left: 0;
  }
}
.solution__treat-item.--type6 {
  display: none;
}
@media (min-width: 768px) {
  .solution__treat-item.--type6 {
    display: block;
    width: 6.5625rem;
    height: 11.25rem;
    top: 13.9375rem;
    right: 0;
  }
}

.solution__swiper-container,
.solution__swiper,
.solution__swiper-wrapper,
.solution__swiper-slide {
  position: relative;
}

.solution__swiper-container.--type1 {
  padding-top: 0.4375rem;
}
@media (min-width: 768px) {
  .solution__swiper-container.--type1 {
    padding-top: 0.625rem;
  }
}
.solution__swiper-container.--type2 {
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .solution__swiper-container.--type2 {
    margin-top: 0.5625rem;
  }
}

.solution__swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.solution__swiper-slide {
  width: 6.32525rem;
  height: 8.0994375rem;
}
@media (min-width: 768px) {
  .solution__swiper-slide {
    width: 11.1875rem;
    height: 14.3125rem;
  }
}
.solution__swiper-slide img {
  border-radius: 0.125rem;
}
@media (min-width: 768px) {
  .solution__swiper-slide img {
    border-radius: 0.17375rem;
  }
}

.solution__item {
  margin-top: 0.25rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .solution__item {
    margin-top: 2.625rem;
    width: 47.5625rem;
    height: 20.875rem;
    translate: 1.4375rem;
  }
}

.solution__bottom-textarea {
  margin-top: -2.75rem;
}
@media (min-width: 768px) {
  .solution__bottom-textarea {
    margin-top: -3.625rem;
  }
}
.solution__bottom-textarea p {
  margin-inline: auto;
  text-align: center;
}
.solution__bottom-textarea p:nth-of-type(1) {
  display: grid;
  place-items: center;
  width: 6.55rem;
  height: 1.95rem;
  border-radius: 7rem;
  background: #fff;
  color: #cd131e;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.33rem;
  text-indent: 0.375rem;
}
@media (min-width: 768px) {
  .solution__bottom-textarea p:nth-of-type(1) {
    width: 9.80625rem;
    height: 2.9194375rem;
    border-radius: 10.48rem;
    font-size: 1.646875rem;
    letter-spacing: 0.4940625rem;
    text-indent: 0.375rem;
    translate: 0.4375rem;
  }
}
.solution__bottom-textarea p:nth-of-type(2) {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.68rem;
  translate: 0.3125rem 0.4375rem;
}
@media (min-width: 768px) {
  .solution__bottom-textarea p:nth-of-type(2) {
    font-size: 3.1814375rem;
    letter-spacing: 1.0180625rem;
    translate: 0.9375rem 0.5625rem;
  }
}
.solution__bottom-textarea p:nth-of-type(3) {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4rem;
  translate: 0.1875rem 0.9375rem;
}
@media (min-width: 768px) {
  .solution__bottom-textarea p:nth-of-type(3) {
    font-size: 1.8714375rem;
    letter-spacing: 0.598875rem;
    translate: 0.8125rem 1.4375rem;
  }
}

.solution__bottom-item {
  margin-top: 1.0625rem;
  width: 22.6875rem;
  height: 5.3125rem;
  margin-inline: auto;
  translate: 0.1875rem;
}
@media (min-width: 768px) {
  .solution__bottom-item {
    margin-top: 1.3125rem;
    padding-top: 0;
    width: 41.5625rem;
    height: 8rem;
    translate: 0.5rem;
  }
}

.authority {
  padding-bottom: 1.75rem;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .authority {
    padding-bottom: 3.1875rem;
  }
}

.authority__wrap {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(232, 197, 80, 0.15)),
    to(rgba(232, 197, 80, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(232, 197, 80, 0.15) 0%,
    rgba(232, 197, 80, 0) 100%
  );
}

.authority__title {
  padding-top: 2.5625rem;
  width: 20.9375rem;
  margin-inline: auto;
  translate: -0.125rem;
}
@media (min-width: 768px) {
  .authority__title {
    padding-top: 2.6875rem;
    width: 32rem;
    translate: 0;
  }
}

.authority__swiper-container,
.authority__swiper,
.authority__swiper-wrapper,
.authority__swiper-slide {
  position: relative;
}

.authority__swiper-container.--type1 {
  margin-top: -6.75rem;
}
@media (min-width: 768px) {
  .authority__swiper-container.--type1 {
    margin-top: -9.5rem;
  }
}
.authority__swiper-container.--type2 {
  margin-top: 0.4375rem;
}
@media (min-width: 768px) {
  .authority__swiper-container.--type2 {
    margin-top: 0.6875rem;
  }
}

.authority__swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.authority__swiper-slide {
  width: 7.147rem;
  height: 4.5814375rem;
}
@media (min-width: 768px) {
  .authority__swiper-slide {
    width: 10.50325rem;
    height: 6.7328125rem;
  }
}
.authority__swiper-slide img {
  border-radius: 0.21175rem;
}
@media (min-width: 768px) {
  .authority__swiper-slide img {
    border-radius: 0.341375rem;
  }
}

.authority__sub-text {
  margin-top: 2.0625rem;
  display: grid;
  place-items: center;
  width: 8.1875rem;
  height: 2.4375rem;
  margin-inline: auto;
  border-radius: 8.75rem;
  background: #bf860c;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.4125rem;
  text-indent: 0.375rem;
}
@media (min-width: 768px) {
  .authority__sub-text {
    margin-top: 2.8125rem;
    width: 11.0705rem;
    height: 3.2958125rem;
    border-radius: 11.8310625rem;
    font-size: 1.8591875rem;
    letter-spacing: 0.55775rem;
    text-indent: 0.625rem;
  }
}

.authority__sub-title {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .authority__sub-title {
    margin-top: 0.8125rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    translate: 0.3125rem;
  }
}
.authority__sub-title img {
  width: 6.375rem;
  height: 6.375rem;
  translate: -0.1875rem;
}
@media (min-width: 768px) {
  .authority__sub-title img {
    width: 7.375rem;
    height: 7.375rem;
  }
}

.authority__text {
  padding-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #3a300d;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
@media (min-width: 768px) {
  .authority__text {
    padding-top: 0.9375rem;
  }
}
.authority__text span.--type1 {
  font-size: 0.89875rem;
  line-height: 140%;
  letter-spacing: 0.089875rem;
}
@media (min-width: 768px) {
  .authority__text span.--type1 {
    font-size: 1.21525rem;
    letter-spacing: 0.1215rem;
  }
}
.authority__text span.--type2 {
  font-size: 1.58625rem;
  line-height: 120%;
  letter-spacing: 0.158625rem;
  translate: -0.1875rem 0.125rem;
}
@media (min-width: 768px) {
  .authority__text span.--type2 {
    font-size: 2.1448125rem;
    letter-spacing: 0.2145rem;
  }
}
@media (min-width: 768px) {
  .authority__text span.--type2.--pdr {
    padding-right: 0.3125rem;
  }
}

.authority__picture {
  margin-top: 0.375rem;
  width: 23.5rem;
  height: 13.875rem;
  margin-inline: auto;
  -webkit-box-shadow: 0rem 0rem 0.875rem rgba(153, 153, 153, 0.15);
  box-shadow: 0rem 0rem 0.875rem rgba(153, 153, 153, 0.15);
}
@media (min-width: 768px) {
  .authority__picture {
    width: 41.625rem;
    height: 20.1875rem;
    -webkit-box-shadow: 0rem 0rem 1.5489375rem rgba(243, 124, 124, 0.15);
    box-shadow: 0rem 0rem 1.5489375rem rgba(243, 124, 124, 0.15);
  }
}

.authority__description {
  margin-top: 1.125rem;
  width: 22.6875rem;
  margin-inline: auto;
  color: #3a300d;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 186%;
  letter-spacing: 0.06125rem;
}
@media (min-width: 768px) {
  .authority__description {
    margin-top: 0.875rem;
    width: min(55.6875rem, 100%);
    padding-inline: 1.25rem;
    font-size: 1.120625rem;
    letter-spacing: 0.0784375rem;
  }
}

.promise {
  position: relative;
  margin-top: 1.875rem;
}

.promise__head-bg {
  overflow: hidden;
}
.promise__head-bg picture,
.promise__head-bg img {
  width: calc(100% + 2px);
  translate: -1px;
}

.promise__wrap {
  margin-top: -0.125rem;
  padding-bottom: 2.5625rem;
  background: #cd131e;
}
@media (min-width: 768px) {
  .promise__wrap {
    padding-bottom: 4.875rem;
  }
}

.promise__logo {
  position: absolute;
  top: -0.8125rem;
  left: calc(50% - 0.1875rem);
  translate: -50%;
  width: 12.0625rem;
  height: 3.625rem;
}
@media (min-width: 768px) {
  .promise__logo {
    top: -1.1875rem;
    left: 50%;
    width: 17.375rem;
    height: 5.25rem;
  }
}

.promise__title {
  padding-top: 1.1875rem;
  position: relative;
  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;
}
@media (min-width: 768px) {
  .promise__title {
    padding-top: 0;
    margin-top: -1.4375rem;
  }
}
.promise__title img {
  position: absolute;
  top: 0.9375rem;
  left: 50%;
  translate: -50%;
  width: 19.8125rem;
  height: 3.4375rem;
}
@media (min-width: 768px) {
  .promise__title img {
    top: -0.1875rem;
    width: 33.625rem;
    height: 5.8125rem;
  }
}

.promise__title-1 {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 900;
  line-height: 190%;
  letter-spacing: 0.35rem;
  translate: 0.125rem;
}
@media (min-width: 768px) {
  .promise__title-1 {
    font-size: 3.2375rem;
    letter-spacing: 0.518rem;
  }
}
.promise__title-1 span {
  font-size: 3.896875rem;
  line-height: 150%;
  letter-spacing: 0.1948125rem;
  translate: 0.0625rem 0.1875rem;
}
@media (min-width: 768px) {
  .promise__title-1 span {
    font-size: 5.767375rem;
    letter-spacing: 0.288375rem;
    translate: 0.1875rem 0.3125rem;
  }
}

.promise__title-2 {
  margin-top: -0.9375rem;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 190%;
  letter-spacing: 0.3575rem;
  translate: 0.125rem;
}
@media (min-width: 768px) {
  .promise__title-2 {
    margin-top: -1.3125rem;
    font-size: 2.405rem;
    letter-spacing: 0.529125rem;
    translate: 0.1875rem;
  }
}

.promise__cards {
  position: relative;
  z-index: 30;
  margin-top: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.4375rem;
  width: 23.5rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .promise__cards {
    margin-top: 1rem;
    row-gap: 2.6875rem;
    width: 39.125rem;
  }
}

.promise-card.--type2 {
  margin-top: -0.1875rem;
}
@media (min-width: 768px) {
  .promise-card.--type2 {
    margin-top: -0.9375rem;
  }
}

.promise-card__head {
  width: 4.375rem;
  height: 2.375rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .promise-card__head {
    width: 5.625rem;
    height: 3rem;
  }
}

.promise-card__body {
  position: relative;
  background: #fff url(../../images/strawberry/promise-card-treat-bg-sp.png)
    no-repeat top center/contain;
  border-radius: 0.625rem;
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .promise-card__body {
    background: #fff url(../../images/strawberry/promise-card-treat-bg.png)
      no-repeat top center/contain;
    border-radius: 0.7916875rem;
    margin-top: 0.4375rem;
  }
}
@media (min-width: 768px) {
  .promise-card__body.--type2 {
    background: #fff url(../../images/strawberry/promise-card-treat-bg2.png)
      no-repeat top center/contain;
    border-radius: 0.625rem;
    margin-top: 0.1875rem;
  }
}
@media (min-width: 768px) {
  .promise-card__body.--type3 {
    background: #fff url(../../images/strawberry/promise-card-treat-bg3.png)
      no-repeat top center/contain;
    border-radius: 0.625rem;
    margin-top: 0.125rem;
  }
}

.promise-card__title {
  padding-top: 1.3125rem;
  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;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.2975rem;
}
@media (min-width: 768px) {
  .promise-card__title.--type1 {
    padding-top: 1.5rem;
    font-size: 2.21675rem;
    letter-spacing: 0.376875rem;
  }
}
.promise-card__title.--type2 {
  padding-top: 1.1875rem;
  padding-bottom: 0.125rem;
}
.promise-card__title.--type2 span {
  text-indent: 0.25rem;
}
@media (min-width: 768px) {
  .promise-card__title.--type2 span {
    text-indent: 0.1875rem;
  }
}
.promise-card__title.--type3 {
  padding-top: 1.1875rem;
  padding-bottom: 0.375rem;
}
@media (min-width: 768px) {
  .promise-card__title.--type3 {
    padding-top: 1.3125rem;
    padding-bottom: 0;
  }
}
.promise-card__title .--type1 {
  font-size: 2.625rem;
  letter-spacing: 0.44625rem;
}
.promise-card__title .--type2 {
  font-size: 2.375rem;
  letter-spacing: 0.2375rem;
}
.promise-card__title img {
  width: 8rem;
  height: 4.6875rem;
  margin-top: -0.625rem;
}
@media (min-width: 768px) {
  .promise-card__title img {
    width: 10.125rem;
    height: 5.9375rem;
  }
}

.promise-card__text {
  margin-top: 1.0625rem;
}
@media (min-width: 768px) {
  .promise-card__text {
    margin-top: 1.25rem;
  }
}
.promise-card__text.--type2,
.promise-card__text.--type3 {
  margin-top: 2.4375rem;
}
.promise-card__text.--type3 span.--type2 {
  margin-top: -0.875rem;
  translate: 0.0625rem;
}
.promise-card__text p {
  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;
  color: #3a300d;
}
.promise-card__text p .--type1 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.09rem;
}
@media (min-width: 768px) {
  .promise-card__text p .--type1 {
    font-size: 1.4250625rem;
    letter-spacing: 0.114rem;
  }
}
.promise-card__text p .--type2 {
  text-align: center;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.2375rem;
  translate: 0.1875rem -0.0625rem;
}
@media (min-width: 768px) {
  .promise-card__text p .--type2 {
    font-size: 3.0085rem;
    letter-spacing: 0.300875rem;
  }
}
.promise-card__text p .--type2 span {
  color: #cd131e;
}
.promise-card__text p .--type2 span span {
  font-size: 3.3125rem;
  letter-spacing: 0.33125rem;
}
.promise-card__text .--annotation {
  position: relative;
}
.promise-card__text .--annotation::after {
  content: "※";
  position: absolute;
  top: -0.125rem;
  right: -1rem;
  width: 0.625rem;
  height: 0.875rem;
  color: #3a300d;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .promise-card__text .--annotation::after {
    top: -0.25rem;
    right: -0.25rem;
  }
}
.promise-card__text.--type2 p .--type1,
.promise-card__text.--type3 p .--type1 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.09rem;
}
.promise-card__text.--type2 p .--type2,
.promise-card__text.--type3 p .--type2 {
  text-align: center;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.2375rem;
  translate: 0.1875rem -0.0625rem;
}
.promise-card__text.--type2 p .--type2 span,
.promise-card__text.--type3 p .--type2 span {
  color: #cd131e;
}
.promise-card__text.--type2 p .--type2 span span,
.promise-card__text.--type3 p .--type2 span span {
  font-size: 3.3125rem;
  letter-spacing: 0.33125rem;
}

.promise-card__img {
  margin-inline: auto;
}
.promise-card__img.--type1 {
  padding-top: 0.4375rem;
  width: 20.375rem;
  height: 20.5rem;
  translate: -0.125rem;
}
@media (min-width: 768px) {
  .promise-card__img.--type1 {
    padding-top: 1.375rem;
    width: 33.3125rem;
    height: 23.8125rem;
    translate: 0;
  }
}
.promise-card__img.--type2 {
  padding-top: 0.4375rem;
  width: 22.375rem;
  height: 24rem;
}
@media (min-width: 768px) {
  .promise-card__img.--type2 {
    padding-top: 0.5rem;
    width: 32rem;
    height: 24.625rem;
  }
}
.promise-card__img.--type3 {
  padding-top: 0.0625rem;
  width: 22.375rem;
  height: 23.6875rem;
  translate: -0.125rem;
}
@media (min-width: 768px) {
  .promise-card__img.--type3 {
    padding-top: 0.1875rem;
    width: 32rem;
    height: 23.6875rem;
  }
}

.promise-card__bottom-text {
  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;
  padding-bottom: 1.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .promise-card__bottom-text {
    padding-bottom: 1.6875rem;
  }
}
.promise-card__bottom-text.--type1 {
  padding-top: 0.25rem;
}
@media (min-width: 768px) {
  .promise-card__bottom-text.--type1 {
    padding-top: 0.625rem;
  }
}
.promise-card__bottom-text.--type1 p {
  color: #3a300d;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.075rem;
}
@media (min-width: 768px) {
  .promise-card__bottom-text.--type1 p {
    font-size: 1.1875625rem;
    letter-spacing: 0.095rem;
  }
}
.promise-card__bottom-text.--type2 {
  padding-top: 0.25rem;
}
@media (min-width: 768px) {
  .promise-card__bottom-text.--type2 {
    padding-bottom: 1.5rem;
  }
}
.promise-card__bottom-text.--type2 p {
  color: #3a300d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.105rem;
}
.promise-card__bottom-text.--type2 p.--type2 {
  padding-bottom: 0.1875rem;
  color: #cd131e;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.35rem;
}
@media (min-width: 768px) {
  .promise-card__bottom-text.--type2 p:nth-of-type(2) {
    margin-top: 0.3125rem;
  }
}
.promise-card__bottom-text.--type3 {
  padding-top: 0.4375rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .promise-card__bottom-text.--type3 {
    padding-bottom: 1.5625rem;
  }
}
.promise-card__bottom-text.--type3 p {
  color: #3a300d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.07rem;
}
@media (min-width: 768px) {
  .promise-card__bottom-text.--type3 p {
    text-indent: 0.125rem;
  }
}
.promise-card__bottom-text.--type3 p.--type3 {
  padding-bottom: 0.25rem;
  color: #cd131e;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.28rem;
}

.promise-card__treat-img {
  position: absolute;
  top: -2.8125rem;
  right: -0.75rem;
  width: 6.2258125rem;
  height: 5.4375rem;
}
@media (min-width: 768px) {
  .promise-card__treat-img {
    top: -3.5625rem;
    right: -1.25rem;
    width: 8.3010625rem;
    height: 7.25rem;
  }
}

.insert__img {
  position: relative;
  z-index: 10;
  margin-top: -0.125rem;
}

.voice {
  position: relative;
  background: #fff;
}

.voice__title {
  overflow: hidden;
  position: relative;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.375rem;
}
@media (min-width: 768px) {
  .voice__title {
    margin-top: 0.125rem;
  }
}
.voice__title span {
  color: #cd131e;
  text-align: center;
  font-weight: 900;
  line-height: 160%;
  text-indent: 0.25rem;
}
@media (min-width: 768px) {
  .voice__title span {
    text-indent: 0.4375rem;
  }
}
.voice__title span:nth-of-type(1) {
  font-size: 1.1906875rem;
  letter-spacing: 0.3215rem;
}
@media (min-width: 768px) {
  .voice__title span:nth-of-type(1) {
    font-size: 1.813rem;
    letter-spacing: 0.4895rem;
  }
}
.voice__title span:nth-of-type(2) {
  font-size: 2.1906875rem;
  letter-spacing: 0.2190625rem;
}
@media (min-width: 768px) {
  .voice__title span:nth-of-type(2) {
    font-size: 3.335625rem;
    letter-spacing: 0.3335625rem;
  }
}
.voice__title span:nth-of-type(3) {
  font-size: 1.6281875rem;
  letter-spacing: 0.1628125rem;
}
@media (min-width: 768px) {
  .voice__title span:nth-of-type(3) {
    margin-top: -0.1875rem;
    font-size: 2.479125rem;
    letter-spacing: 0.2479375rem;
  }
}

.voice__swiper-container,
.voice__swiper,
.voice__swiper-wrapper,
.voice__swiper-slide {
  position: relative;
}

.voice__swiper-container {
  margin-top: 0.4375rem;
  z-index: 40;
}
@media (min-width: 1100px) {
  .voice__swiper-container {
    display: none;
  }
}

.voice__swiper-wrapper {
  padding-bottom: 1.25rem;
}

.voice__swiper-slide {
  width: 21.25rem;
}
@media (min-width: 768px) {
  .voice__swiper-slide {
    width: 24.5625rem;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -0.25rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background: #d92732;
  opacity: 0.4;
}

.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet-active {
  opacity: 1;
}

.voice-card {
  width: 21.25rem;
}
@media (min-width: 768px) {
  .voice-card {
    width: 24.5625rem;
  }
}
@media (min-width: 1100px) {
  .voice-card {
    width: 21.25rem;
  }
}
@media (min-width: 1300px) {
  .voice-card {
    width: 24.5625rem;
  }
}

.voice-card__head {
  position: relative;
}
.voice-card__head p {
  text-transform: capitalize;
  color: #d92732;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.11375rem;
  translate: 0.6875rem -0.125rem;
}
@media (min-width: 768px) {
  .voice-card__head p {
    font-size: 1.3323125rem;
    letter-spacing: 0.1731875rem;
    translate: -0.125rem -0.125rem;
  }
}
@media (min-width: 1100px) {
  .voice-card__head p {
    font-size: 0.875rem;
    letter-spacing: 0.11375rem;
    translate: 0.6875rem -0.125rem;
  }
}
@media (min-width: 1300px) {
  .voice-card__head p {
    font-size: 1.3323125rem;
    letter-spacing: 0.1731875rem;
    translate: -0.125rem -0.125rem;
  }
}
.voice-card__head::after {
  content: "";
  position: absolute;
  width: 11.9375rem;
  height: 0.03125rem;
  background: #d92732;
  right: 4.4375rem;
  top: 50%;
  translate: 0 -50%;
}
@media (min-width: 768px) {
  .voice-card__head::after {
    width: 18.176625rem;
    height: 0.0475625rem;
    right: 0;
    top: 50%;
  }
}
@media (min-width: 1100px) {
  .voice-card__head::after {
    width: 11.9375rem;
    height: 0.03125rem;
    right: 4.4375rem;
    top: 50%;
  }
}
@media (min-width: 1300px) {
  .voice-card__head::after {
    width: 18.176625rem;
    height: 0.0475625rem;
    right: 0;
    top: 50%;
  }
}

.voice-card__body {
  margin-top: 0.4375rem;
  background: url(../../images/strawberry/voice-card-treat-bg-sp.svg) no-repeat
    top center/contain;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0rem 0rem 0.875rem 0rem rgba(167, 167, 167, 0.25);
  box-shadow: 0rem 0rem 0.875rem 0rem rgba(167, 167, 167, 0.25);
  padding-block: 1rem 1.375rem;
  padding-inline: 0.875rem;
  min-height: 42.75rem;
}
@media (min-width: 768px) {
  .voice-card__body {
    margin-top: 1.0625rem;
    background: url(../../images/strawberry/voice-card-treat-bg.svg) no-repeat
      top center/contain;
    border-radius: 0.7224375rem;
    -webkit-box-shadow: 0rem 0rem 1.011375rem 0rem rgba(167, 167, 167, 0.25);
    box-shadow: 0rem 0rem 1.011375rem 0rem rgba(167, 167, 167, 0.25);
    padding-block: 1.125rem 1.25rem;
    padding-inline: 1rem;
    min-height: 47.875rem;
  }
}
@media (min-width: 1100px) {
  .voice-card__body {
    margin-top: 0.4375rem;
    background: url(../../images/strawberry/voice-card-treat-bg-sp.svg)
      no-repeat top center/contain;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0rem 0rem 0.875rem 0rem rgba(167, 167, 167, 0.25);
    box-shadow: 0rem 0rem 0.875rem 0rem rgba(167, 167, 167, 0.25);
    padding-block: 1rem 1.375rem;
    padding-inline: 0.875rem;
    min-height: 42.125rem;
  }
}
@media (min-width: 1300px) {
  .voice-card__body {
    margin-top: 1rem;
    background: url(../../images/strawberry/voice-card-treat-bg.svg) no-repeat
      top center/contain;
    border-radius: 0.7224375rem;
    -webkit-box-shadow: 0rem 0rem 1.011375rem 0rem rgba(167, 167, 167, 0.25);
    box-shadow: 0rem 0rem 1.011375rem 0rem rgba(167, 167, 167, 0.25);
    padding-block: 1.125rem 1.25rem;
    padding-inline: 1rem;
    min-height: 47.625rem;
  }
}

.voice-card__title {
  padding-left: 0.5625rem;
  color: #fff;
  font-size: 1.27775rem;
  font-weight: 900;
  line-height: 1.47;
  letter-spacing: 0.1533125rem;
}
@media (min-width: 768px) {
  .voice-card__title {
    padding-left: 0.625rem;
    font-size: 1.3031875rem;
    letter-spacing: 0.156375rem;
  }
}
@media (min-width: 1100px) {
  .voice-card__title {
    padding-left: 0.5625rem;
    font-size: 1.27775rem;
    letter-spacing: 0.1533125rem;
  }
}
@media (min-width: 1300px) {
  .voice-card__title {
    padding-left: 0.625rem;
    font-size: 1.3031875rem;
    letter-spacing: 0.156375rem;
  }
}
.voice-card__title span {
  color: #fed732;
}

.voice-card__affiliate {
  margin-top: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 0.5625rem;
  -moz-column-gap: 0.5625rem;
  column-gap: 0.5625rem;
}
@media (min-width: 768px) {
  .voice-card__affiliate {
    margin-top: 0.4375rem;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
}
@media (min-width: 1100px) {
  .voice-card__affiliate {
    -webkit-column-gap: 0.5625rem;
    -moz-column-gap: 0.5625rem;
    column-gap: 0.5625rem;
  }
}
@media (min-width: 1300px) {
  .voice-card__affiliate {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
}

.voice-card__icon {
  width: 5.25rem;
  height: 5.25rem;
}
@media (min-width: 768px) {
  .voice-card__icon {
    width: 6.0625rem;
    height: 6.0625rem;
  }
}
@media (min-width: 1100px) {
  .voice-card__icon {
    width: 5.25rem;
    height: 5.25rem;
  }
}
@media (min-width: 1300px) {
  .voice-card__icon {
    width: 6.0625rem;
    height: 6.0625rem;
  }
}

.voice-card__name {
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .voice-card__name {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 1100px) {
  .voice-card__name {
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1300px) {
  .voice-card__name {
    padding-bottom: 0.625rem;
  }
}
.voice-card__name p {
  color: #d92732;
  line-height: 170%;
}
.voice-card__name p:nth-of-type(1) {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0375rem;
}
@media (min-width: 768px) {
  .voice-card__name p:nth-of-type(1) {
    font-size: 0.8669375rem;
    letter-spacing: 0.043375rem;
  }
}
@media (min-width: 1100px) {
  .voice-card__name p:nth-of-type(1) {
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
  }
}
@media (min-width: 1300px) {
  .voice-card__name p:nth-of-type(1) {
    font-size: 0.8669375rem;
    letter-spacing: 0.043375rem;
  }
}
.voice-card__name p:nth-of-type(2) {
  margin-top: -0.0625rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04375rem;
}
@media (min-width: 768px) {
  .voice-card__name p:nth-of-type(2) {
    margin-top: -0.25rem;
    font-size: 1.011375rem;
    letter-spacing: 0.0505625rem;
  }
}
@media (min-width: 1100px) {
  .voice-card__name p:nth-of-type(2) {
    margin-top: -0.0625rem;
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}
@media (min-width: 1300px) {
  .voice-card__name p:nth-of-type(2) {
    margin-top: -0.25rem;
    font-size: 1.011375rem;
    letter-spacing: 0.0505625rem;
  }
}

.voice-card__img {
  margin-top: 0.4375rem;
  width: 19.3125rem;
  height: 10.25rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .voice-card__img {
    width: 22.3125rem;
    height: 11.875rem;
  }
}
@media (min-width: 1100px) {
  .voice-card__img {
    width: 19.3125rem;
    height: 10.25rem;
  }
}
@media (min-width: 1300px) {
  .voice-card__img {
    width: 22.3125rem;
    height: 11.875rem;
  }
}

.voice-card__sub-title {
  margin-top: 0.9375rem;
  padding-left: 0.5625rem;
  color: #3a300d;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.09375rem;
}
@media (min-width: 768px) {
  .voice-card__sub-title {
    margin-top: 0.6875rem;
    padding-left: 0.625rem;
    font-size: 1.0625rem;
    letter-spacing: 0.10625rem;
  }
}
@media (min-width: 1100px) {
  .voice-card__sub-title {
    margin-top: 0.9375rem;
    padding-left: 0.5625rem;
    font-size: 0.9375rem;
    letter-spacing: 0.09375rem;
  }
}
@media (min-width: 1300px) {
  .voice-card__sub-title {
    margin-top: 0.6875rem;
    padding-left: 0.625rem;
    font-size: 1.0625rem;
    letter-spacing: 0.10625rem;
  }
}

.voice-card__text {
  margin-top: 0.5625rem;
  width: 18.375rem;
  margin-inline: auto;
  color: #3a300d;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.073125rem;
}
@media (min-width: 768px) {
  .voice-card__text {
    margin-top: 0.875rem;
    width: 21.25rem;
    font-size: 0.939125rem;
    letter-spacing: 0.0845rem;
  }
}
@media (min-width: 1100px) {
  .voice-card__text {
    margin-top: 0.5625rem;
    width: 18.375rem;
    font-size: 0.8125rem;
    letter-spacing: 0.073125rem;
  }
}
@media (min-width: 1300px) {
  .voice-card__text {
    margin-top: 0.875rem;
    width: 21.25rem;
    font-size: 0.939125rem;
    letter-spacing: 0.0845rem;
  }
}
.voice-card__text span {
  display: inline;
  color: #e23c09;
  font-weight: 700;
}
.voice-card__text span.--type2 {
  color: #3a300d;
  font-weight: 400;
  letter-spacing: 0.5rem;
  margin-right: -0.5rem;
}
.voice-card__text span.--type3 {
  color: #d92732;
  font-weight: 800;
}

.voice__cards {
  display: none;
}
@media (min-width: 1100px) {
  .voice__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 30;
    margin-top: 0.875rem;
  }
}
@media (min-width: 1300px) {
  .voice__cards {
    -webkit-column-gap: 2.9375rem;
    -moz-column-gap: 2.9375rem;
    column-gap: 2.9375rem;
  }
}

.message__head-bg {
  position: relative;
  overflow: hidden;
}
.message__head-bg picture,
.message__head-bg img {
  width: calc(100% + 2px);
  translate: -1px;
}

.message__wrap {
  margin-top: -0.125rem;
  background: #f9f8f4;
  overflow: hidden;
  padding-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .message__wrap {
    padding-bottom: 1.0625rem;
  }
}

.message__title {
  position: relative;
  z-index: 10;
  color: #3a300d;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.25rem;
  padding-top: 1.375rem;
  translate: 0.125rem;
}
@media (min-width: 768px) {
  .message__title {
    padding-top: 0;
    font-size: 2.298125rem;
    letter-spacing: 0.3676875rem;
  }
}

.message__text {
  margin-top: 1.9375rem;
  position: relative;
  width: 20rem;
  margin-inline: auto;
  color: #d92732;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 144%;
  letter-spacing: 0.13125rem;
}
@media (min-width: 768px) {
  .message__text {
    margin-top: 2.875rem;
    font-size: 1.9304375rem;
    letter-spacing: 0.1930625rem;
    width: 29.375rem;
  }
}
.message__text::before,
.message__text::after {
  content: "";
  position: absolute;
  z-index: 50;
  width: 20rem;
  height: 0.0625rem;
  background: url(../../images/strawberry/message-treat-sp.svg) no-repeat center
    center/cover;
  left: 0;
}
@media (min-width: 768px) {
  .message__text::before,
  .message__text::after {
    width: 29.4158125rem;
    height: 0.0919375rem;
    background: url(../../images/strawberry/message-treat.svg) no-repeat center
      center/cover;
  }
}
.message__text::before {
  top: -0.8125rem;
}
@media (min-width: 768px) {
  .message__text::before {
    top: -1.125rem;
  }
}
.message__text::after {
  bottom: -0.9375rem;
}
@media (min-width: 768px) {
  .message__text::after {
    bottom: -1.4375rem;
  }
}

.message__cards {
  position: relative;
  z-index: 10;
  margin-top: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.5rem;
}
@media (min-width: 768px) {
  .message__cards {
    margin-top: 5.375rem;
    display: grid;
    grid-template-columns: repeat(2, 26.0625rem);
    gap: 2.375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.message-card {
  position: relative;
  width: 23.5625rem;
  height: 16.1875rem;
  margin-inline: auto;
  border-radius: 1rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0rem 0.5625rem 0rem rgba(0, 0, 0, 0.11);
  box-shadow: 0rem 0rem 0.5625rem 0rem rgba(0, 0, 0, 0.11);
}
@media (min-width: 768px) {
  .message-card {
    width: 25.977rem;
    height: 17.8463125rem;
    border-radius: 1.1025rem;
    -webkit-box-shadow: 0rem 0rem 0.620125rem 0rem rgba(0, 0, 0, 0.11);
    box-shadow: 0rem 0rem 0.620125rem 0rem rgba(0, 0, 0, 0.11);
  }
}
.message-card.--type1 .message-card__bottom-area {
  -webkit-column-gap: 1.0625rem;
  -moz-column-gap: 1.0625rem;
  column-gap: 1.0625rem;
  padding-left: 0.8125rem;
}
@media (min-width: 768px) {
  .message-card.--type1 .message-card__bottom-area {
    -webkit-column-gap: 1.1875rem;
    -moz-column-gap: 1.1875rem;
    column-gap: 1.1875rem;
    padding-left: 0.875rem;
  }
}
.message-card.--type1 .message-card__area-icon {
  translate: 0 0.875rem;
  width: 6.6875rem;
  height: 5.6875rem;
}
@media (min-width: 768px) {
  .message-card.--type1 .message-card__area-icon {
    width: 7.375rem;
    height: 6.3125rem;
  }
}
.message-card.--type1 .message-card__area-text {
  width: 9.25rem;
  background: #008bd5;
}
@media (min-width: 768px) {
  .message-card.--type1 .message-card__area-text {
    width: 10.1875rem;
  }
}
.message-card.--type1 .message-card__text {
  width: 14.0625rem;
}
.message-card.--type2 .message-card__bottom-area {
  -webkit-column-gap: 0.6875rem;
  -moz-column-gap: 0.6875rem;
  column-gap: 0.6875rem;
  padding-left: 1.75rem;
}
@media (min-width: 768px) {
  .message-card.--type2 .message-card__bottom-area {
    -webkit-column-gap: 1.6875rem;
    -moz-column-gap: 1.6875rem;
    column-gap: 1.6875rem;
    padding-left: 1rem;
  }
}
.message-card.--type2 .message-card__area-icon {
  width: 6rem;
  height: 7.5rem;
  translate: 0 0.25rem;
}
@media (min-width: 768px) {
  .message-card.--type2 .message-card__area-icon {
    width: 6.625rem;
    height: 8.3125rem;
  }
}
.message-card.--type2 .message-card__area-text {
  width: 9.25rem;
  background: #52bbad;
}
@media (min-width: 768px) {
  .message-card.--type2 .message-card__area-text {
    width: 10.1875rem;
  }
}
.message-card.--type2 .message-card__text {
  width: 12.875rem;
}
.message-card.--type3 .message-card__bottom-area {
  -webkit-column-gap: 0.125rem;
  -moz-column-gap: 0.125rem;
  column-gap: 0.125rem;
  padding-left: 0.375rem;
}
@media (min-width: 768px) {
  .message-card.--type3 .message-card__bottom-area {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding-left: 0.1875rem;
  }
}
.message-card.--type3 .message-card__area-icon {
  width: 8.3125rem;
  height: 4.6875rem;
  translate: 0 1.6875rem;
}
@media (min-width: 768px) {
  .message-card.--type3 .message-card__area-icon {
    width: 9.1875rem;
    height: 5.1875rem;
  }
}
.message-card.--type3 .message-card__area-text {
  width: 9.25rem;
  background: #f08f69;
}
@media (min-width: 768px) {
  .message-card.--type3 .message-card__area-text {
    width: 10.1875rem;
  }
}
.message-card.--type3 .message-card__text {
  width: 14.0625rem;
}
.message-card.--type4 .message-card__bottom-area {
  -webkit-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
  padding-left: 1.3125rem;
}
@media (min-width: 768px) {
  .message-card.--type4 .message-card__bottom-area {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    padding-left: 1.0625rem;
  }
}
.message-card.--type4 .message-card__area-icon {
  width: 6.0625rem;
  height: 7.125rem;
  translate: 0 0.625rem;
}
@media (min-width: 768px) {
  .message-card.--type4 .message-card__area-icon {
    width: 6.6875rem;
    height: 7.875rem;
  }
}
.message-card.--type4 .message-card__area-text {
  width: 9.5625rem;
  background: #9cc715;
}
@media (min-width: 768px) {
  .message-card.--type4 .message-card__area-text {
    width: 10.1875rem;
  }
}
.message-card.--type4 .message-card__text {
  width: 14.0625rem;
}
.message-card.--type5 .message-card__bottom-area {
  -webkit-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
  column-gap: 0.875rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .message-card.--type5 .message-card__bottom-area {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    padding-left: 1.0625rem;
  }
}
.message-card.--type5 .message-card__area-icon {
  width: 6.0625rem;
  height: 7.125rem;
  translate: 0 0.875rem;
}
@media (min-width: 768px) {
  .message-card.--type5 .message-card__area-icon {
    width: 6.6875rem;
    height: 7.875rem;
  }
}
.message-card.--type5 .message-card__area-text {
  width: 9.4375rem;
  background: #9cc715;
}
@media (min-width: 768px) {
  .message-card.--type5 .message-card__area-text {
    width: 10.1875rem;
  }
}
.message-card.--type5 .message-card__text {
  width: 15rem;
}
.message-card.--type6 .message-card__bottom-area {
  -webkit-column-gap: 0.125rem;
  -moz-column-gap: 0.125rem;
  column-gap: 0.125rem;
  padding-left: 1.4375rem;
}
@media (min-width: 768px) {
  .message-card.--type6 .message-card__bottom-area {
    -webkit-column-gap: 1.375rem;
    -moz-column-gap: 1.375rem;
    column-gap: 1.375rem;
    padding-left: 0.625rem;
  }
}
.message-card.--type6 .message-card__area-icon {
  width: 6.6875rem;
  height: 4.5625rem;
  translate: 0 1.6875rem;
}
@media (min-width: 768px) {
  .message-card.--type6 .message-card__area-icon {
    width: 7.375rem;
    height: 5.0625rem;
  }
}
.message-card.--type6 .message-card__area-text {
  width: 7.8125rem;
  background: #a380b7;
}
@media (min-width: 768px) {
  .message-card.--type6 .message-card__area-text {
    width: 8.625rem;
  }
}
.message-card.--type6 .message-card__text {
  width: 14.0625rem;
}
.message-card.--type1 .message-card__treat-text,
.message-card.--type3 .message-card__treat-text,
.message-card.--type5 .message-card__treat-text {
  rotate: 10.49deg;
  right: -0.6875rem;
}
.message-card.--type1 .message-card__picture,
.message-card.--type3 .message-card__picture,
.message-card.--type5 .message-card__picture {
  left: -0.75rem;
}
.message-card.--type1 .message-card__img-area,
.message-card.--type3 .message-card__img-area,
.message-card.--type5 .message-card__img-area {
  margin-left: 8.3125rem;
}
.message-card.--type2 .message-card__treat-text,
.message-card.--type4 .message-card__treat-text,
.message-card.--type6 .message-card__treat-text {
  rotate: -10.49deg;
  left: -1.125rem;
}
.message-card.--type2 .message-card__picture,
.message-card.--type4 .message-card__picture,
.message-card.--type6 .message-card__picture {
  right: -0.625rem;
}
.message-card.--type2 .message-card__img-area,
.message-card.--type4 .message-card__img-area,
.message-card.--type6 .message-card__img-area {
  margin-left: 0.9375rem;
}
.message-card.--type2 .message-card__bottom-area,
.message-card.--type4 .message-card__bottom-area,
.message-card.--type6 .message-card__bottom-area {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.message-card.--type1 .message-card__treat-text,
.message-card.--type2 .message-card__treat-text,
.message-card.--type3 .message-card__treat-text,
.message-card.--type4 .message-card__treat-text,
.message-card.--type5 .message-card__treat-text,
.message-card.--type6 .message-card__treat-text {
  position: absolute;
  width: 5.5rem;
  height: 1.625rem;
  top: -0.4375rem;
}
@media (min-width: 768px) {
  .message-card.--type1 .message-card__treat-text,
  .message-card.--type2 .message-card__treat-text,
  .message-card.--type3 .message-card__treat-text,
  .message-card.--type4 .message-card__treat-text,
  .message-card.--type5 .message-card__treat-text,
  .message-card.--type6 .message-card__treat-text {
    width: 6.125rem;
    height: 1.9375rem;
    left: auto;
    top: -0.6875rem;
    right: -0.6875rem;
    rotate: 10.49deg;
  }
}
.message-card.--type1 .message-card__picture,
.message-card.--type2 .message-card__picture,
.message-card.--type3 .message-card__picture,
.message-card.--type4 .message-card__picture,
.message-card.--type5 .message-card__picture,
.message-card.--type6 .message-card__picture {
  position: absolute;
  width: 8.0625rem;
  height: 8.6875rem;
  top: -1.125rem;
}
@media (min-width: 768px) {
  .message-card.--type1 .message-card__picture,
  .message-card.--type2 .message-card__picture,
  .message-card.--type3 .message-card__picture,
  .message-card.--type4 .message-card__picture,
  .message-card.--type5 .message-card__picture,
  .message-card.--type6 .message-card__picture {
    width: 8.9306875rem;
    height: 9.626625rem;
    right: auto;
    left: -0.8125rem;
    top: -1.25rem;
  }
}
.message-card.--type1 .message-card__img-area,
.message-card.--type2 .message-card__img-area,
.message-card.--type3 .message-card__img-area,
.message-card.--type4 .message-card__img-area,
.message-card.--type5 .message-card__img-area,
.message-card.--type6 .message-card__img-area {
  padding-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4375rem;
  -moz-column-gap: 0.4375rem;
  column-gap: 0.4375rem;
}
@media (min-width: 768px) {
  .message-card.--type1 .message-card__img-area,
  .message-card.--type2 .message-card__img-area,
  .message-card.--type3 .message-card__img-area,
  .message-card.--type4 .message-card__img-area,
  .message-card.--type5 .message-card__img-area,
  .message-card.--type6 .message-card__img-area {
    padding-top: 1.1875rem;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    margin-left: 9.0625rem;
  }
}
.message-card.--type1 .message-card__img-area img,
.message-card.--type2 .message-card__img-area img,
.message-card.--type3 .message-card__img-area img,
.message-card.--type4 .message-card__img-area img,
.message-card.--type5 .message-card__img-area img,
.message-card.--type6 .message-card__img-area img {
  width: 6.9375rem;
  height: 5.375rem;
}
@media (min-width: 768px) {
  .message-card.--type1 .message-card__img-area img,
  .message-card.--type2 .message-card__img-area img,
  .message-card.--type3 .message-card__img-area img,
  .message-card.--type4 .message-card__img-area img,
  .message-card.--type5 .message-card__img-area img,
  .message-card.--type6 .message-card__img-area img {
    width: 7.6875rem;
    height: 5.9375rem;
  }
}
.message-card.--type1 .message-card__bottom-area,
.message-card.--type2 .message-card__bottom-area,
.message-card.--type3 .message-card__bottom-area,
.message-card.--type4 .message-card__bottom-area,
.message-card.--type5 .message-card__bottom-area,
.message-card.--type6 .message-card__bottom-area {
  margin-top: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .message-card.--type1 .message-card__bottom-area,
  .message-card.--type2 .message-card__bottom-area,
  .message-card.--type3 .message-card__bottom-area,
  .message-card.--type4 .message-card__bottom-area,
  .message-card.--type5 .message-card__bottom-area,
  .message-card.--type6 .message-card__bottom-area {
    margin-top: 1.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.message-card.--type1 .message-card__textarea,
.message-card.--type2 .message-card__textarea,
.message-card.--type3 .message-card__textarea,
.message-card.--type4 .message-card__textarea,
.message-card.--type5 .message-card__textarea,
.message-card.--type6 .message-card__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.3125rem;
}
.message-card.--type1 .message-card__area-text,
.message-card.--type2 .message-card__area-text,
.message-card.--type3 .message-card__area-text,
.message-card.--type4 .message-card__area-text,
.message-card.--type5 .message-card__area-text,
.message-card.--type6 .message-card__area-text {
  translate: -0.25rem;
  height: 1.6875rem;
  display: grid;
  place-items: center;
  border-radius: 100vmax;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08125rem;
}
@media (min-width: 768px) {
  .message-card.--type1 .message-card__area-text,
  .message-card.--type2 .message-card__area-text,
  .message-card.--type3 .message-card__area-text,
  .message-card.--type4 .message-card__area-text,
  .message-card.--type5 .message-card__area-text,
  .message-card.--type6 .message-card__area-text {
    font-size: 0.8975625rem;
    letter-spacing: 0.08975rem;
    height: 1.8641875rem;
  }
}
.message-card.--type1 .message-card__text,
.message-card.--type2 .message-card__text,
.message-card.--type3 .message-card__text,
.message-card.--type4 .message-card__text,
.message-card.--type5 .message-card__text,
.message-card.--type6 .message-card__text {
  color: #3a300d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.07rem;
}
@media (min-width: 768px) {
  .message-card.--type1 .message-card__text,
  .message-card.--type2 .message-card__text,
  .message-card.--type3 .message-card__text,
  .message-card.--type4 .message-card__text,
  .message-card.--type5 .message-card__text,
  .message-card.--type6 .message-card__text {
    width: 15.5625rem;
    font-size: 0.966625rem;
    letter-spacing: 0.0773125rem;
  }
}

.message__bottom-bg {
  position: relative;
  margin-top: -0.125rem;
  overflow: hidden;
}
.message__bottom-bg picture,
.message__bottom-bg img {
  width: calc(100% + 2px);
  translate: -1px;
}

.network {
  background: #fff;
  padding-top: 1.1875rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .network {
    padding-block: 0.6875rem 1.5rem;
  }
}

.network__head-text {
  text-align: center;
}
.network__head-text p {
  display: inline-block;
  position: relative;
  color: #cd121f;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.19125rem;
}
@media (min-width: 768px) {
  .network__head-text p {
    font-size: 1.5988125rem;
    letter-spacing: 0.2718125rem;
    translate: 0.125rem;
  }
}
.network__head-text p span {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: 0.135rem;
  translate: 0 0.3125rem;
}
@media (min-width: 768px) {
  .network__head-text p span {
    font-size: 3.85775rem;
    font-weight: 700;
    letter-spacing: 0.0385625rem;
    translate: 0 0.8125rem;
    margin-inline: 0.125rem 0.1875rem;
  }
}
.network__head-text p::before,
.network__head-text p::after {
  content: "";
  position: absolute;
  width: 1.2645rem;
  height: 0.1rem;
  background: #cd121f;
  top: 2.125rem;
}
@media (min-width: 768px) {
  .network__head-text p::before,
  .network__head-text p::after {
    width: 1.7970625rem;
    height: 2.274;
    top: 3.75rem;
  }
}
.network__head-text p::before {
  right: calc(100% + 0.0625rem);
  rotate: 69.153deg;
}
@media (min-width: 768px) {
  .network__head-text p::before {
    right: calc(100% + 0.0625rem);
  }
}
.network__head-text p::after {
  left: calc(100% + 0.0625rem);
  rotate: -69.153deg;
}
@media (min-width: 768px) {
  .network__head-text p::after {
    left: calc(100% - 0.0625rem);
  }
}

.network__title {
  color: #cd121f;
  text-align: center;
  font-size: 2.5625rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.41rem;
  text-indent: 1.25rem;
}
@media (min-width: 768px) {
  .network__title {
    margin-top: -0.3125rem;
    font-size: 3.64175rem;
    letter-spacing: 0.5826875rem;
    text-indent: 0.625rem;
  }
}

.network__logo-area {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .network__logo-area {
    margin-top: 1.125rem;
    -webkit-column-gap: 0.375rem;
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
    translate: 0.75rem;
  }
}
.network__logo-area img {
  width: 2.5625rem;
  height: 3.0625rem;
}
@media (min-width: 768px) {
  .network__logo-area img {
    width: 4.0625rem;
    height: 4.8125rem;
  }
}
.network__logo-area p {
  padding-top: 0.5rem;
  color: #3a300d;
  font-size: 0.8166875rem;
  font-weight: 700;
  line-height: 157%;
  letter-spacing: 0.0735rem;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .network__logo-area p {
    font-size: 1.285375rem;
    letter-spacing: 0.1156875rem;
  }
}

.network__img {
  margin-top: 0.6875rem;
  width: 20.375rem;
  height: 18.3125rem;
  margin-inline: auto;
  translate: -0.75rem;
}
@media (min-width: 768px) {
  .network__img {
    margin-top: 0.25rem;
    width: 32.625rem;
    height: 30.125rem;
    translate: 0.625rem;
  }
}

.network__swiper-container,
.network__swiper,
.network__swiper-wrapper,
.network__swiper-slide {
  position: relative;
}

.network__swiper-container.--type1 {
  margin-top: -1.25rem;
}
@media (min-width: 768px) {
  .network__swiper-container.--type1 {
    margin-top: -2.0625rem;
  }
}
.network__swiper-container.--type2 {
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .network__swiper-container.--type2 {
    margin-top: 0.5rem;
  }
}

.network__swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.network__swiper-slide {
  width: 7.25rem;
  height: 4.75rem;
}
@media (min-width: 768px) {
  .network__swiper-slide {
    width: 11.875rem;
    height: 7.8125rem;
  }
}

.network__bottom-text {
  margin-top: 1.375rem;
  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: center;
}
@media (min-width: 768px) {
  .network__bottom-text {
    margin-top: 2.0625rem;
  }
}
.network__bottom-text p:nth-of-type(1) {
  color: #3a300d;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.18rem;
  text-indent: 0.125rem;
}
@media (min-width: 768px) {
  .network__bottom-text p:nth-of-type(1) {
    font-size: 1.54825rem;
    letter-spacing: 0.24775rem;
  }
}
.network__bottom-text p:nth-of-type(1) span {
  letter-spacing: -0.07875rem;
}
@media (min-width: 768px) {
  .network__bottom-text p:nth-of-type(1) span {
    letter-spacing: -0.108375rem;
  }
}
.network__bottom-text p:nth-of-type(2) {
  margin-top: 0.1875rem;
  color: #3a300d;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.18rem;
  text-indent: 0.125rem;
}
@media (min-width: 768px) {
  .network__bottom-text p:nth-of-type(2) {
    margin-top: 0.3125rem;
    font-size: 1.54825rem;
    letter-spacing: 0.24775rem;
  }
}
.network__bottom-text p:nth-of-type(3) {
  margin-top: -0.625rem;
  color: #caa60f;
  font-size: 1.723375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.0861875rem;
  text-indent: 0.125rem;
}
@media (min-width: 768px) {
  .network__bottom-text p:nth-of-type(3) {
    margin-top: -1.0625rem;
    font-size: 2.3718125rem;
    letter-spacing: 0.1185625rem;
  }
}
.network__bottom-text p:nth-of-type(3) span:nth-of-type(1) {
  position: relative;
  font-size: 2.7705rem;
  letter-spacing: 0.083125rem;
  translate: 0 0.125rem;
}
@media (min-width: 768px) {
  .network__bottom-text p:nth-of-type(3) span:nth-of-type(1) {
    font-size: 3.8129375rem;
    letter-spacing: 0.114375rem;
    translate: 0.125rem 0.25rem;
  }
}
.network__bottom-text p:nth-of-type(3) span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: calc(100% + 1rem);
  height: 0.161875rem;
  bottom: 0.3125rem;
  left: calc(50% + 0.125rem);
  translate: -50%;
  background: #caa60f;
}
@media (min-width: 768px) {
  .network__bottom-text p:nth-of-type(3) span:nth-of-type(1)::after {
    width: calc(100% + 1.25rem);
    height: 0.22275rem;
    bottom: 0.25rem;
  }
}
.network__bottom-text p:nth-of-type(3) span:nth-of-type(2) {
  font-size: 1.332rem;
  letter-spacing: 0.1731875rem;
  translate: 0 -0.125rem;
}
@media (min-width: 768px) {
  .network__bottom-text p:nth-of-type(3) span:nth-of-type(2) {
    color: #caa60f;
    font-size: 1.833125rem;
    letter-spacing: 0.2383125rem;
  }
}

.campaign {
  margin-top: -0.0625rem;
  width: 100%;
  position: relative;
  z-index: 55;
}

.quality {
  overflow: hidden;
}

.quality__head-bg {
  margin-top: -0.1875rem;
  overflow: hidden;
}
.quality__head-bg picture,
.quality__head-bg img {
  width: calc(100% + 2px);
  translate: -1px;
}

.quality__wrap {
  margin-top: -0.125rem;
  padding-bottom: 1.3125rem;
  background: #cd131e;
}

.quality__title {
  padding-top: 1.9375rem;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.1875rem;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.30625rem;
  translate: 0.1875rem;
}
@media (min-width: 768px) {
  .quality__title {
    padding-top: 1.125rem;
    font-size: 2.6458125rem;
    letter-spacing: 0.3704375rem;
  }
}
.quality__title img {
  position: absolute;
  bottom: -3.9375rem;
  left: calc(50% - 0.1875rem);
  translate: -50%;
  width: 17.1875rem;
  height: 5.5625rem;
}
@media (min-width: 768px) {
  .quality__title img {
    bottom: -4.875rem;
    left: 50%;
    width: 20.9375rem;
    height: 6.75rem;
  }
}

.quality__contents {
  position: relative;
  z-index: 20;
  background: url(../../images/strawberry/quality-bg-img.webp) no-repeat center
    calc(100% - 6.625rem);
  background-size: 27.836875rem 36.985rem;
}
@media (min-width: 768px) {
  .quality__contents {
    background: url(../../images/strawberry/quality-bg-img.webp) no-repeat
      center calc(100% - 3.125rem);
    background-size: 36.288125rem 48.21375rem;
    padding-bottom: 4.4375rem;
    margin-bottom: -3.6875rem;
  }
}
@media (min-width: 1680px) {
  .quality__contents {
    background: url(../../images/strawberry/quality-bg-img.webp) no-repeat
      center calc(100% - 0rem);
    background-size: 36.288125rem 48.21375rem;
  }
}

.quality__img {
  margin-top: 1.8125rem;
  width: 22.125rem;
  height: 13.4375rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .quality__img {
    margin-top: 3rem;
    width: 46.5rem;
    height: 19.1875rem;
  }
}

.quality__sub-title {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5625rem;
  -moz-column-gap: 0.5625rem;
  column-gap: 0.5625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.125rem solid #fff;
  width: 14.875rem;
  margin-inline: auto;
  translate: -0.625rem;
}
@media (min-width: 768px) {
  .quality__sub-title {
    margin-top: 0.8125rem;
    -webkit-column-gap: 0.4375rem;
    -moz-column-gap: 0.4375rem;
    column-gap: 0.4375rem;
    border-bottom: 0.1503125rem solid #fff;
    width: 17.9375rem;
  }
}
.quality__sub-title img {
  width: 1.4375rem;
  height: 1.875rem;
}
@media (min-width: 768px) {
  .quality__sub-title img {
    width: 1.75rem;
    height: 2.25rem;
    translate: -0.25rem -0.0625rem;
  }
}
.quality__sub-title span {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.118125rem;
  translate: 0 0.125rem;
}
@media (min-width: 768px) {
  .quality__sub-title span {
    font-size: 1.578375rem;
    letter-spacing: 0.1420625rem;
  }
}

.quality__description {
  margin-top: 1.5625rem;
  width: 24.375rem;
  margin-inline: auto;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 230%;
  letter-spacing: 0.07rem;
}
@media (min-width: 768px) {
  .quality__description {
    margin-top: 1.1875rem;
    width: 41.0625rem;
    font-size: 1rem;
    letter-spacing: 0.08rem;
  }
}

.quality__textarea {
  width: 23.5rem;
  height: 12.6875rem;
  margin-inline: auto;
  background: rgba(165, 0, 0, 0.7);
  margin-top: 1.3125rem;
  padding-block: 1.6875rem 1.5625rem;
  text-align: center;
}
@media (min-width: 768px) {
  .quality__textarea {
    width: 46.5rem;
    height: 10.625rem;
    margin-top: 1.1875rem;
    padding-block: 1.625rem 1.625rem;
  }
}
.quality__textarea span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.375rem;
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  translate: 0.25rem;
}
@media (min-width: 768px) {
  .quality__textarea span {
    translate: 0.375rem;
  }
}
.quality__textarea span img {
  width: 8.7891875rem;
  height: 2.5475625rem;
}
.quality__textarea span span {
  display: inline-block;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.138125rem;
  translate: 0;
}
.quality__textarea p {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.138125rem;
  translate: 0.25rem;
}
@media (min-width: 768px) {
  .quality__textarea p {
    translate: 0.0625rem;
  }
}

.quality__bottom-bg {
  position: relative;
  z-index: 10;
  margin-top: -0.125rem;
  overflow: hidden;
}
.quality__bottom-bg picture,
.quality__bottom-bg img {
  width: calc(100% + 2px);
  translate: -1px;
}

.case {
  margin-top: -0.125rem;
  padding-block: 2.75rem 0.75rem;
  overflow: hidden;
  background: #f9f8f4;
}
@media (min-width: 768px) {
  .case {
    padding-block: 3.6875rem 0.125rem;
  }
}

.case__inner {
  width: 22.125rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .case__inner {
    width: 46.875rem;
  }
}
@media (min-width: 1300px) {
  .case__inner {
    width: 71.25rem;
  }
}

.case__title {
  position: relative;
  text-align: center;
  translate: 0.1875rem;
}
.case__title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #cd131e;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 0.27rem;
}
@media (min-width: 768px) {
  .case__title span {
    font-size: 2.8848125rem;
    letter-spacing: 0.3461875rem;
    text-indent: 0.125rem;
  }
}
.case__title img {
  position: absolute;
  z-index: 0;
  width: 18.8125rem;
  height: 5.5625rem;
  top: -3.625rem;
  left: calc(50% - 0.25rem);
  translate: -50%;
}
@media (min-width: 768px) {
  .case__title img {
    width: 24.3125rem;
    height: 7.1875rem;
    top: -4.375rem;
  }
}

.case__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .case__head {
    margin-top: 0.0625rem;
  }
}
.case__head p {
  position: relative;
  color: #cd131e;
  font-size: 1.503125rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.2104375rem;
  translate: 0.125rem;
}
@media (min-width: 768px) {
  .case__head p {
    font-size: 1.9271875rem;
    letter-spacing: 0.2698125rem;
    translate: 0.25rem;
  }
}
.case__head p::before,
.case__head p::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 0.0625rem;
  background: #cd131e;
  top: 50%;
  translate: 0 -50%;
}
@media (min-width: 768px) {
  .case__head p::before,
  .case__head p::after {
    width: 3.875rem;
    height: 0.09375rem;
    top: calc(50% + 0.0625rem);
  }
}
.case__head p::before {
  right: calc(100% + 0.625rem);
}
@media (min-width: 768px) {
  .case__head p::before {
    right: calc(100% + 0.75rem);
  }
}
.case__head p::after {
  left: calc(100% + 0.4375rem);
}
@media (min-width: 768px) {
  .case__head p::after {
    left: calc(100% + 0.75rem);
  }
}

.case__cards {
  margin-top: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3.5625rem;
}
@media (min-width: 768px) {
  .case__cards {
    margin-top: 4.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 3.75rem;
  }
}
@media (min-width: 1300px) {
  .case__cards {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem;
    row-gap: 4.375rem;
    padding-right: 0.625rem;
  }
}

.case-card {
  position: relative;
  border-radius: 0rem 0.625rem 0.625rem 0.625rem;
  background: #fff url(../../images/strawberry/case-card-bg.svg) no-repeat right
    top;
  background-size: 12.5416875rem 8.6875rem;
  -webkit-box-shadow: 0rem 0rem 0.875rem 0rem rgba(152, 152, 152, 0.25);
  box-shadow: 0rem 0rem 0.875rem 0rem rgba(152, 152, 152, 0.25);
  width: 22.125rem;
  padding-left: 1.0625rem;
  padding-block: 0.75rem 0.875rem;
}
@media (min-width: 1300px) {
  .case-card {
    border-radius: 0rem 0.6803125rem 0.6803125rem 0.6803125rem;
    -webkit-box-shadow: 0rem 0rem 0.952375rem 0rem rgba(152, 152, 152, 0.25);
    box-shadow: 0rem 0rem 0.952375rem 0rem rgba(152, 152, 152, 0.25);
    background-size: 13.6511875rem 9.456rem;
    width: 34.125rem;
    padding-left: 1.125rem;
    padding-block: 1.125rem 1.25rem;
  }
}
.case-card.--type3 {
  background: #fff url(../../images/strawberry/case-card-bg-2.svg) no-repeat
    right top;
  background-size: 10.875rem 8.6875rem;
}
@media (min-width: 1300px) {
  .case-card.--type3 {
    background: #fff url(../../images/strawberry/case-card-bg.svg) no-repeat
      right top;
    background-size: 13.6511875rem 9.456rem;
  }
}
.case-card.--type4 {
  background: #fff url(../../images/strawberry/case-card-bg-3.svg) no-repeat
    right top;
  background-size: 11.6875rem 8.6875rem;
}
@media (min-width: 1300px) {
  .case-card.--type4 {
    background: #fff url(../../images/strawberry/case-card-bg.svg) no-repeat
      right top;
    background-size: 13.6511875rem 9.456rem;
  }
}
.case-card.--type5 {
  background: #fff url(../../images/strawberry/case-card-bg-3.svg) no-repeat
    right top;
  background-size: 11.6875rem 8.6875rem;
}
@media (min-width: 1300px) {
  .case-card.--type5 {
    background: #fff url(../../images/strawberry/case-card-bg.svg) no-repeat
      right top;
    background-size: 13.6511875rem 9.456rem;
  }
}

.case-card__size {
  position: absolute;
  left: 0;
  bottom: 100%;
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  background: #cd131e;
  -webkit-box-shadow: 0rem 0rem 0.875rem 0rem rgba(152, 152, 152, 0.25);
  box-shadow: 0rem 0rem 0.875rem 0rem rgba(152, 152, 152, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 1.375rem;
  height: 2.1875rem;
}
@media (min-width: 1300px) {
  .case-card__size {
    border-radius: 0.65625rem 0.65625rem 0rem 0rem;
    -webkit-box-shadow: 0rem 0rem 0.91875rem 0rem rgba(152, 152, 152, 0.25);
    box-shadow: 0rem 0rem 0.91875rem 0rem rgba(152, 152, 152, 0.25);
    padding-inline: 1.4375rem;
    height: 2.3125rem;
  }
}
.case-card__size p {
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05625rem;
}
@media (min-width: 1300px) {
  .case-card__size p {
    font-size: 1.1811875rem;
    letter-spacing: 0.0590625rem;
  }
}
.case-card__size.--annotation {
  padding-inline: 1.375rem 1.625rem;
}
@media (min-width: 1300px) {
  .case-card__size.--annotation {
    padding-inline: 1.4375rem 1.75rem;
  }
}
.case-card__size.--annotation p::after {
  content: "※";
  position: absolute;
  font-size: 0.5625rem;
  font-weight: 400;
  letter-spacing: 0.028125rem;
  top: -0.0625rem;
  right: -0.625rem;
}
@media (min-width: 1300px) {
  .case-card__size.--annotation p::after {
    font-size: 0.61225rem;
    letter-spacing: 0.030625rem;
    top: 0;
    right: -0.75rem;
  }
}
.case-card__size.--type1 {
  bottom: calc(100% - 0.0625rem);
  height: 2.25rem;
}
@media (min-width: 1300px) {
  .case-card__size.--type1 {
    height: 2.375rem;
  }
}

.case-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
  column-gap: 0.875rem;
}
@media (min-width: 1300px) {
  .case-card__wrapper {
    -webkit-column-gap: 2.625rem;
    -moz-column-gap: 2.625rem;
    column-gap: 2.625rem;
  }
}

.case-card__textarea {
  padding-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1300px) {
  .case-card__textarea {
    padding-top: 0.125rem;
  }
}

.case-card__head {
  padding-left: 0.0625rem;
}
@media (min-width: 1300px) {
  .case-card__head {
    padding-left: 0;
  }
}
.case-card__head p {
  color: #3a300d;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1125rem;
}
@media (min-width: 1300px) {
  .case-card__head p {
    font-size: 0.7875rem;
    letter-spacing: 0.118125rem;
  }
}

.case-card__title {
  white-space: nowrap;
}
.case-card__title span {
  position: relative;
  display: inline-block;
  color: #c91923;
  font-size: 1.4593125rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.0729375rem;
}
@media (min-width: 768px) {
  .case-card__title span {
    font-size: 1.588375rem;
    letter-spacing: 0.0794375rem;
    translate: 0 -0.125rem;
  }
}
.case-card__title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.09375rem;
  bottom: 0.0625rem;
  left: 0;
  background-image: repeating-linear-gradient(
    to right,
    #fff,
    #fff 0.1875rem,
    #cd131e 0.1875rem,
    #cd131e 0.375rem
  );
}
@media (min-width: 1300px) {
  .case-card__title span::after {
    height: 0.1020625rem;
    bottom: -0.1875rem;
  }
}

.case-card__description {
  margin-top: 0.75rem;
  width: 10.8125rem;
}
@media (min-width: 1300px) {
  .case-card__description {
    margin-top: 0.875rem;
    width: 19.5625rem;
  }
}
.case-card__description p {
  color: #3a300d;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.040625rem;
}
@media (min-width: 1300px) {
  .case-card__description p {
    font-size: 0.884375rem;
    letter-spacing: 0.0441875rem;
  }
}

.case-card__img {
  width: 8.75rem;
  height: 8.75rem;
}
@media (min-width: 1300px) {
  .case-card__img {
    width: 9.52375rem;
    height: 9.52375rem;
  }
}

.case-card__tag-area {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.3125rem;
}
@media (min-width: 1300px) {
  .case-card__tag-area {
    margin-top: -1.0625rem;
    row-gap: 0.375rem;
  }
}

.case-card__tag p {
  display: inline-block;
  border-radius: 0.25rem;
  background: #eee9d5;
  padding-block: 0.3125rem;
  padding-inline: 0.6875rem;
  color: #3a300d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04375rem;
}
@media (min-width: 1300px) {
  .case-card__tag p {
    border-radius: 0.272125rem;
    padding-inline: 0.75rem;
    font-size: 0.952375rem;
    letter-spacing: 0.047625rem;
  }
}

.case__annotation-text {
  margin-top: 0.3125rem;
  width: 20.5rem;
}
@media (min-width: 768px) {
  .case__annotation-text {
    width: auto;
  }
}
.case__annotation-text p {
  color: #3a300d;
  font-size: 0.5625rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.028125rem;
}
@media (min-width: 768px) {
  .case__annotation-text p {
    font-size: 0.853125rem;
    letter-spacing: 0.042625rem;
  }
}

.buy {
  margin-top: -0.125rem;
}

.buy__head-bg {
  overflow: hidden;
}
.buy__head-bg picture,
.buy__head-bg img {
  width: calc(100% + 2px);
  translate: -1px;
}

.buy__wrap {
  position: relative;
  z-index: 10;
  background: #f6f2e2;
  margin-top: -0.125rem;
}

.buy__icon {
  width: 3.25rem;
  height: 3.25rem;
  margin-inline: auto;
  translate: 0 0.3125rem;
}
@media (min-width: 768px) {
  .buy__icon {
    margin-top: -0.875rem;
    width: 3.9375rem;
    height: 3.9375rem;
    translate: 0 0.25rem;
  }
}

.buy__title {
  margin-top: 0.6875rem;
  position: relative;
  text-align: center;
}
.buy__title span {
  position: relative;
  z-index: 1;
  color: #d92732;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 0.54rem;
  translate: 0.25rem;
}
@media (min-width: 768px) {
  .buy__title span {
    font-size: 2.7050625rem;
    letter-spacing: 0.6491875rem;
  }
}
.buy__title picture {
  position: absolute;
  width: 100%;
  height: 5.5625rem;
  top: 4.5rem;
  left: 0;
}
@media (min-width: 768px) {
  .buy__title picture {
    width: 33.4375rem;
    height: 6.6875rem;
    top: 5.4375rem;
    left: 50%;
    translate: -50%;
  }
}

.buy__description {
  margin-top: 1.3125rem;
  width: 22.5625rem;
  margin-inline: auto;
  color: #3a300d;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.07rem;
}
@media (min-width: 768px) {
  .buy__description {
    margin-top: 1.5rem;
    width: 37.5rem;
    font-size: 1.0519375rem;
    letter-spacing: 0.0841875rem;
  }
}

.buy__table {
  position: relative;
  z-index: 30;
  margin-top: 1.6875rem;
  width: 24.75rem;
  height: 34.0625rem;
  margin-inline: auto;
  translate: -0.0625rem;
  padding-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .buy__table {
    margin-top: 1.875rem;
    width: 40.875rem;
    height: 41.3125rem;
    translate: -0.9375rem;
    padding-bottom: 0.75rem;
  }
}

.buy__wrap2 {
  position: relative;
  z-index: 10;
  background: #fff;
  margin-top: -0.125rem;
}
@media (min-width: 768px) {
  .buy__wrap2 {
    margin-top: -1.875rem;
  }
}

.buy__bottom-bg {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.buy__bottom-bg picture,
.buy__bottom-bg img {
  width: calc(100% + 2px);
  translate: -1px;
}

.recommend {
  position: relative;
  z-index: 40;
  margin-top: -0.125rem;
  background: #fff;
  padding-bottom: 0.125rem;
}
@media (min-width: 768px) {
  .recommend {
    padding-bottom: 2.125rem;
  }
}

.recommend__head {
  padding-top: 1.375rem;
}
@media (min-width: 768px) {
  .recommend__head {
    padding-top: 3.4375rem;
  }
}
.recommend__head p {
  color: #d92732;
  text-align: center;
  font-size: 1.37475rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2199375rem;
}
@media (min-width: 768px) {
  .recommend__head p {
    font-size: 1.5488125rem;
    letter-spacing: 0.2478125rem;
  }
}
.recommend__head p span.--type1 {
  position: relative;
  margin-inline: 0.25rem 0.125rem;
  translate: 0 -0.125rem;
}
@media (min-width: 768px) {
  .recommend__head p span.--type1 {
    margin-inline: 0.1875rem 0.25rem;
  }
}
.recommend__head p span.--type1::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 0.151875rem;
  background: #d92732;
  left: 0;
  bottom: -0.125rem;
}
@media (min-width: 768px) {
  .recommend__head p span.--type1::after {
    height: 0.171125rem;
    bottom: -0.1875rem;
  }
}
.recommend__head p span.--type2 {
  margin-top: 0.6875rem;
  translate: 0.125rem;
}
@media (min-width: 768px) {
  .recommend__head p span.--type2 {
    margin-top: 0;
  }
}

.recommend__title {
  width: 20rem;
  margin-inline: auto;
  color: #d92732;
  text-align: center;
  font-size: 2.889375rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 0.34675rem;
  text-indent: 0.375rem;
  margin-top: -0.25rem;
}
@media (min-width: 768px) {
  .recommend__title {
    width: 37.5rem;
    font-size: 3.8005625rem;
    letter-spacing: 0.4560625rem;
    margin-top: 0.0625rem;
    text-indent: 0;
    translate: 0.1875rem;
  }
}
.recommend__title span {
  display: inline-block;
  font-size: 1.37475rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.2199375rem;
  translate: 0 -2.3125rem;
}
@media (min-width: 768px) {
  .recommend__title span {
    font-size: 1.8083125rem;
    letter-spacing: 0.2893125rem;
    translate: 0;
  }
}

.recommend__img-area {
  margin-top: -1.8125rem;
  display: grid;
  grid-template-columns: 11.0625rem 11.0625rem;
  grid-template-rows: 15.0625rem 11.0625rem;
  gap: 0.4375rem 0.6875rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .recommend__img-area {
    margin-top: 1.625rem;
    grid-template-columns: 19.4375rem 19.375rem;
    grid-template-rows: 18.375rem 13.4375rem;
    gap: 0.5rem 1.25rem;
  }
}

.recommend__img.--type1 {
  width: 22.8125rem;
  height: 15.0625rem;
  grid-column: 1/3;
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .recommend__img.--type1 {
    width: 40rem;
    height: 18.375rem;
  }
}
.recommend__img.--type2 {
  width: 11.0625rem;
  height: 11.0625rem;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .recommend__img.--type2 {
    width: 19.4375rem;
    height: 13.4375rem;
  }
}
.recommend__img.--type3 {
  width: 11.0625rem;
  height: 11.0625rem;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .recommend__img.--type3 {
    width: 19.375rem;
    height: 13.4375rem;
  }
}

.recommend__logo {
  margin-top: 1.625rem;
  width: 2.5rem;
  height: 2.9375rem;
  margin-inline: auto;
  translate: -0.3125rem;
}
@media (min-width: 768px) {
  .recommend__logo {
    margin-top: 1.125rem;
    width: 3.125rem;
    height: 3.625rem;
    translate: -0.0625rem;
  }
}

.recommend__bottom-text {
  margin-top: 0.375rem;
  width: 24.6875rem;
  margin-inline: auto;
  text-align: center;
  translate: 0.0625rem;
}
.recommend__bottom-text p {
  color: #3a300d;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.125rem;
}
@media (min-width: 768px) {
  .recommend__bottom-text p {
    font-size: 1.38125rem;
    line-height: 180%;
    letter-spacing: 0.138125rem;
  }
}
.recommend__bottom-text p:nth-of-type(2) {
  margin-top: 0.5625rem;
}
@media (min-width: 768px) {
  .recommend__bottom-text p:nth-of-type(2) {
    margin-top: 0.0625rem;
  }
}

.brand__head-bg {
  margin-top: -0.125rem;
  overflow: hidden;
}
.brand__head-bg picture,
.brand__head-bg img {
  width: calc(100% + 2px);
  translate: -1px;
}

.brand__wrap {
  margin-top: -0.125rem;
  background: #f6f2e2;
  padding-block: 1.75rem 1.625rem;
}
@media (min-width: 768px) {
  .brand__wrap {
    padding-block: 1.8125rem 1.25rem;
  }
}

.brand__title {
  position: relative;
  color: #cd131e;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 0.27rem;
  text-indent: 0.3125rem;
}
@media (min-width: 768px) {
  .brand__title {
    font-size: 2.913rem;
    letter-spacing: 0.3495625rem;
  }
}
.brand__title img {
  position: absolute;
  z-index: 0;
  width: 12.1875rem;
  height: 5.5625rem;
  top: 4.125rem;
  left: 50%;
  translate: -50%;
}
@media (min-width: 768px) {
  .brand__title img {
    width: 15.875rem;
    height: 7.25rem;
    top: 5.375rem;
  }
}

.brand__subtitle {
  margin-top: 0.1875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .brand__subtitle {
    margin-top: 0.125rem;
  }
}
.brand__subtitle span {
  display: inline-block;
  position: relative;
  color: #cd131e;
  font-size: 1.503125rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 0.2104375rem;
  translate: 0.125rem;
}
@media (min-width: 768px) {
  .brand__subtitle span {
    font-size: 1.9460625rem;
    letter-spacing: 0.2724375rem;
  }
}
.brand__subtitle span::before,
.brand__subtitle span::after {
  content: "";
  position: absolute;
  width: 1.75rem;
  height: 0.0625rem;
  background: #cd131e;
  top: calc(50% + 0.1875rem);
  translate: 0 -50%;
}
@media (min-width: 768px) {
  .brand__subtitle span::before,
  .brand__subtitle span::after {
    width: 2.2656875rem;
    height: 0.0809375rem;
    top: calc(50% + 0.25rem);
  }
}
.brand__subtitle span::before {
  right: calc(100% + 0.5625rem);
}
@media (min-width: 768px) {
  .brand__subtitle span::before {
    right: calc(100% + 0.625rem);
  }
}
.brand__subtitle span::after {
  left: calc(100% + 0.3125rem);
}
@media (min-width: 768px) {
  .brand__subtitle span::after {
    left: calc(100% + 0.4375rem);
  }
}

.brand__cards {
  position: relative;
  width: 22.0625rem;
  margin-inline: auto;
  margin-top: 1.6875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem 1.0625rem;
}
@media (min-width: 768px) {
  .brand__cards {
    margin-top: 4.625rem;
    width: 48.4375rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.9375rem 1.625rem;
  }
}
@media (min-width: 1100px) {
  .brand__cards {
    width: 65.125rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.brand-card {
  width: 10.5rem;
  height: 14.25rem;
  border-radius: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0rem 0.875rem 0rem rgba(0, 0, 0, 0.08);
  box-shadow: 0rem 0rem 0.875rem 0rem rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .brand-card {
    width: 15.0625rem;
    height: 18.4375rem;
    border-radius: 0.8076875rem;
    background: #fff;
    -webkit-box-shadow: 0rem 0rem 1.13075rem 0rem rgba(0, 0, 0, 0.08);
    box-shadow: 0rem 0rem 1.13075rem 0rem rgba(0, 0, 0, 0.08);
  }
}

.brand-card__img img {
  width: 100%;
  height: 6.8125rem;
}
@media (min-width: 768px) {
  .brand-card__img img {
    height: 9.75rem;
  }
}
.brand-card__img figcaption {
  padding-block: 0.3125rem;
  padding-inline: 0.75rem 0.6875rem;
}
@media (min-width: 768px) {
  .brand-card__img figcaption {
    padding-block: 0.5625rem 0.5rem;
    padding-inline: 1rem 0.75rem;
  }
}

.brand-card__title {
  color: #cd131e;
  font-size: 1.128125rem;
  font-weight: 700;
  line-height: 160%; /* rm(28.88) */
  letter-spacing: 0.0789375rem;
}
@media (min-width: 768px) {
  .brand-card__title {
    font-size: 1.238rem;
    letter-spacing: 0.0866875rem;
  }
}

.brand-card__description {
  padding-top: 0.25rem;
  padding-left: 0.125rem;
  color: #3a300d;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 142%;
  letter-spacing: 0.055rem;
}
@media (min-width: 768px) {
  .brand-card__description {
    padding-top: 0.3125rem;
    color: #3a300d;
    font-size: 0.8245rem;
    letter-spacing: 0.0659375rem;
  }
}

.brand__bottom-bg {
  margin-top: -0.125rem;
  overflow: hidden;
}
.brand__bottom-bg picture,
.brand__bottom-bg img {
  width: calc(100% + 2px);
  translate: -1px;
}

.faq {
  margin-top: -0.125rem;
  background: #f9f8f4;
}

.faq__title {
  position: relative;
  text-align: center;
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .faq__title {
    padding-top: 2.9375rem;
  }
}
.faq__title span {
  position: relative;
  z-index: 1;
  color: #cd131e;
  font-size: 2.503125rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 0.2503125rem;
  text-indent: 0.125rem;
}
@media (min-width: 768px) {
  .faq__title span {
    font-size: 3.3155625rem;
    letter-spacing: 0.3315625rem;
  }
}
.faq__title img {
  position: absolute;
  top: 3.875rem;
  left: calc(50% - 0.125rem);
  translate: -50%;
  width: 20.5625rem;
  height: 5.5625rem;
}
@media (min-width: 768px) {
  .faq__title img {
    top: 5.5625rem;
    width: 27.25rem;
    height: 7.375rem;
  }
}

.faq__cards {
  position: relative;
  z-index: 20;
  margin-top: 2rem;
  width: 22.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.3125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .faq__cards {
    margin-top: 2.25rem;
    width: 49.125rem;
    row-gap: 1.5625rem;
  }
}

.faq-card {
  position: relative;
  border-radius: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.08);
  box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.08);
  padding-block: 1.5rem 1.125rem;
  padding-left: 2.25rem;
}
@media (min-width: 768px) {
  .faq-card {
    border-radius: 0.81125rem;
    background: #fff;
    -webkit-box-shadow: 0rem 0rem 0.649rem 0rem rgba(0, 0, 0, 0.08);
    box-shadow: 0rem 0rem 0.649rem 0rem rgba(0, 0, 0, 0.08);
    padding-block: 1.9375rem 2.125rem;
    padding-left: 3.625rem;
  }
}
.faq-card::before {
  content: "";
  position: absolute;
  width: 3.625rem;
  height: 3.625rem;
  top: -1.125rem;
  left: -1.1875rem;
  background: url(../../images/strawberry/faq-icon.svg) no-repeat center
    center/contain;
}
@media (min-width: 768px) {
  .faq-card::before {
    width: 4.75rem;
    height: 4.75rem;
    top: -1.25rem;
    left: -1.8125rem;
  }
}

.faq-card__question {
  color: #3a300d;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.58824;
  letter-spacing: 0.085rem;
}
@media (min-width: 768px) {
  .faq-card__question {
    font-size: 1.3790625rem;
    letter-spacing: 0.1103125rem;
  }
}

.faq-card__answer {
  margin-top: 0.5rem;
  width: 18.125rem;
  color: #3a300d;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.07rem;
}
@media (min-width: 768px) {
  .faq-card__answer {
    width: 43rem;
    font-size: 1.0625rem;
    letter-spacing: 0.085rem;
  }
}
.faq-card__answer span {
  font-weight: 700;
  line-height: 170%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.faq-card__answer a {
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.faq__bottom-img {
  position: relative;
  z-index: 10;
  margin-top: -2.5rem;
}
@media (min-width: 768px) {
  .faq__bottom-img {
    margin-top: -1.875rem;
  }
}

.footer {
  background: #cd131e;
  padding-block: 1.25rem 6.6875rem;
  margin-top: -0.125rem;
}
@media (min-width: 768px) {
  .footer {
    padding-block: 2.25rem 1.1875rem;
  }
}
.footer.--type2 {
  padding-block: 1.5rem 0.125rem;
}
@media (min-width: 768px) {
  .footer.--type2 {
    padding-block: 0.875rem 1.1875rem;
  }
}

.footer__items {
  width: 12.6875rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.0625rem;
  -moz-column-gap: 0.0625rem;
  column-gap: 0.0625rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer__items {
    width: 14.375rem;
    -webkit-column-gap: 0.8125rem;
    -moz-column-gap: 0.8125rem;
    column-gap: 0.8125rem;
  }
}

.footer__item a {
  padding-inline: 0.625rem;
  padding-block: 0.25rem 0.125rem;
}
@media (min-width: 768px) {
  .footer__item a {
    padding-block: 0.25rem;
  }
}
.footer__item:nth-of-type(1) a {
  width: 4.625rem;
}
@media (min-width: 768px) {
  .footer__item:nth-of-type(1) a {
    width: 4.9375rem;
  }
}
.footer__item:nth-of-type(2) a {
  width: 8rem;
}
@media (min-width: 768px) {
  .footer__item:nth-of-type(2) a {
    width: 8.625rem;
  }
}
.footer__item:nth-of-type(3) a {
  width: 9.3125rem;
}
@media (min-width: 768px) {
  .footer__item:nth-of-type(3) a {
    width: 10.125rem;
  }
}

.footer__copyright {
  margin-top: 0.75rem;
  width: 9.4375rem;
  height: 1.6875rem;
  margin-inline: auto;
  translate: -0.0625rem;
}
@media (min-width: 768px) {
  .footer__copyright {
    margin-top: 0.5625rem;
    width: 10.4375rem;
  }
}

.contact {
  background: #C93F3D;
  border-radius: 80px 80px;
}

.contact__inner {
  padding-inline: 1.375rem;
  width: 100%;
  padding-block: 2.0625rem 1.375rem;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact__inner {
    width: 900px;
    padding-inline: 2.5rem;
    margin-inline: auto;
    padding-block: 3.3125rem 5.0625rem;
    max-width: 90%;
  }
}

.contact__logo {
  width: 8.5rem;
  height: 2.375rem;
  margin-inline: auto;
  translate: 0.1875rem;
}
@media (min-width: 768px) {
  .contact__logo {
    width: 12.5625rem;
    height: 3.625rem;
    translate: 0;
  }
}

.contact__head-text {
  margin-top: 0.6875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__head-text {
    margin-top: 0.75rem;
  }
}
.contact__head-text:before {
  content: 'JAPAN FRUITS';
  color: #C12F2C;
  font-size: 70px;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, 70%);
  letter-spacing: .1em;
}


.contact__head-text p {
  position: relative;
  display: inline-block;
  color: white;
  font-family: "Noto Sans JP";
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  translate: 0.25rem;
}
@media (min-width: 768px) {
  .contact__head-text p {
    font-size: 1.2848125rem;
    letter-spacing: 0.2569375rem;
    translate: 0.125rem;
  }
}
.contact__head-text p::after {
  content: "";
  position: absolute;
  width: 6.0625rem;
  height: 0.09375rem;
  bottom: -0.8125rem;
  left: calc(50% - 0.4375rem);
  translate: -50%;
  background: white;
}
@media (min-width: 768px) {
  .contact__head-text p::after {
    bottom: -0.875rem;
    left: calc(50% - 0.0625rem);
  }
}

.contact__title {
  margin-top: 2.375rem;
  color: white;
  text-align: center;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.48148;
  letter-spacing: 0.27rem;
  translate: 0.0625rem;
}
@media (min-width: 768px) {
  .contact__title {
    margin-top: 1.9375rem;
    font-size: 2.1680625rem;
    letter-spacing: 0.346875rem;
    translate: 0.1875rem;
  }
}

.contact__form {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.25rem;
  border-radius: 3.625rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0.25rem 1rem 0rem rgba(0, 0, 0, 0.08);
  box-shadow: 0rem 0.25rem 1rem 0rem rgba(0, 0, 0, 0.08);
  padding: 0rem 1.875rem 3.5rem 1.875rem;
}
@media (min-width: 768px) {
  .contact__form {
    margin-top: 2.3125rem;
    padding: 3.375rem 6.25rem 4.125rem 6.1875rem;
    padding-top: 0;
  }
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.3125rem;
}

@media only screen and (min-width: 768px) {
 .contact__row {
  row-gap: 0.5125rem;
}
}


@media (min-width: 768px) {
  .contact__row:nth-of-type(2) {
    margin-top: 0.0625rem;
  }
}
.contact__row:nth-of-type(3) {
  margin-top: 0.125rem;
}
@media (min-width: 768px) {
  .contact__row:nth-of-type(3) {
    margin-top: 0.0625rem;
  }
}
.contact__row:nth-of-type(4) {
  margin-top: 0.3125rem;
}
@media (min-width: 768px) {
  .contact__row:nth-of-type(4) {
    margin-top: 0.375rem;
  }
}
.contact__row:nth-of-type(5) {
  margin-top: 1.0625rem;
}
@media (min-width: 768px) {
  .contact__row:nth-of-type(5) {
    margin-top: 0.375rem;
  }
}
.contact__row:nth-of-type(6) {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .contact__row:nth-of-type(6) {
    margin-top: 0.3125rem;
  }
}
.contact__row:nth-of-type(7) {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .contact__row:nth-of-type(7) {
    margin-top: 0.8rem;
  }
}
.contact__row:nth-of-type(8) {
  margin-top: 0.925rem;
}
@media (min-width: 768px) {
  .contact__row:nth-of-type(8) {
    margin-top: 1.2875rem;
  }
}
.contact__row:nth-of-type(9) {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .contact__row:nth-of-type(9) {
    margin-top: 1.0625rem;
  }
}
.contact__row:nth-of-type(10) {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .contact__row:nth-of-type(10) {
    margin-top: 1.0625rem;
  }
}
.contact__row:nth-of-type(11) {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .contact__row:nth-of-type(11) {
    margin-top: 1.0625rem;
  }
}

.contact__row:nth-of-type(12) {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .contact__row:nth-of-type(12) {
    margin-top: 1.0625rem;
  }
}



.contact__head span {
  position: relative;
  color: #3a300d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.06rem;
}
.contact__head span::after {
  content: "必須";
  position: absolute;
  top: 0.125rem;
  left: calc(100% + 0.3125rem);
  width: 2.375rem;
  height: 1.3125rem;
  border-radius: 0.08625rem;
  background: #c9403d;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.121875rem;
  display: grid;
  place-items: center;
  border-radius: 2px;
}

.contact__data.--type2 {
  margin-top: 0.5rem;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  border: none;
  width: 100%;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06375rem;
  padding: 0.625rem 0.875rem;
  border-radius: 10px;
  background: #F7F7F7;
  height: 51px;
}

@media only screen and (min-width: 768px) {

input[type="text"],
input[type="email"],
input[type="tel"] {
  border: none;
  width: 100%;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06375rem;
  padding: 0.625rem 0.875rem;
  border-radius: 10px;
  background: #F7F7F7;
  height: 73px;
}
}



input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #e1e1e1;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  color: #e1e1e1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  color: #e1e1e1;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder {
  color: #e1e1e1;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
  color: #e1e1e1;
}

select {
  border-radius: 0.25rem;
  border: 0.0625rem solid #c4c4c4;
  background: #fff;
  width: 100%;
  color: #3a300d;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.0525rem;
  padding: 0.875rem 0.8125rem;
  cursor: pointer;
  border: none;
  width: 100%;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06375rem;
  padding: 0.625rem 0.875rem;
  border-radius: 10px;
  background: #F7F7F7;
  height: 51px;
}
@media only screen and (min-width: 768px) {
 select {
   height: initial;
   padding: 1.425rem 0.875rem;
   /* padding: 0; */
 }
}


input[type="checkbox"] {
  width: 0.0625rem;
  height: 0.0625rem;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type="checkbox"]:checked + span::after {
  background: url(../../images/strawberry/contact-check-icon-active.svg)
    no-repeat center center/contain;
}

.contact__data-checkbox label span {
  display: inline-block;
  color: #3a300d;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.0525rem;
  position: relative;
  padding-left: 0.1rem;
}
.contact__mr {
  margin-left: 1.3rem;
}
/* .contact__data-checkbox label span::before {
  content: "";
  position: absolute;
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #e1e1e1;
  background: #f7f7f7;
  left: 0;
  top: 0;
} */
/* .contact__data-checkbox label span::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.1875rem;
  width: 0.75rem;
  height: 0.625rem;
  background: url(../../images/strawberry/contact-check-icon.svg) no-repeat
    center center/contain;
} */
.contact__data-checkbox2 label span::before {
  content: "";
  position: absolute;
  width: 1.1875rem;
  height: 1.1875rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #e1e1e1;
  background: #f7f7f7;
  left: 0;
  top: 0;
}


.contact__data-checkbox2 label span::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.1875rem;
  width: 0.75rem;
  height: 0.625rem;
  background: url(../../images/strawberry/contact-check-icon.svg) no-repeat
    center center/contain;
}
.wpcf7-list-item {
  margin: 0;
}

.wpcf7-checkbox,
.wpcf7-list-item-label {
  cursor: pointer;
}

input[type="checkbox"]:focus-visible + span::before {
  outline: 0.125rem solid #000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact__select-wrap {
  position: relative;
}
.contact__select-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  right: 1.8125rem;
  width: 0.875rem;
  height: 0.4375rem;
  background: url(../../images/strawberry/contact-icon.svg) no-repeat center
    center/contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .contact__select-wrap::before {
    right: 1.7125rem;
    top: 2.1rem;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0rem;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact__submit {
  position: relative;
  margin-top: 0.8125rem;
  text-align: right;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__submit {
    margin-top: 1.25rem;
    text-align: center;
  }
}
.contact__submit input[type="submit"] {
  width: 17.4375rem;
  height: 4.125rem;
  border-radius: 8.125rem;
  border: 0.125rem solid #fff;
  background: #cd131e;
  -webkit-box-shadow: 0rem 0rem 0.875rem 0rem rgba(0, 0, 0, 0.16);
  box-shadow: 0rem 0rem 0.875rem 0rem rgba(0, 0, 0, 0.16);
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.22rem;
  padding: 0;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .contact__submit input[type="submit"] {
    width: 20.4375rem;
    height: 4.6875rem;
    font-size: 1.59675rem;
    letter-spacing: 0.2555rem;
    padding-bottom: 0.375rem;
    padding-left: 0.375rem;
  }
}
.contact__submit::after {
  content: "";
  position: absolute;
  border-bottom: 0.0625rem solid #fff;
  border-right: 0.0625rem solid #fff;
  width: 0.5625rem;
  height: 0.5625rem;
  rotate: -45deg;
  right: 1.625rem;
  top: 2rem;
  translate: 0 -50%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .contact__submit::after {
    top: 2.25rem;
    right: 5.1875rem;
  }
}
@media (any-hover: hover) {
  .contact__submit:hover {
    opacity: 0.7;
  }
}

.wpcf7-spinner {
  position: absolute;
  top: 4.375rem;
  left: 50%;
  translate: -50%;
}
@media (min-width: 768px) {
  .wpcf7-spinner {
    top: 6.25rem;
  }
}

.contact__bottom-bg {
  /* margin-top: -0.125rem; */
  overflow: hidden;
}
.contact__bottom-bg picture,
.contact__bottom-bg img {
  width: calc(100% + 2px);
  translate: -1px;
}

.thanks {
  background: #f9f8f4;
}

.thanks__inner {
  padding-inline: 2.25rem;
  width: 100%;
  padding-block: 2.875rem 2.8125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .thanks__inner {
    width: 44rem;
    padding-inline: 2.5rem;
    margin-inline: auto;
    padding-block: 2.5625rem 3.3125rem;
  }
}

.thanks__logo {
  width: 8.5rem;
  height: 2.375rem;
  margin-inline: auto;
  translate: 0.1875rem;
}
@media (min-width: 768px) {
  .thanks__logo {
    width: 12.5625rem;
    height: 3.625rem;
    translate: 0;
  }
}

.thanks__title {
  white-space: nowrap;
  margin-top: 1.3125rem;
  color: #cd131e;
  text-align: center;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.27rem;
  translate: 0.0625rem;
}
@media (min-width: 768px) {
  .thanks__title {
    margin-top: 1.375rem;
    translate: 0.25rem;
  }
}

.thanks__head-text {
  margin-top: 1.5rem;
  translate: 0.0625rem;
}
@media (min-width: 768px) {
  .thanks__head-text {
    margin-top: 2.4375rem;
  }
}
.thanks__head-text p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.16rem;
}
@media (min-width: 768px) {
  .thanks__head-text p {
    font-size: 1.0625rem;
    letter-spacing: 0.17rem;
  }
}
.thanks__head-text p:nth-of-type(2) {
  margin-top: 1.3125rem;
}
@media (min-width: 768px) {
  .thanks__head-text p:nth-of-type(2) {
    margin-top: 1.375rem;
  }
}

.thanks__bottom-text {
  margin-top: 3.0625rem;
  translate: 0.0625rem;
}
@media (min-width: 768px) {
  .thanks__bottom-text {
    margin-top: 3.25rem;
  }
}
.thanks__bottom-text p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.16rem;
}
@media (min-width: 768px) {
  .thanks__bottom-text p {
    font-size: 1.0625rem;
    letter-spacing: 0.17rem;
  }
}

.thanks__bottom-bg {
  margin-top: -0.125rem;
  overflow: hidden;
}
.thanks__bottom-bg picture,
.thanks__bottom-bg img {
  width: calc(100% + 2px);
  translate: -1px;
}




.contact__form-bn {
    transform: translateY(-6%);
    width: 90%;
    margin-inline: auto;
    margin-bottom: -20px;
}
.contact__form-bn  img {}
.contact__form-line {
    background-color: #F5F5F5;
    padding: 15px 18px;
    border-radius: 10px;
    width: 105%;
    margin-left: -2.5%;
    margin-bottom: 13px;
}
.contact__form-line-txt {
    color: #020202;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    letter-spacing: 2.88px;
    margin-bottom: 10px;
}
.contact__form-line a {
    width: 110%;
    margin-left: -5%;
}
.contact__form-line a img {display: block;margin: auto;}

.contact__form-title {
  color: #020202;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 2.88px;
  margin-bottom: 7px;
}

.contact__note {
  font-size: 12px;
  line-height: 1.5;
}
.contact__data-checkbox-doui {
  display: flex;
  align-items: flex-start;
}
.contact__data-checkbox-doui > span {
  margin-right: 10px;
}

.contact__data-checkbox-doui p {
    flex: 1;
    min-width: 0;
}
.contact__data-checkbox-doui a {
    text-decoration: underline;
}


.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.9em;
    font-weight: normal;
    display: block;
    margin-top: .5rem;
}


@media only screen and (min-width: 768px) {
 .contact__form-bn {
    transform: translateY(-1%);
    margin-bottom: 0;
}
.contact__form-bn  img {}
.contact__form-line {
    width: 100%;
    margin: 0;
}
.contact__form-line-txt {}
.contact__form-line a {}
.contact__form-line a img {
    max-width: 360px;
}

.contact__form-title {}

.contact__note {}
.contact__data-checkbox-doui {}
.contact__data-checkbox-doui > span {
    margin-right: 0;
    text-align: center;
}

.contact__data-checkbox-doui p {}
.contact__data-checkbox-doui a {}


.wpcf7-not-valid-tip {}

}


@media screen and (max-width: 767.98px) {
 .pc {
   display:none;
 }
}
@media only screen and (min-width: 768px) {
 .sp {
   display:none;
 }
}