@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* ***************************
 Reset Extenstion
*************************** */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  display: block;
}

template,
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

html {
  font-size: 15px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
    line-height: 26px;
  }
}
body {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow-x: hidden;
  font: inherit;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #541515;
  -webkit-box-shadow: 0px 0px 10px rgba(84, 21, 21, 0.25);
  box-shadow: 0px 0px 10px rgba(84, 21, 21, 0.25);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  font: inherit;
}

.p-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3333333333rem;
  line-height: 1.25;
}

.l-main {
  height: 700px;
}

.c-heading {
  position: relative;
  display: block;
  padding-bottom: 23px;
  color: #ed4779;
  text-align: center;
}

.c-heading__text {
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-size: 4.2666666667rem;
  line-height: 1.140625;
}
@media screen and (max-width: 500px) {
  .c-heading__text {
    font-size: 12.8vw;
    line-height: 14.65vw;
  }
}

.c-heading:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 236px;
  height: 14.945px;
  content: "";
  background-image: url(../images/heading-icon-primary.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .c-heading:after {
    width: 47.2vw;
    height: 2.99vw;
  }
}

.p-cta {
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-cta__inner {
  padding-top: 26px;
}
.p-cta__main {
  width: 480px;
  padding: 25px 8px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 44px;
}
@media screen and (max-width: 500px) {
  .p-cta__main {
    width: 96vw;
    padding: 5.06vw 1.6vw;
  }
}

.p-cta__heading {
  position: relative;
  width: 79%;
  margin: 0 auto;
  text-align: center;
}

.p-cta__heading__text {
  font-size: 1.7766666667rem;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .p-cta__heading__text {
    font-size: 5.33vw;
    line-height: 8vw;
  }
}

.p-cta__heading:before,
.p-cta__heading:after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #541515;
}

