@charset "UTF-8";
/* ↓RESET */
body,
html {
  font-weight: 500;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  position: 4relative;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (min-width: 834px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
@media (max-width: 833px) {
  a:active {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
a:after,
a:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure {
  margin: 0;
}

@media (min-width: 834px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 833px) {
  .container {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.4rem;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Noto Sans Japanese, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media (max-width: 833px) {
  body {
    font-size: 0.75rem;
    line-height: 2;
  }
}
h1 {
  font-size: 36px;
  line-height: 1.3;
}

h2 {
  font-size: 3.6rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

@media screen and (max-width: 833px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

dd, dl, dt, ol, ul {
  padding: 0;
  margin: 0;
}

li, ol {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* ↑RESET */
/* UTILITY */
img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.u-fw-b {
  font-weight: 700;
}

.u-fc-gray {
  color: #646364;
}

.u-fc-pink {
  color: #ee587f;
}

.u-ls-0 {
  letter-spacing: 0;
}

.u-font-maru {
  font-family: "Kosugi Maru", sans-serif;
}

@media screen and (max-width: 767px) {
  .u-sp-fs-14 {
    font-size: 14px;
  }
  .u-sp-fs-18 {
    font-size: 18px;
  }
  .u-sp-mgb-10 {
    margin-bottom: 10px;
  }
  .u-sp-mgb-20 {
    margin-bottom: 20px;
  }
  .u-sp-mgb-30 {
    margin-bottom: 30px;
  }
  .u-sp-mgb-40 {
    margin-bottom: 40px;
  }
  .u-sp-mgb-50 {
    margin-bottom: 50px;
  }
  .u-sp-mgb-100 {
    margin-bottom: 100px;
  }
  .u-sp-pdb-10 {
    padding-bottom: 10px;
  }
  .u-sp-pdb-20 {
    padding-bottom: 20px;
  }
  .u-sp-pdb-30 {
    padding-bottom: 30px;
  }
  .u-sp-pdb-40 {
    padding-bottom: 40px;
  }
  .u-sp-pdb-50 {
    padding-bottom: 50px;
  }
  .u-sp-pdb-60 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .u-pc-ta-c {
    text-align: center;
  }
  .u-pc-fs-14 {
    font-size: 14px;
  }
  .u-pc-fs-18 {
    font-size: 18px;
  }
  .u-pc-mgb-10 {
    margin-bottom: 10px;
  }
  .u-pc-mgb-20 {
    margin-bottom: 20px;
  }
  .u-pc-mgb-30 {
    margin-bottom: 30px;
  }
  .u-pc-mgb-40 {
    margin-bottom: 40px;
  }
  .u-pc-mgb-50 {
    margin-bottom: 50px;
  }
  .u-pc-mgb-100 {
    margin-bottom: 100px;
  }
  .u-pc-pdb-10 {
    padding-bottom: 10px;
  }
  .u-pc-pdb-20 {
    padding-bottom: 20px;
  }
  .u-pc-pdb-30 {
    padding-bottom: 30px;
  }
  .u-pc-pdb-40 {
    padding-bottom: 40px;
  }
  .u-pc-pdb-50 {
    padding-bottom: 50px;
  }
  .u-pc-pdb-60 {
    padding-bottom: 60px;
  }
}
/* コンテンツ */
.lp-content {
  color: #595757;
  padding-top: 4em;
  font-size: 2.4154589372vw;
}
@media screen and (min-width: 828px) {
  .lp-content {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .lp-content {
    font-size: 10px;
  }
}

.f-min {
  font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, Noto Serif JP, ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, ＭＳ Ｐ明朝, MS PMincho, serif;
}

.sec-1 {
  position: relative;
  padding: 0 1.5em 23em;
}
@media screen and (min-width: 828px) {
  .sec-1 {
    padding: 4em 0 23em;
  }
}

.sec-1__bg {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec-1__bg img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 828px) {
  .sec-1__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}

.sec-1__title {
  margin: 0 auto 5em;
  max-width: 95em;
}

@media screen and (min-width: 828px) {
  .kodawari-list > li {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100em;
  }
}
@media screen and (min-width: 828px) {
  .kodawari-list > li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .kodawari-list > li:nth-child(even) .kodawari-list__inr {
    transform: translate(2em, 0);
  }
  .kodawari-list > li:nth-child(even) .kodawari-list__title {
    padding-left: 0;
    padding-right: 0.8em;
  }
  .kodawari-list > li:nth-child(even) .kodawari-list__text {
    padding-left: 0;
    padding-right: 1.5em;
  }
}
.kodawari-list > li:nth-child(n+2) {
  margin-top: 3em;
}
@media screen and (min-width: 828px) {
  .kodawari-list > li:nth-child(n+2) {
    margin-top: 0;
  }
}
.kodawari-list .kodawari-list__thum {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 828px) {
  .kodawari-list .kodawari-list__thum {
    width: 38em;
    margin-bottom: 0;
  }
}
.kodawari-list .kodawari-list__inr {
  max-width: 70.4em;
}
.kodawari-list .kodawari-list__title {
  color: #a18b2e;
  border-bottom: 1px solid #fcfdfd;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 2.6em;
  text-align: center;
}
@media screen and (min-width: 828px) {
  .kodawari-list .kodawari-list__title {
    text-align: left;
    font-size: 5em;
    padding-left: 0.8em;
  }
}
.kodawari-list .kodawari-list__text {
  line-height: 1.5;
  font-size: 1.3em;
  text-align: center;
}
@media screen and (min-width: 828px) {
  .kodawari-list .kodawari-list__text {
    padding-left: 1.5em;
    text-align: left;
    font-size: 2.6em;
  }
}

.fukidashi-title {
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 3em;
}
@media screen and (min-width: 828px) {
  .fukidashi-title {
    margin-bottom: 6em;
  }
}
.fukidashi-title span {
  color: #224296;
  font-size: 2em;
}
@media screen and (min-width: 828px) {
  .fukidashi-title span {
    font-size: 3.8em;
  }
}
.fukidashi-title::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20653%2095.91%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23224296%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22313.05%2069.5%20.5%2069.5%20.5%20.5%20652.5%20.5%20652.5%2069.5%20339.19%2069.5%20326.96%2095.7%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  margin-top: 0.5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 5.5em;
  width: 100%;
}
@media screen and (min-width: 828px) {
  .fukidashi-title::after {
    margin-top: 1em;
    height: 9.5em;
    width: 65.2em;
  }
}

.topic {
  position: relative;
  padding-bottom: 10em;
  margin-top: -20em;
  z-index: 2;
}
@media screen and (min-width: 828px) {
  .topic {
    margin-top: -23em;
  }
}

.topic__bg {
  position: absolute;
  left: 0;
  top: 11em;
  width: 100%;
  height: calc(100% - 11em);
  z-index: -1;
}
@media screen and (min-width: 828px) {
  .topic__bg {
    top: 30em;
    height: calc(100% - 30em);
  }
}
.topic__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topic__inr {
  background-color: rgba(255, 255, 255, 0.5);
  margin: -8em auto 0;
  position: relative;
  padding: 5em 2.5em 2.5em;
  z-index: 3;
  width: calc(100% - 5em);
}
@media screen and (min-width: 828px) {
  .topic__inr {
    margin: -15em auto 0;
    width: 105em;
    padding: 10em 5em 5em;
  }
}

.topic__sec + .topic__sec {
  position: relative;
}
.topic__sec + .topic__sec::before {
  background-color: #224296;
  content: "";
  display: block;
  margin: 2em auto;
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 828px) {
  .topic__sec + .topic__sec::before {
    margin: 5em auto;
    width: 65em;
  }
}
.topic__sec .topic__sec__title {
  color: #224296;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.4em;
  font-size: 1.8em;
}
@media screen and (min-width: 828px) {
  .topic__sec .topic__sec__title {
    margin-bottom: 0.25em;
    font-size: 3.2em;
  }
}
.topic__sec .topic__sec__text {
  font-size: 1.5em;
}
@media screen and (min-width: 828px) {
  .topic__sec .topic__sec__text {
    font-size: 2.4em;
    text-align: center;
  }
}

.topic__sec__image {
  margin-top: 3em;
}
@media screen and (min-width: 828px) {
  .topic__sec__image {
    margin: 3em auto 0;
    width: 65em;
  }
}
.topic__sec__image img {
  width: 100%;
}

.topic-main {
  padding-top: 7em;
}

.topic-main__inr {
  border-bottom: 1px solid #b5a45b;
  border-left: 1px solid #b5a45b;
  border-right: 1px solid #b5a45b;
  padding: 4em 3em 4em;
}
@media screen and (min-width: 828px) {
  .topic-main__inr {
    padding: 8em 8em 4em;
  }
}

.topic-main__title {
  align-items: center;
  display: flex;
  height: 4.4em;
  margin-bottom: -2.2em;
}
@media screen and (min-width: 828px) {
  .topic-main__title {
    height: 4.8em;
    margin-bottom: -2.4em;
  }
}
.topic-main__title::before, .topic-main__title::after {
  background-color: #b5a45b;
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  width: 100%;
}
.topic-main__title span {
  color: #a18b2e;
  font-weight: 600;
  text-align: center;
  padding: 0 0.5em;
  font-size: 2.2em;
}
@media screen and (min-width: 828px) {
  .topic-main__title span {
    font-size: 4.4em;
  }
}

.topic-main__list > li + li {
  margin-top: 1.5em;
}
@media screen and (min-width: 828px) {
  .topic-main__list > li + li {
    margin-top: 3em;
  }
}
@media screen and (max-width: 827px) {
  .topic-main__list > li + li::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20499.56%2016.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23a18b2e%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2.85px%3B%7D.cls-2%7Bfill%3A%23a18b2e%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M36.98%2C3.58c-2.44%2C0-4.43%2C1.98-4.43%2C4.43s1.99%2C4.42%2C4.43%2C4.42%2C4.42-1.98%2C4.42-4.42-1.99-4.43-4.42-4.43Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M49.98%2C3.58c-2.44%2C0-4.41%2C1.98-4.41%2C4.43s1.98%2C4.42%2C4.41%2C4.42%2C4.43-1.98%2C4.43-4.42-1.98-4.43-4.43-4.43Z%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2218.72%200%207.36%200%20.13%207.79%200%208.01%20.13%208.21%207.36%2016.02%2018.72%2016.02%2028.92%208.21%2029.38%208.01%2028.92%207.79%2018.72%200%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2272.82%202.48%2064.98%202.48%2057.94%207.86%2057.63%208.01%2057.94%208.15%2064.98%2013.53%2072.82%2013.53%2077.8%208.15%2077.9%208.01%2077.8%207.86%2072.82%202.48%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M462.59%2C3.58c2.44%2C0%2C4.43%2C1.98%2C4.43%2C4.43s-1.99%2C4.42-4.43%2C4.42-4.42-1.98-4.42-4.42c0-2.44%2C1.99-4.43%2C4.42-4.43Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M449.59%2C3.58c2.44%2C0%2C4.41%2C1.98%2C4.41%2C4.43s-1.98%2C4.42-4.41%2C4.42-4.43-1.98-4.43-4.42c0-2.44%2C1.98-4.43%2C4.43-4.43Z%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%22480.85%200%20492.2%200%20499.43%207.79%20499.56%208.01%20499.43%208.21%20492.2%2016.02%20480.85%2016.02%20470.64%208.21%20470.18%208.01%20470.64%207.79%20480.85%200%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%22426.74%202.48%20434.58%202.48%20441.62%207.86%20441.93%208.01%20441.62%208.15%20434.58%2013.53%20426.74%2013.53%20421.76%208.15%20421.66%208.01%20421.76%207.86%20426.74%202.48%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2281.99%22%20y1%3D%228.01%22%20x2%3D%22415.28%22%20y2%3D%228.01%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% auto;
    content: "";
    display: block;
    margin-bottom: 1.5em;
    height: 0.8em;
    width: 100%;
  }
}

.topic-main__list__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 828px) {
  .topic-main__list__title {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 828px) {
  .topic-main__list__title::before, .topic-main__list__title::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20770.78%207.9%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23a18b2e%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.41px%3B%7D.cls-2%7Bfill%3A%23a18b2e%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M18.24%2C1.77c-1.2%2C0-2.19.98-2.19%2C2.18s.98%2C2.18%2C2.19%2C2.18%2C2.18-.98%2C2.18-2.18-.98-2.18-2.18-2.18Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M24.66%2C1.77c-1.2%2C0-2.18.98-2.18%2C2.18s.98%2C2.18%2C2.18%2C2.18%2C2.18-.98%2C2.18-2.18-.97-2.18-2.18-2.18Z%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%229.23%200%203.63%200%20.07%203.84%200%203.95%20.07%204.05%203.63%207.9%209.23%207.9%2014.27%204.05%2014.5%203.95%2014.27%203.84%209.23%200%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2235.93%201.22%2032.06%201.22%2028.59%203.88%2028.44%203.95%2028.59%204.02%2032.06%206.68%2035.93%206.68%2038.39%204.02%2038.44%203.95%2038.39%203.88%2035.93%201.22%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2240.46%22%20y1%3D%223.95%22%20x2%3D%22197.78%22%20y2%3D%223.95%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M752.54%2C1.77c-1.21%2C0-2.19.98-2.19%2C2.18s.98%2C2.18%2C2.19%2C2.18%2C2.19-.98%2C2.19-2.18-.98-2.18-2.19-2.18Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M746.12%2C1.77c-1.21%2C0-2.19.98-2.19%2C2.18s.98%2C2.18%2C2.19%2C2.18%2C2.18-.98%2C2.18-2.18-.98-2.18-2.18-2.18Z%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%22767.15%200%20761.55%200%20756.51%203.84%20756.28%203.95%20756.51%204.05%20761.55%207.9%20767.15%207.9%20770.71%204.05%20770.78%203.95%20770.71%203.84%20767.15%200%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%22738.71%201.22%20734.85%201.22%20732.39%203.88%20732.34%203.95%20732.39%204.02%20734.85%206.68%20738.71%206.68%20742.19%204.02%20742.34%203.95%20742.19%203.88%20738.71%201.22%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22730.32%22%20y1%3D%223.95%22%20x2%3D%22565.78%22%20y2%3D%223.95%22%2F%3E%3C%2Fsvg%3E");
    content: "";
    display: block;
    flex: 1;
    height: 0.7em;
    width: 100%;
    background-size: auto 100%;
  }
  .topic-main__list__title::after {
    background-position: right center;
  }
}
.topic-main__list__title span {
  font-size: 2em;
  font-weight: 600;
  color: #a18b2e;
}
@media screen and (min-width: 828px) {
  .topic-main__list__title span {
    font-size: 3.4em;
    padding: 0 0.5em;
  }
}

@media screen and (min-width: 828px) {
  .topic-main__list__inr {
    display: flex;
    flex-direction: row-reverse;
    gap: 2em;
  }
}
.topic-main__list__inr p {
  flex: 1;
  line-height: 1.5;
  width: 100%;
  font-size: 1.5em;
}
@media screen and (min-width: 828px) {
  .topic-main__list__inr p {
    font-size: 2.4em;
  }
}

.topic-main__list__thum {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 828px) {
  .topic-main__list__thum {
    margin-bottom: 0;
    width: 23em;
  }
}

.topic__bottom {
  position: absolute;
  bottom: -7em;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 828px) {
  .topic__bottom {
    bottom: -20em;
  }
}

.voice {
  position: relative;
  padding: 12em 0 10em;
}
@media screen and (min-width: 828px) {
  .voice {
    padding: 17em 0 10em;
  }
}

.voice__inr {
  margin: 0 auto;
  padding: 0 2em;
}
@media screen and (min-width: 828px) {
  .voice__inr {
    width: 105em;
  }
}

.voice__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 828px) {
  .voice__bg {
    height: 100%;
  }
}
.voice__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice__title {
  align-items: center;
  display: flex;
  margin-bottom: 2em;
}
@media screen and (min-width: 828px) {
  .voice__title {
    margin-bottom: 4em;
  }
}
.voice__title span {
  color: #224296;
  font-weight: 600;
  padding: 0 0.5em;
  font-size: 3em;
}
.voice__title::before, .voice__title::after {
  background-color: #224296;
  content: "";
  display: block;
  height: 1px;
  flex: 1;
  width: 100%;
}

.voice-2 {
  padding-top: 5em;
}
@media screen and (min-width: 828px) {
  .voice-2 {
    padding-top: 2em;
  }
}

.voice-3 {
  padding-top: 4em;
}
@media screen and (min-width: 828px) {
  .voice-3 {
    padding-top: 5em;
  }
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
  padding: 0 2.5em;
}
@media screen and (min-width: 828px) {
  .product-list {
    padding: 0;
  }
}

.product-list__item {
  border: 0.2em solid #8ec8ec;
  border-radius: 1.3em;
  padding: 0em 3em 3em;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 828px) {
  .product-list__item {
    border-radius: 5em;
    padding: 2em 3em 5em;
    width: calc(50% - 1.5em);
  }
}
.product-list__item.m-has-balloon {
  margin-top: 23em;
}
@media screen and (min-width: 828px) {
  .product-list__item.m-has-balloon {
    margin-top: 40em;
  }
}
.product-list__item .data {
  position: relative;
  z-index: 2;
}

.product-list__item__balloon {
  position: absolute;
  top: -24em;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 828px) {
  .product-list__item__balloon {
    top: -40em;
  }
}

.product-list__item__balloon__serif {
  color: #60b1e5;
  text-align: center;
  margin-bottom: 1em;
}
.product-list__item__balloon__serif span {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  font-size: 2.2em;
  gap: 0.5em;
}
@media screen and (min-width: 828px) {
  .product-list__item__balloon__serif span {
    font-size: 2.8em;
  }
}
.product-list__item__balloon__serif span::before, .product-list__item__balloon__serif span::after {
  content: "";
  background-color: #60b1e5;
  display: block;
  width: 2px;
  height: 1em;
}
.product-list__item__balloon__serif span::before {
  transform: rotate(-20deg);
}
.product-list__item__balloon__serif span::after {
  transform: rotate(20deg);
}

.product-list__item__balloon__text {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_6%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20435.15%20413.93%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%238ec8ec%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M217.57%2C0C97.41%2C0%2C0%2C86.72%2C0%2C193.69c0%2C86.21%2C63.28%2C159.26%2C150.75%2C184.36l24.41%2C35.88-2.29-30.65c14.43%2C2.68%2C29.38%2C4.1%2C44.7%2C4.1%2C120.16%2C0%2C217.57-86.72%2C217.57-193.69S337.74%2C0%2C217.57%2C0Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  height: 25.8em;
  width: 28.9em;
}
@media screen and (min-width: 828px) {
  .product-list__item__balloon__text {
    line-height: 1.5;
    height: 41em;
    width: 43em;
  }
}
.product-list__item__balloon__text span {
  letter-spacing: 0;
  font-feature-settings: "palt";
  text-align: center;
  font-weight: bold;
  margin-top: -1em;
  font-size: 1.7em;
}
@media screen and (min-width: 828px) {
  .product-list__item__balloon__text span {
    font-size: 2.6em;
  }
}

.product-list__item__img {
  margin: 0 auto -2em;
}
@media screen and (min-width: 828px) {
  .product-list__item__img {
    margin: 0 auto;
    width: 30em;
  }
}

.product-list__item__name {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #60b1e5;
  line-height: 1.2;
  font-weight: 800;
  font-feature-settings: "palt";
  font-size: 2em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 828px) {
  .product-list__item__name {
    font-size: 3.6em;
  }
}

.product-list__item__info dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.product-list__item__info .product-code {
  font-size: 1.4em;
}
@media screen and (min-width: 828px) {
  .product-list__item__info .product-code {
    font-size: 1.8em;
  }
}
.product-list__item__info .selling-price {
  font-weight: bold;
  font-size: 1.4em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 828px) {
  .product-list__item__info .selling-price {
    font-size: 2.2em;
  }
}
.product-list__item__info .selling-price small {
  font-size: 0.8em;
}
.product-list__item__info .cta-member-price-inc {
  font-size: 1.8em;
}
@media screen and (min-width: 828px) {
  .product-list__item__info .cta-member-price-inc {
    font-size: 2.4em;
  }
}
.product-list__item__info .empha-pink {
  color: #da71a9;
}
.product-list__item__info .en {
  font-size: 1.5em;
}

.product-list__item__quantity {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
@media screen and (min-width: 828px) {
  .product-list__item__quantity {
    margin-top: 0.5em;
  }
}
.product-list__item__quantity .label {
  font-size: 1.8em;
}
.product-list__item__quantity .select {
  font-size: 1.8em;
}
.product-list__item__quantity .select select {
  padding: 0.25em 0.5em;
}
@media screen and (min-width: 828px) {
  .product-list__item__quantity .select select {
    padding: 0.5em 1em;
  }
}

.cart-in-btn {
  background: #e7738e;
  border-radius: 3vw;
  color: #fff;
  display: block;
  margin: 1.5em auto 0;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 828px) {
  .cart-in-btn {
    border-radius: 10vw;
    margin: 2em auto 0;
    padding: 1.5em 0;
  }
}
.cart-in-btn span {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  font-size: 1.5em;
}
@media screen and (min-width: 828px) {
  .cart-in-btn span {
    font-size: 2em;
  }
}
.cart-in-btn span::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_6%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.85%2025.48%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22.17%2C19.16c-.07-.22-.26-.38-.5-.38H7.24l-2.16-12.7h18.56l-2%2C8.95h-12.36c-.29%2C0-.53.24-.53.53s.24.53.53.53h12.78c.25%2C0%2C.47-.17.52-.42l2.24-10.02c.04-.16%2C0-.32-.1-.45-.1-.13-.25-.2-.42-.2H4.72L.95.2C.77-.03.44-.07.2.11-.03.3-.07.63.11.86l3.84%2C4.9%2C2.29%2C13.51c-.97.59-1.63%2C1.64-1.63%2C2.86%2C0%2C1.85%2C1.5%2C3.35%2C3.35%2C3.35s3.35-1.5%2C3.35-3.35c0-.88-.35-1.68-.91-2.28h7.8c-.56.6-.91%2C1.4-.91%2C2.28%2C0%2C1.85%2C1.5%2C3.35%2C3.35%2C3.35s3.35-1.5%2C3.35-3.35c0-1.3-.75-2.41-1.82-2.97ZM10.25%2C22.13c0%2C1.26-1.02%2C2.28-2.28%2C2.28s-2.28-1.02-2.28-2.28%2C1.02-2.28%2C2.28-2.28%2C2.28%2C1.02%2C2.28%2C2.28ZM20.64%2C24.41c-1.26%2C0-2.28-1.02-2.28-2.28s1.02-2.28%2C2.28-2.28%2C2.28%2C1.02%2C2.28%2C2.28-1.02%2C2.28-2.28%2C2.28Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  height: 1.2em;
  width: 1.2em;
}

.kokei-sekken {
  margin-top: 4em;
  padding: 0 2.5em;
}
@media screen and (min-width: 828px) {
  .kokei-sekken {
    margin-top: 10em;
  }
}

.kokei-sekken__title {
  margin-bottom: 3em;
  text-align: center;
}
@media screen and (min-width: 828px) {
  .kokei-sekken__title {
    margin-bottom: 8em;
  }
}
.kokei-sekken__title span {
  border-radius: 1.5em;
  background-color: #e7b8cf;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding: 0.4em 1em;
  font-size: 1.9em;
  text-align: left;
}
@media screen and (max-width: 827px) {
  .kokei-sekken__title span {
    min-width: 15em;
    line-height: 1.4;
  }
}
@media screen and (min-width: 828px) {
  .kokei-sekken__title span {
    border-radius: 10vw;
    font-size: 3em;
    text-align: center;
    padding: 0.4em 2em;
  }
}
.kokei-sekken__title span::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_6%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.78%2036%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e7b8cf%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2210.39%2036%2020.78%200%200%200%2010.39%2036%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0.7em;
  width: 0.4em;
}
@media screen and (min-width: 828px) {
  .kokei-sekken__title span::after {
    height: 1.2em;
    width: 0.7em;
  }
}
.kokei-sekken__title img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: calc(100% - 5em);
  width: 6.7em;
}
@media screen and (min-width: 828px) {
  .kokei-sekken__title img {
    left: calc(100% + 0.8em);
    width: 5em;
  }
}

.kokei-sekken__list {
  margin: 0 auto;
  max-width: 91.5em;
}
.kokei-sekken__list > li {
  position: relative;
}
.kokei-sekken__list > li + li {
  margin-top: 2em;
}
@media screen and (min-width: 828px) {
  .kokei-sekken__list > li + li {
    margin-top: 10em;
  }
}

.kokei-sekken__list__head {
  position: absolute;
  z-index: 2;
  left: -4em;
  top: -5em;
  width: 140px;
}
@media screen and (min-width: 828px) {
  .kokei-sekken__list__head {
    top: -9em;
    left: -6em;
    width: 248px;
  }
}

.kokei-sekken__list__title {
  color: #da71a9;
  font-weight: bold;
  position: relative;
  padding-left: 90px;
  padding-bottom: 5px;
  margin-bottom: 0.5em;
  font-size: 2em;
  letter-spacing: 0;
}
@media screen and (min-width: 828px) {
  .kokei-sekken__list__title {
    font-size: 3.8em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 178px;
  }
}
.kokei-sekken__list__title::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_6%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20913.1%204%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23da71a9%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M911.1%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM901%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM890.9%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM880.8%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM870.7%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM860.6%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM850.5%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM840.4%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM830.3%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM820.2%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM810.1%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM800%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM789.9%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM779.8%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM769.7%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM759.6%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM749.5%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM739.4%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM729.3%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM719.2%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM709.1%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM699%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM688.9%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM678.8%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM668.7%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM658.6%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM648.5%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM638.4%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM628.3%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM618.2%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM608.1%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM598%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM587.9%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM577.8%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM567.7%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM557.6%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM547.5%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM537.4%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM527.3%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM517.2%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM507.1%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM497%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM486.9%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM476.8%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM466.7%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM456.6%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM446.5%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM436.4%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM426.3%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM416.2%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM406.1%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM396%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM385.9%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM375.8%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM365.7%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM355.6%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM345.5%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM335.4%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM325.3%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM315.2%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM305.1%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM295%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM284.9%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM274.8%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM264.7%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM254.6%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM244.5%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM234.4%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM224.3%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM214.2%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM204.1%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM194%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM183.9%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM173.8%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM163.7%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM153.6%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM143.5%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM133.4%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM123.3%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM113.2%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM103.1%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM93%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM82.9%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM72.8%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM62.7%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM52.6%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM42.5%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM32.4%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM22.3%2C4c-1.1%2C0-2.05-.9-2.05-2s.85-2%2C1.95-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM12.2%2C4h-.1c-1.1%2C0-2-.9-2-2s.9-2%2C2-2h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2ZM2.1%2C4h-.1c-1.1%2C0-2-.9-2-2S.9%2C0%2C2%2C0h.1c1.1%2C0%2C2%2C.9%2C2%2C2s-.9%2C2-2%2C2Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
}

.kokei-sekken__list__text {
  font-feature-settings: "palt";
  padding-left: 90px;
  letter-spacing: 0;
  font-size: 1.4em;
}
@media screen and (min-width: 828px) {
  .kokei-sekken__list__text {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 828px) {
  .kokei-sekken__list__text.m-has-image {
    display: flex;
    gap: 2em;
  }
}
.kokei-sekken__list__text.m-has-image img {
  display: block;
  margin-top: 1em;
  width: 15em;
}
@media screen and (min-width: 828px) {
  .kokei-sekken__list__text.m-has-image img {
    margin-top: 0;
    width: 10em;
  }
}

.special-care-brand {
  position: relative;
}

.special-care-brand__inr {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 7em;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 828px) {
  .special-care-brand__inr {
    top: 28em;
    width: 98.8em;
  }
}

.special-care-brand__box {
  position: relative;
  z-index: 2;
  margin-top: -14em;
}
@media screen and (min-width: 828px) {
  .special-care-brand__box {
    margin: -22em auto 0;
    width: 82.8em;
  }
}

.special-care-brand__box__title {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 0 2em;
}
@media screen and (min-width: 828px) {
  .special-care-brand__box__title {
    gap: 3em;
    padding: 0;
  }
}
.special-care-brand__box__title img {
  width: 26.8em;
}
@media screen and (min-width: 828px) {
  .special-care-brand__box__title img {
    width: 53.7em;
  }
}
.special-care-brand__box__title::before, .special-care-brand__box__title::after {
  background-color: #8ec8ec;
  border-radius: 1em;
  content: "";
  display: block;
  width: 100%;
  height: 0.6em;
}
@media screen and (min-width: 828px) {
  .special-care-brand__box__title::before, .special-care-brand__box__title::after {
    height: 1.2em;
  }
}

.special-care-brand__box__inr {
  border-radius: 0.5em;
  border-left: 0.6em solid #8ec8ec;
  border-right: 0.6em solid #8ec8ec;
  border-bottom: 0.6em solid #8ec8ec;
  padding: 4em 1em 3em;
  margin: -1.9em auto 0;
  width: calc(100% - 4em);
}
@media screen and (min-width: 828px) {
  .special-care-brand__box__inr {
    border-radius: 1em;
    margin-top: -3.7em;
    border-width: 1.2em;
    padding: 7em 3em 6em;
    width: 100%;
  }
}
.special-care-brand__box__inr span {
  text-align: center;
  display: block;
  font-size: 1.4em;
}
@media screen and (min-width: 828px) {
  .special-care-brand__box__inr span {
    font-size: 2.2em;
  }
}

.bottom-products {
  position: relative;
  padding-bottom: 10em;
}
@media screen and (min-width: 828px) {
  .bottom-products {
    padding-bottom: 20em;
  }
}
@media screen and (min-width: 828px) {
  .bottom-products .product-list {
    margin: 0 auto;
    width: 105em;
  }
}

.bottom-products__inr {
  padding-top: 12em;
}

.bottom-products__head {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}

.bottom-products__title {
  margin: 0 auto 2em;
  width: 26.1em;
}
@media screen and (min-width: 828px) {
  .bottom-products__title {
    margin: 0 auto 6em;
    width: 80em;
  }
}