.p-cta__heading:before {
  left: 0;
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

.p-cta__heading:after {
  right: 0;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
}

.p-cta__btn {
  margin-top: 14.65px;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
@media screen and (max-width: 500px) {
  .p-cta__btn {
    margin-top: 2.93vw;
  }
}

.p-cta__btn:hover {
  opacity: 0.7;
}

.p-cta__foot {
  margin-top: -70px;
}
@media screen and (max-width: 500px) {
  .p-cta__foot {
    margin-top: -14vw;
  }
}

.p-reason {
  position: relative;
  background-image: url(../images/reason-bg.png);
  background-repeat: repeat-y;
}

.p-reason:before,
.p-reason:after {
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 375/225;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}

.p-reason:before {
  top: 0;
  background-image: url(../images/reason-head-bg.png);
}

.p-reason:after {
  bottom: 0;
  background-image: url(../images/reason-foot-bg.png);
}

.p-reason__inner {
  padding: 40px 0 90px;
}

.p-reason__heading {
  margin-top: 27.96px;
  text-align: center;
}

.p-reason__heading__text {
  font-size: 2.3333333333rem;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 500px) {
  .p-reason__heading__text {
    font-size: 7.061vw;
    line-height: 8.085vw;
  }
}

.p-reason__lead {
  position: relative;
  width: 446.5px;
  padding: 7px 16px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border: solid 2px #af985a;
  border-radius: 58.79px;
}
@media screen and (max-width: 500px) {
  .p-reason__lead {
    width: 90.1vw;
    padding: 7px 3.2vw;
  }
}

.p-reason__lead + .p-reason__lead {
  margin-top: 6.38px;
}

.p-reason__lead__text {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  position: relative;
  display: block;
  color: #af985a;
}
@media screen and (max-width: 500px) {
  .p-reason__lead__text {
    font-size: 5.33vw;
    line-height: 7.248vw;
  }
}

.p-reason__lead__text:before,
.p-reason__lead__text:after {
  position: absolute;
  top: 0;
  width: 3.8%;
  height: 100%;
  content: "";
  background-image: url(../images/reason-lead-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-reason__lead__text:before {
  left: 0;
}

.p-reason__lead__text:after {
  right: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.p-reason__heading__strong {
  display: block;
  margin-top: 6px;
  color: #ed4779;
  /* （順序に関係なく）色を上書きする */
  text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-size: 5.3333333333rem;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .p-reason__heading__strong {
    font-size: 15.96vw;
    line-height: 100%;
  }
}

.p-reason__heading__strong .lg {
  font-size: 7.0666666667rem;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .p-reason__heading__strong .lg {
    font-size: 21.28vw;
    line-height: 100%;
  }
}

.p-reason__list {
  margin-top: 54px;
}

.p-reason__item:not(:first-child) {
  margin-top: 59px;
}

.p-reason__content {
  position: relative;
  width: 462.5px;
  padding: 21.3px;
  margin: -57px auto 0;
  background-color: #fff;
  background-image: url(../images/reason-content-bg.png);
  -webkit-filter: drop-shadow(4px 10px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(4px 10px 4px rgba(0, 0, 0, 0.1));
  background-repeat: repeat-y;
  background-position: right bottom;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  .p-reason__content {
    width: 92.5vw;
    padding: 4.26vw;
    margin: -11.4vw auto 0;
  }
}

.p-reason__content__inner {
  padding: 25px;
  border: 1px solid #c3b183;
}
@media screen and (max-width: 500px) {
  .p-reason__content__inner {
    padding: 5vw;
  }
}

.p-reason__num {
  position: absolute;
  top: -54px;
  left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 122.5px;
  height: 122.5px;
  background-image: url(../images/reason-num.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .p-reason__num {
    top: -10.5vw;
    left: -1.5vw;
    width: 24.5vw;
    height: 24.5vw;
  }
}

.p-reason__num__text {
  color: #af985a;
  font-size: 3.3333333333rem;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .p-reason__num__text {
    font-size: 9.981vw;
    line-height: 100%;
  }
}

.p-reason__title {
  position: relative;
  line-height: 280%;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .p-reason__title {
    line-height: 225%;
  }
}

.p-reason__title__strong {
  display: block;
  font-size: 43px;
  color: #ed4779;
}
@media screen and (max-width: 500px) {
  .p-reason__title__strong {
    font-size: 8.53vw;
  }
}

.p-reason__title__text {
  display: block;
  font-size: 35px;
}
@media screen and (max-width: 500px) {
  .p-reason__title__text {
    font-size: 6.93vw;
    line-height: 150%;
  }
}

.p-reason__description {
  font-size: 1.8rem;
  line-height: 1.4814814815;
  margin-top: 17px;
}
@media screen and (max-width: 500px) {
  .p-reason__description {
    font-size: 5.33vw;
    line-height: 150%;
  }
}

.p-trust__item {
  padding: 34px 28px;
}
@media screen and (max-width: 500px) {
  .p-trust__item {
    padding: 34px 5.6vw;
  }
}

.p-trust__item:nth-child(1) {
  background-color: #859754;
}

.p-trust__item:nth-child(2) {
  background-color: #ad0079;
}

.p-trust__content {
  position: relative;
  padding: 18px 13.35px 24px;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 500px) {
  .p-trust__content {
    padding: 18px 2.67vw 24px;
  }
}

.p-trust__title {
  position: relative;
  padding-bottom: 13px;
}

.p-trust__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-image: url(../images/trust-line.svg);
  background-repeat: repeat-x;
  background-size: contain;
}

.p-trust__description {
  padding: 20px 5.35px 0;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5416666667;
}
@media screen and (max-width: 500px) {
  .p-trust__description {
    padding: 20px 1.07vw 0;
    font-size: 4.8vw;
    line-height: 7.47vw;
  }
}

.p-trust__item:nth-child(2) .p-trust__content:after {
  position: absolute;
  right: 40px;
  bottom: 1px;
  width: 53.5px;
  height: 66.5px;
  content: "";
  background-image: url(../images/trust-heart-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .p-trust__item:nth-child(2) .p-trust__content:after {
    right: 7.47vw;
    width: 10.7vw;
    height: 13.3vw;
  }
}

.p-about-price {
  background-image: url(../images/about-price-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-about-price__inner {
  padding: 50px 0 23px;
}

.p-about {
  position: relative;
}

.p-about__list {
  padding-bottom: 92px;
  margin-top: 70px;
  background-image: url(../images/about-pet-img.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  border-bottom: solid 3px #ed4779;
}
@media screen and (max-width: 500px) {
  .p-about__list {
    padding-bottom: 18.4vw;
  }
}

.p-about__title {
  padding: 13px 0;
  color: #fff;
  text-align: center;
  background-color: #ed4779;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .p-about__title {
    font-size: 9.6vw;
    line-height: 100%;
  }
}

.p-about__content {
  padding: 28px 23.3px 37.3px;
}
@media screen and (max-width: 500px) {
  .p-about__content {
    padding: 28px 4.66vw 7.46vw;
  }
}

.p-about__label__title {
  font-size: 1.6rem;
  line-height: 1.875;
  border-bottom: solid 1px #541515;
}
@media screen and (max-width: 500px) {
  .p-about__label__title {
    font-size: 4.8vw;
    line-height: 9.06vw;
  }
}

.p-about__label__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 6px;
  margin-top: 9px;
}
@media screen and (max-width: 500px) {
  .p-about__label__list {
    gap: 10px 1.3vw;
  }
}

.p-about__label__item {
  width: 146.5px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
  background-color: #ed4779;
  border-radius: 100px;
}
@media screen and (max-width: 500px) {
  .p-about__label__item {
    width: 29.3vw;
    font-size: 4.8vw;
    line-height: 9.06vw;
  }
}

.p-about__description {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-top: 25px;
  border-radius: 100px;
}
@media screen and (max-width: 500px) {
  .p-about__description {
    font-size: 5.33vw;
    line-height: 9.06vw;
  }
}

.p-price__inner {
  padding: 70px 0 0;
}

.p-price__head {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  border: solid #b591bb 3px;
  border-radius: 40px;
}

.p-price__head__title {
  padding: 0px 25.3px;
  text-align: center;
  background-color: #b591bb;
}
@media screen and (max-width: 500px) {
  .p-price__head__title {
    padding: 0px 5.06vw;
  }
}

.p-price__head__title__text {
  display: block;
  padding: 13px 0px 78.5px;
  color: #fff;
  background-image: url(../images/price-head-title-bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  font-size: 2.4666666667rem;
  line-height: 1.2162162162;
}
@media screen and (max-width: 500px) {
  .p-price__head__title__text {
    padding: 13px 0px 15.7vw;
    font-size: 7.46vw;
    line-height: 9.06vw;
  }
}

.p-price__head__content {
  padding: 31px 17.3px 37px;
}
@media screen and (max-width: 500px) {
  .p-price__head__content {
    padding: 31px 3.46vw 37px;
  }
}

.p-price__head__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media screen and (max-width: 500px) {
  .p-price__head__list {
    row-gap: 3.2vw;
    -webkit-column-gap: 3.2vw;
    -moz-column-gap: 3.2vw;
    column-gap: 3.2vw;
  }
}

.p-price__head__description {
  font-size: 1.9333333333rem;
  line-height: 1.5517241379;
  margin-top: 31px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .p-price__head__description {
    font-size: 5.86vw;
    line-height: 9.06vw;
  }
}

.p-price__middle {
  margin-top: 75px;
}

.p-price__middle__accordion {
  width: 95%;
  margin: 31px auto 0;
  background-color: #fff;
  border: 3px solid #ed4779;
  border-radius: 40px;
}

.p-price__middle__accordion__btn {
  font-size: 2.4666666667rem;
  line-height: 1;
  position: relative;
  padding: 24px 34.65px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .p-price__middle__accordion__btn {
    padding: 24px 6.93vw;
    font-size: 7.46vw;
    line-height: 100%;
  }
}

.p-price__middle__accordion__btn:after {
  position: absolute;
  top: 50%;
  right: 34.65px;
  width: 29.297px;
  height: 18.648px;
  content: "";
  background-image: url(../images/accordion-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .p-price__middle__accordion__btn:after {
    right: 6.93vw;
    width: 5.86vw;
    height: 3.73vw;
  }
}

.p-price__middle__accordion__btn:has(+ .is-open):after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.p-price__middle__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s ease-out;
  transition: grid-template-rows 0.5s ease-out;
  transition: grid-template-rows 0.5s ease-out, -ms-grid-rows 0.5s ease-out;
}

.p-price__middle__content.is-open {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.p-price__middle__content__wrap {
  overflow: hidden;
}

.p-price__middle__list {
  padding: 6px 34.65px 36px;
}
@media screen and (max-width: 500px) {
  .p-price__middle__list {
    padding: 6px 6.93vw 36px;
  }
}

.p-price__middle__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 2px solid #ed4779;
}

.p-price__middle__left {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .p-price__middle__left {
    font-size: 4.8vw;
    line-height: 100%;
  }
}

.p-price__middle__right {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .p-price__middle__right {
    font-size: 4.8vw;
    line-height: 100%;
  }
}

.p-price__middle__note {
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 16px;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .p-price__middle__note {
    font-size: 4.8vw;
    line-height: 100%;
  }
}

.p-price__foot {
  margin-top: 73px;
}

.p-price__foot__text {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  width: 91%;
  margin: 24px auto 0;
}
@media screen and (max-width: 500px) {
  .p-price__foot__text {
    font-size: 5.33vw;
    line-height: 9.06vw;
  }
}

.p-price__foot__list {
  margin-top: 24px;
}

.p-price__foot__item:nth-child(1) {
  border-top: 3px solid #d2aa49;
  border-bottom: 3px solid #d2aa49;
}

.p-price__foot__item:nth-child(2) {
  border-top: 3px solid #dc9968;
  border-bottom: 3px solid #dc9968;
}

.p-price__foot__item:not(:first-child) {
  margin-top: 32px;
}

.p-price__foot__title {
  font-size: 2.6666666667rem;
  line-height: 1;
  padding: 7px 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .p-price__foot__title {
    font-size: 8vw;
    line-height: 100%;
  }
}

.p-price__foot__item:nth-child(1) .p-price__foot__title {
  background-color: #d2aa49;
}

.p-price__foot__item:nth-child(2) .p-price__foot__title {
  background-color: #dc9968;
}

.p-price__foot__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 9px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 19px 0 14px;
}
@media screen and (max-width: 500px) {
  .p-price__foot__content {
    gap: 0 1.86vw;
  }
}

.p-price__foot__price {
  font-size: 3.6rem;
  line-height: 1;
  color: #d71e1e;
}
@media screen and (max-width: 500px) {
  .p-price__foot__price {
    font-size: 10.84vw;
    line-height: 100%;
  }
}

.p-price__foot__price .sm {
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  margin-left: 5.3px;
  color: #d71e1e;
}
@media screen and (max-width: 500px) {
  .p-price__foot__price .sm {
    margin-left: 1.06vw;
    font-size: 5.33vw;
    line-height: 100%;
  }
}

.p-price__foot__label {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  padding: 4px 10.65px;
  color: #fff;
  background-color: #d71e1e;
}
@media screen and (max-width: 500px) {
  .p-price__foot__label {
    padding: 4px 2.13vw;
    font-size: 4.26vw;
    line-height: 100%;
  }
}

.p-price__foot__note {
  font-size: 1.4rem;
  line-height: 2.0476190476;
  width: 91%;
  margin: 0 auto;
  text-align: right;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 500px) {
  .p-price__foot__note {
    font-size: 4.26vw;
    line-height: 200%;
  }
}

.p-flow {
  background-image: url(../images/flow-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-flow__inner {
  padding: 50px 13.3px 62px;
}
@media screen and (max-width: 500px) {
  .p-flow__inner {
    padding: 50px 2.66vw 62px;
  }
}

.p-flow__list {
  margin-top: 50px;
}

.p-flow__item {
  position: relative;
}

.p-flow__item:not(:first-child) {
  margin-top: 54px;
}

.p-flow__item:not(:first-child):before {
  position: absolute;
  top: -57px;
  left: 50%;
  width: 458.648px;
  height: 29.297px;
  content: "";
  background-image: url(../images/flow-arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .p-flow__item:not(:first-child):before {
    top: -11.46vw;
    width: 11.73vw;
    height: 5.86vw;
  }
}

.p-flow__title {
  font-size: 2.3333333333rem;
  line-height: 1.2857142857;
  position: relative;
  padding: 16px 42.65px 16px 129.3px;
  color: #fff;
  background-color: #b591bb;
  border-radius: 40px;
}
@media screen and (max-width: 500px) {
  .p-flow__title {
    padding: 16px 8.53vw 16px 25.86vw;
    font-size: 6.93vw;
    line-height: 9.06vw;
  }
}

.p-flow__title:before {
  position: absolute;
  top: 50%;
  left: 44px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .p-flow__title:before {
    left: 8.79vw;
  }
}

.p-flow__item:nth-child(1) .p-flow__title:before {
  width: 63.445px;
  height: 52.477px;
  background-image: url(../images/icon-tel.svg);
}
@media screen and (max-width: 500px) {
  .p-flow__item:nth-child(1) .p-flow__title:before {
    width: 12.69vw;
    height: 10.496vw;
  }
}

.p-flow__item:nth-child(2) .p-flow__title:before {
  width: 62.398px;
  height: 63.445px;
  background-image: url(../images/icon-calendar.svg);
}
@media screen and (max-width: 500px) {
  .p-flow__item:nth-child(2) .p-flow__title:before {
    width: 12.48vw;
    height: 12.69vw;
  }
}

.p-flow__item:nth-child(3) .p-flow__title:before {
  width: 53.5px;
  height: 63.445px;
  background-image: url(../images/icon-grave.svg);
}
@media screen and (max-width: 500px) {
  .p-flow__item:nth-child(3) .p-flow__title:before {
    width: 10.7vw;
    height: 12.69vw;
  }
}

.p-flow__item:nth-child(4) .p-flow__title:before {
  width: 55.797px;
  height: 63.445px;
  background-image: url(../images/icon-wallet.svg);
}
@media screen and (max-width: 500px) {
  .p-flow__item:nth-child(4) .p-flow__title:before {
    width: 11.16vw;
    height: 12.69vw;
  }
}

.p-flow__content {
  padding: 18px 24px;
}
@media screen and (max-width: 500px) {
  .p-flow__content {
    padding: 18px 4.8vw;
  }
}

.p-flow__description {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 500px) {
  .p-flow__description {
    font-size: 5.33vw;
    line-height: 9.06vw;
  }
}

.p-flow__description + .p-flow__col {
  margin-top: 18px;
}

.p-flow__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 13px;
}
@media screen and (max-width: 500px) {
  .p-flow__col {
    gap: 0 2.66vw;
  }
}

.p-flow__col__left {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ ゴシック", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4814814815;
}
@media screen and (max-width: 500px) {
  .p-flow__col__left {
    font-size: 5.33vw;
    line-height: 8vw;
  }
}

.p-flow__tel {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ ゴシック", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4814814815;
  color: #ed4779;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .p-flow__tel {
    font-size: 5.33vw;
    line-height: 8vw;
  }
}

.p-flow__foot {
  width: 96%;
  padding: 19px 25.3px 31px;
  margin: 14px auto 0;
  text-align: center;
  background-color: #fff;
  border: solid 3px #b591bb;
  border-radius: 40px;
}
@media screen and (max-width: 500px) {
  .p-flow__foot {
    padding: 19px 5.06vw 31px;
  }
}

.p-flow__foot__title {
  font-size: 2.2rem;
  line-height: 1.4242424242;
  position: relative;
  padding-bottom: 11px;
  color: #b591bb;
}
@media screen and (max-width: 500px) {
  .p-flow__foot__title {
    font-size: 6.66vw;
    line-height: 9.33vw;
  }
}

.p-flow__foot__title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 3px;
  content: "";
  background-image: url(../images/flow-foot-line.svg);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-flow__foot__description {
  font-size: 1.8rem;
  line-height: 1.7407407407;
  margin-top: 22px;
}
@media screen and (max-width: 500px) {
  .p-flow__foot__description {
    font-size: 5.33vw;
    line-height: 9.33vw;
  }
}

.p-voice {
  padding-bottom: 58px;
  background-image: url(../images/voice-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.p-voice__lead {
  padding: 18px 0;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(237, 71, 121, 0.13)), color-stop(25%, #ed4779), color-stop(50%, #ed4779), color-stop(75%, rgba(237, 71, 121, 0.75)), to(rgba(237, 71, 121, 0.13)));
  background: -webkit-linear-gradient(left, rgba(237, 71, 121, 0.13), #ed4779 25%, #ed4779 50%, rgba(237, 71, 121, 0.75) 75%, rgba(237, 71, 121, 0.13));
  background: linear-gradient(to right, rgba(237, 71, 121, 0.13), #ed4779 25%, #ed4779 50%, rgba(237, 71, 121, 0.75) 75%, rgba(237, 71, 121, 0.13));
  font-size: 2.1333333333rem;
  line-height: 1.15625;
}
@media screen and (max-width: 500px) {
  .p-voice__lead {
    font-size: 6.4vw;
    line-height: 7.32vw;
  }
}

.p-voice__heading {
  position: relative;
  padding-bottom: 32px;
  margin-top: 23px;
  text-align: center;
}

.p-voice__heading__text {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 0px 10px #e0205a;
  -webkit-filter: drop-shadow(0px 0px 10px #e0205a);
  filter: drop-shadow(0px 0px 10px #e0205a);
  font-size: 5rem;
  line-height: 1.1333333333;
}
@media screen and (max-width: 500px) {
  .p-voice__heading__text {
    font-size: 14.9vw;
    line-height: 17.09vw;
  }
}

.p-voice__heading:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 438.5px;
  height: 17.297px;
  content: "";
  background-image: url(../images/voice-heading-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .p-voice__heading:after {
    width: 87.7vw;
    height: 3.46vw;
  }
}

.p-voice__heading .sm {
  font-size: 3.5333333333rem;
  line-height: 1.1509433962;
}
@media screen and (max-width: 500px) {
  .p-voice__heading .sm {
    font-size: 10.6vw;
    line-height: 12.2vw;
  }
}

.p-voice__list {
  margin-top: 41px;
}

.p-voice__item {
  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;
  width: 93%;
  padding: 17.3px;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #dcba68;
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  .p-voice__item {
    padding: 3.46vw;
  }
}

.p-voice__item:not(:first-child) {
  margin-top: 22px;
}

.p-voice__img {
  width: 100%;
  max-width: 100px;
}

.p-voice__description {
  font-size: 1.8rem;
  line-height: 1.4814814815;
  margin-top: 9px;
}
@media screen and (max-width: 500px) {
  .p-voice__description {
    font-size: 5.33vw;
    line-height: 8vw;
  }
}

.p-voice__name {
  font-size: 1.8rem;
  line-height: 1.4814814815;
  width: 100%;
  margin-top: 7px;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .p-voice__name {
    font-size: 5.33vw;
    line-height: 8vw;
  }
}

.p-goods {
  background-image: url(../images/goods-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-goods__inner {
  padding: 50px 24px;
}
@media screen and (max-width: 500px) {
  .p-goods__inner {
    padding: 50px 4.8vw;
  }
}

.p-goods__list {
  margin-top: 50px;
}

.p-goods__item {
  position: relative;
}

.p-goods__item:not(:first-child) {
  margin-top: 42px;
}

.p-goods__label {
  position: absolute;
  top: -21px;
  left: -8px;
  display: inline-block;
  background-image: url(../images/goods-label-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .p-goods__label {
    top: -4.26vw;
    left: -1.6vw;
  }
}

.p-goods__label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.7333333333rem;
  line-height: 1.1153846154;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 142.5px;
  height: 142.5px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .p-goods__label__text {
    width: 28.5vw;
    height: 28.5vw;
    font-size: 5.12vw;
    line-height: 5.8528vw;
  }
}

.p-goods__label__text .sm {
  font-size: 1.1333333333rem;
  line-height: 1.1764705882;
}
@media screen and (max-width: 500px) {
  .p-goods__label__text .sm {
    font-size: 3.41vw;
    line-height: 3.9vw;
  }
}

.p-goods__label__text .lg {
  font-size: 2.5333333333rem;
  line-height: 1.1578947368;
}
@media screen and (max-width: 500px) {
  .p-goods__label__text .lg {
    font-size: 7.68vw;
    line-height: 8.7936vw;
  }
}

.p-goods__name {
  font-size: 2.4666666667rem;
  line-height: 1.4054054054;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .p-goods__name {
    font-size: 7.46vw;
    line-height: 10.45vw;
  }
}

.p-goods__price {
  font-size: 1.8rem;
  line-height: 1.3703703704;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .p-goods__price {
    font-size: 5.33vw;
    line-height: 7.46vw;
  }
}

.p-access {
  padding: 51px 0 22px;
}

.p-access__map {
  aspect-ratio: 375/276;
  margin-top: 24px;
}

.p-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-access__main {
  padding: 19px 29.3px;
}
@media screen and (max-width: 500px) {
  .p-access__main {
    padding: 19px 5.86vw;
  }
}

.p-access__address {
  font-size: 2.1333333333rem;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .p-access__address {
    font-size: 6.4vw;
    line-height: 9.6vw;
  }
}

.p-access__list {
  margin-top: 17px;
}

.p-access__item:not(:first-child) {
  margin-top: 18px;
}

.p-access__title {
  font-size: 1.8rem;
  line-height: 1.4814814815;
  padding-bottom: 2px;
  border-bottom: 1px solid #541515;
}
@media screen and (max-width: 500px) {
  .p-access__title {
    font-size: 5.33vw;
    line-height: 8vw;
  }
}

.p-access__description {
  margin-top: 14px;
}

.p-access__text {
  font-size: 1.8rem;
  line-height: 1.4814814815;
}
@media screen and (max-width: 500px) {
  .p-access__text {
    font-size: 5.33vw;
    line-height: 8vw;
  }
}

.p-access__text + .p-access__text {
  margin-top: 13px;
}

.p-followBtn {
  position: sticky;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border-top: solid 3px #850051;
  opacity: 0;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.p-followBtn.is-show {
  pointer-events: visible;
  opacity: 1;
}

.p-followBtn__inner {
  padding: 5px 35.1px 15px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .p-followBtn__inner {
    padding: 1px 7.018vw 15px;
  }
}

.p-followBtn__title {
  font-size: 1.4rem;
  line-height: 1.5238095238;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: 600;
  color: #850051;
  text-align: center;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
@media screen and (max-width: 500px) {
  .p-followBtn__title {
    font-size: 4.26vw;
    line-height: 6.4vw;
    letter-spacing: 0.06em;
  }
}

.p-followBtn__btn {
  display: block;
  margin-top: 3px;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.p-followBtn__btn:hover {
  opacity: 0.7;
}

.p-followBtn__img {
  width: 100%;
}

/*---------------------------------
 component
 ---------------------------------*/
/*---------------------------------
 project
 ---------------------------------*/
/*---------------------------------
 utility
 ---------------------------------*/

/*# sourceMappingURL=styles.css.map */