/*--------------------------------------------------------*/
/* _foundation-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _reset*/
/*--------------------------------------------------------*/
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.comTwitter: @rich_clark*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*--------------------------------------------------------*/
/* _global-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _font*/
/*--------------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: normal;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: bold;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP.woff") format("woff");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------*/
/*! _color*/
/*--------------------------------------------------------*/
:root {
  --c_green: #F1F6F4;
  --c_beige: #FFF5E1;
  --c_pink01: #FFF5F8;
  --c_pink02: #EFB8C8;
  --c_pink03: #FF66AC;
  --c_black: #3E3B3D;
  --txt_black: var(--c_black);
  --c_gray01: #888B9E;
  --c_gray02: #55576B;
  --c_gray03: #4B5563;
  --c_gray04: #374151;
  --c_white: #FFF;
  --txt_white: var(--c_white);
  --bg_base: #f3f3f3;
  --bg_body: var(--c_white);
  --bg_header: var(--c_white);
  --bg_pink: var(--c_pink01);
  --bg_footer: var(--bg_pink);
  --btn_bg: var(--c_pink03);
  --btn_border: 2px solid var(--c_pink03);
  --btn_txt: var(--txt_white);
  --shadow01: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow02: 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --shadow-hd01: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-hd02: 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  --grd_fv: linear-gradient(to bottom, var(--c_green) 0, var(--c_white) 60%);
  --grd_price: linear-gradient(to bottom, var(--c_pink01) 0, var(--c_green) 7% 93%, var(--c_white) 100%);
  --grd_qa: linear-gradient(to bottom, var(--c_white) 0, var(--c_green) 5% 100%);
}

/*--------------------------------------------------------*/
/* _mixin
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _variable*/
/*--------------------------------------------------------*/
:root {
  --hover_transition:0.3s;
  --hover_opacity:0.7;
}

/*--------------------------------------------------------*/
/*! _base*/
/*--------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  letter-spacing: 0em;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding: 86px;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  background-color: var(--bg_base);
  font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: var(--txt_black);
  text-spacing-trim: space-all;
  overflow-y: scroll;
}

ul,
ol {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (any-hover: none) {
  a:active {
    text-decoration: none;
  }
}

span {
  display: inline-block;
  letter-spacing: inherit;
}

picture {
  display: block;
}

img, video, iframe {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  font: initial;
  font-style: italic;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
  font: inherit;
}

textarea {
  display: block;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  resize: none;
}

select {
  font: inherit;
  color: inherit;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
}

/*--------------------------------------------------------*/
/* _utility-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* _utility
/*--------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .u-dn--pc {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .u-dn--pctb {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .u-dn--tb {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-dn--tb {
    display: block;
  }
}

.u-dn--tbsp {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-dn--tbsp {
    display: block;
  }
}

.u-dn--sp {
  display: none;
}
@media screen and (min-width: 700px) {
  .u-dn--sp {
    display: block;
  }
}

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

.u-ttc {
  text-transform: capitalize;
}

/*--------------------------------------------------------*/
/* _layout-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _header*/
/*--------------------------------------------------------*/
.l-header {
  width: 100%;
  height: 72px;
  background-color: var(--bg_header);
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 86px;
    box-shadow: var(--shadow-hd01), var(--shadow-hd02);
  }
}
@media screen and (min-width: 1920px) {
  .l-header {
    max-width: 1920px;
    inset: 0 auto auto 50%;
    transform: translateX(-50%);
  }
}
.l-header__inner {
  height: 100%;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--bg_header);
  box-shadow: var(--shadow-hd01), var(--shadow-hd02);
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    max-width: 1024px;
    box-shadow: none;
  }
}
.l-header__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.l-header__logo {
  width: 236px;
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    width: 298px;
  }
}
.l-header__logo-link {
  display: inline-block;
  transition: opacity var(--hover_transition);
}
@media (any-hover: hover) {
  .l-header__logo-link:hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .l-header__logo-link:active {
    opacity: var(--hover_opacity);
  }
}

/*--------------------------------------------------------*/
/*! <hamburger>*/
/*--------------------------------------------------------*/
body.fixed {
  width: 100%;
  position: fixed;
  inset: 0 auto auto 0;
  overflow-y: scroll;
}

.l-header-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  position: relative;
  z-index: 130;
  transition: transform 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .l-header-hamburger {
    display: none;
  }
}
.l-header-hamburger__bar {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 100vh;
  background-color: var(--c_pink03);
  transition: transform 0.5s;
}
.l-header-hamburger__bar--top {
  transform: translateY(-4px);
}
.l-header-hamburger__bar--bot {
  transform: translateY(4px);
}

.l-header-hamburger[aria-expanded=true] .l-header-hamburger__bar {
  width: 32px;
}
.l-header-hamburger[aria-expanded=true] .l-header-hamburger__bar--mid {
  opacity: 0;
}
.l-header-hamburger[aria-expanded=true] .l-header-hamburger__bar--top {
  transform: translateY(100%) rotate(45deg);
}
.l-header-hamburger[aria-expanded=true] .l-header-hamburger__bar--bot {
  transform: translateY(-100%) rotate(-45deg);
}

/*--------------------------------------------------------*/
/*! <menu>*/
/*--------------------------------------------------------*/
.l-header-menu {
  display: none;
  width: 100%;
  height: 100dvh;
  padding: 147px 0;
  background: linear-gradient(rgba(250, 221, 234, 0.8), rgba(250, 221, 234, 0.8)), url(../img/menu-bg_sp.jpg) top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .l-header-menu {
    display: contents;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
  }
}
.l-header-menu__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 228px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-header-menu__list {
    flex-direction: row;
    max-width: none;
    margin: 0;
  }
}
.l-header-menu__li-link {
  display: inline-block;
  width: 100%;
  padding: 16px;
  background-color: var(--c_white);
  border-radius: 16px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  transition: color var(--hover_transition);
}
.l-header-menu__li-link::before {
  content: "";
  height: 100%;
  aspect-ratio: 1/1;
  background-image: url(../img/menu-arrow.svg);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: center;
  border: 5px solid var(--c_pink03);
  border-radius: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .l-header-menu__li-link::before {
    content: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-header-menu__li-link {
    padding: 8px 0;
  }
}
@media (any-hover: hover) {
  .l-header-menu__li-link:hover {
    color: var(--c_pink03);
  }
}
@media (any-hover: none) {
  .l-header-menu__li-link:active {
    color: var(--c_pink03);
  }
}

/*--------------------------------------------------------*/
/*! _main*/
/*--------------------------------------------------------*/
.l-wrapper-limit {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: var(--bg_body);
}

.l-main {
  padding-top: 72px;
}
@media screen and (min-width: 1024px) {
  .l-main {
    padding-top: 0;
  }
}
.l-main__inner {
  width: 100%;
  max-width: 1024px;
  padding: 0 16px;
  margin: 0 auto;
}

/*--------------------------------------------------------*/
/*! _footer*/
/*--------------------------------------------------------*/
.l-footer {
  padding: 36px 0 12px;
  background-color: var(--bg_footer);
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 48px 0 12px;
  }
}
.l-footer__inner {
  max-width: 375px;
  padding: 0 16px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    max-width: 1024px;
  }
}
.l-footer__container {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-footer__container {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--c_gray03);
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__cont {
    width: 50%;
    padding: 12px 0 22px;
  }
}
.l-footer__logo {
  width: 177px;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 300px;
  }
}
.l-footer__logo-link {
  display: inline-block;
  transition: opacity var(--hover_transition);
}
@media (any-hover: hover) {
  .l-footer__logo-link:hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .l-footer__logo-link:active {
    opacity: var(--hover_opacity);
  }
}
.l-footer__address {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .l-footer__address {
    margin-top: 0;
  }
}
.l-footer__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--c_gray01);
}
@media screen and (min-width: 1024px) {
  .l-footer__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-footer__text + .l-footer__text {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .l-footer__text + .l-footer__text {
    margin-top: 0;
  }
}
.l-footer__sns {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__sns {
    padding-left: 16px;
    position: static;
  }
}
.l-footer__sns-heading {
  display: none;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  color: var(--c_gray01);
}
@media screen and (min-width: 1024px) {
  .l-footer__sns-heading {
    display: block;
  }
}
.l-footer__sns-list {
  display: flex;
  gap: 20px;
  margin-top: 54px;
  margin-right: 8px;
}
@media screen and (min-width: 1024px) {
  .l-footer__sns-list {
    margin-top: 16px;
    margin-right: 0;
  }
}
.l-footer__sns-item {
  font-size: 36px;
  font-size: 2.25rem;
  color: var(--c_gray01);
}
.l-footer__sns-link {
  display: inline-block;
  transition: opacity var(--hover_transition);
}
@media (any-hover: hover) {
  .l-footer__sns-link:hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .l-footer__sns-link:active {
    opacity: var(--hover_opacity);
  }
}
.l-footer__copy-right {
  margin-top: 45px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.35;
  color: var(--c_gray01);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-footer__copy-right {
    margin-top: 32px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

/*--------------------------------------------------------*/
/* _project-index
/*--------------------------------------------------------*/
/*!--------------------------------------------------------*/
/*! _top*/
/*!--------------------------------------------------------*/
.p-cta__sec-title, .p-qa__sec-title, .p-review__sec-title, .p-price__sec-title, .p-service__sec-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-cta__sec-title, .p-qa__sec-title, .p-review__sec-title, .p-price__sec-title, .p-service__sec-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

/*--------------------------------------------------------*/
/*! <bg>*/
/*--------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .p-bg {
    padding-top: 184px;
    background: var(--grd_fv);
    position: relative;
    z-index: 0;
  }
  .p-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/mainvisual.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

/*--------------------------------------------------------*/
/*! <fv>*/
/*--------------------------------------------------------*/
.p-fv {
  height: calc(100vh - 72px);
  height: calc(100svh - 72px);
  max-height: 1200px;
  background-image: url(../img/fv-bg_sp.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-fv {
    height: auto;
    max-height: none;
    background-image: none;
  }
}
.p-fv__container {
  width: 100%;
  padding: 16px 0 8px;
  background-color: rgba(255, 243, 247, 0.42);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-fv__container {
    padding: 0;
    background-color: transparent;
    position: static;
  }
}
.p-fv__copy {
  width: fit-content;
  padding-left: 100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-fv__copy {
    padding: 0;
    margin: 0;
  }
}
.p-fv__copy::before {
  content: "";
  width: 100px;
  aspect-ratio: 235/392;
  background-image: url(../img/fv-img02_sp.webp);
  background-size: cover;
  position: absolute;
  top: -16px;
  left: 0;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 1s 0.1s;
}
@media screen and (min-width: 1024px) {
  .p-fv__copy::before {
    width: 235px;
    background-image: url(../img/fv-img02.webp);
    top: 24px;
    left: 100%;
    transform: translate(0);
  }
}
.p-fv__copy.fadein::before {
  opacity: 1;
}
.p-fv__copy-main {
  font-family: "FOT-TsukuARdGothic Std", "ZenMaruGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .p-fv__copy-main {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .p-fv__copy-sub {
    margin-top: 40px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.1em;
    color: var(--c_pink03);
  }
}
.p-fv__copy-logo {
  margin-top: 8px;
  width: 406px;
}
.p-fv__btn-area {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .p-fv__btn-area {
    margin-top: 70px;
  }
}
.p-fv__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.25;
  color: var(--c_pink03);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-fv__text {
    text-align: left;
  }
}
.p-fv__text .bold {
  font-weight: bold;
}
.p-fv__btn {
  display: block;
  max-width: 312px;
  padding: 14px 30px;
  margin: 8px auto 0;
  background-color: var(--btn_bg);
  border: var(--btn_border);
  border-radius: 100vh;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--btn_txt);
  text-align: center;
  transition: background-color var(--hover_transition), color var(--hover_transition);
}
@media screen and (min-width: 1024px) {
  .p-fv__btn {
    display: inline-block;
    padding: 14px 30px;
  }
}
@media (any-hover: hover) {
  .p-fv__btn:hover {
    background-color: var(--btn_txt);
    color: var(--btn_bg);
  }
}
@media (any-hover: none) {
  .p-fv__btn:active {
    background-color: var(--btn_txt);
    color: var(--btn_bg);
  }
}

/*--------------------------------------------------------*/
/*! <service>*/
/*--------------------------------------------------------*/
.p-service {
  padding: 60px 0 40px;
  background-color: var(--c_white);
}
@media screen and (min-width: 1024px) {
  .p-service {
    background-color: transparent;
  }
}
.p-service__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .p-service__list {
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    margin-top: 48px;
  }
}
.p-service__li-item {
  display: flex;
  padding: 20px 20px 15px;
  background-color: var(--c_white);
  box-shadow: var(--shadow01), var(--shadow02);
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-service__li-item {
    flex: 1;
    flex-direction: column;
    padding: 24px;
  }
}
.p-service__li-img {
  width: 84px;
}
@media screen and (min-width: 1024px) {
  .p-service__li-img {
    width: 36px;
    margin: 0 auto;
    position: static;
    opacity: 1;
  }
}
.p-service__li-cont {
  flex: 1;
  margin-left: -40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-service__li-cont {
    margin-top: 24px;
    margin-left: 0;
  }
}
.p-service__li-heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .p-service__li-heading {
    text-align: center;
  }
}
.p-service__li-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 2lh;
  margin-top: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-service__li-text {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
}

/*--------------------------------------------------------*/
/*! <recommend>*/
/*--------------------------------------------------------*/
.p-recommend {
  padding: 48px 0 24px;
  background-color: var(--bg_pink);
}
@media screen and (min-width: 1024px) {
  .p-recommend {
    padding: 48px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-recommend__inner {
    padding: 0;
    max-width: 1164px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .p-recommend__container {
    max-width: 1024px;
    padding: 0 16px;
    margin-left: 70px;
  }
}
.p-recommend__box {
  padding: 16px 24px;
  background-color: var(--c_white);
  border-radius: 8px;
  box-shadow: var(--shadow01), var(--shadow02);
}
@media screen and (min-width: 1024px) {
  .p-recommend__box {
    width: 95.3%;
    max-width: 945px;
    padding: 32px 0 32px 176px;
    margin-right: 0;
    margin-left: auto;
  }
}
.p-recommend__sec-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-recommend__name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--c_pink03);
}
.p-recommend__cont {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 700px) {
  .p-recommend__cont {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .p-recommend__cont {
    flex-direction: column;
    max-width: 670px;
  }
}
.p-recommend__img {
  width: 192px;
  margin: 8px auto 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .p-recommend__img {
    width: 320px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-recommend__img::before {
  content: "";
  width: 100%;
  aspect-ratio: 319/333;
  background-color: var(--c_pink02);
  border-radius: 50%;
  position: absolute;
  top: 0.5%;
  left: 2%;
  z-index: -1;
}
.p-recommend__text {
  margin-top: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 700px) {
  .p-recommend__text {
    flex: 1;
    margin-top: 0;
    margin-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .p-recommend__text {
    margin-top: 16px;
    margin-left: 50px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.p-recommend__text .bold {
  display: inline;
  font-weight: bold;
}

/*--------------------------------------------------------*/
/*! <price>*/
/*--------------------------------------------------------*/
.p-price {
  padding: 80px 0;
  background: var(--grd_price);
}
.p-price__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 343px;
  margin: 24px auto 0;
}
@media screen and (min-width: 1024px) {
  .p-price__list {
    flex-direction: row;
    max-width: none;
    margin-top: 48px;
  }
}
.p-price__li-item {
  flex: 1;
  padding: 16px 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  box-shadow: var(--shadow01), var(--shadow02);
}
@media screen and (min-width: 1024px) {
  .p-price__li-item {
    padding: 24px;
  }
}
.p-price__li-item:nth-child(1) {
  background-image: url(../img/price-list01_sp.webp);
}
@media screen and (min-width: 1024px) {
  .p-price__li-item:nth-child(1) {
    background-image: url(../img/price-list01.webp);
  }
}
.p-price__li-item:nth-child(2) {
  background-image: url(../img/price-list02_sp.webp);
}
@media screen and (min-width: 1024px) {
  .p-price__li-item:nth-child(2) {
    background-image: url(../img/price-list02.webp);
  }
}
.p-price__li-item:nth-child(3) {
  background-image: url(../img/price-list03_sp.webp);
}
@media screen and (min-width: 1024px) {
  .p-price__li-item:nth-child(3) {
    background-image: url(../img/price-list03.webp);
  }
}
.p-price__li-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  background-color: var(--c_beige);
  border-radius: 16px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-price__li-heading.premium {
  position: relative;
}
.p-price__li-heading.premium::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(../img/premium.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-price__li-text {
  margin-top: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--txt_white);
  text-shadow: var(--text-shadow);
  text-align: center;
}
.p-price__li-text .num {
  font-size: 48px;
  font-size: 3rem;
}
.p-price__sub-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .p-price__sub-list {
    flex-direction: column;
  }
}
.p-price__sub-li-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--txt_white);
  text-shadow: var(--text-shadow);
  position: relative;
}
.p-price__sub-li-item::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url(../img/price-listicon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-price__sub-li-item.strong {
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

/*--------------------------------------------------------*/
/*! <gallery>*/
/*--------------------------------------------------------*/
.p-gallery {
  padding: 40px 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-gallery {
    padding-top: 120px;
    padding-bottom: 0;
    overflow: visible;
  }
}
.p-gallery__inner {
  padding: 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .p-gallery__inner {
    padding: 0 16px;
    max-width: 1030px;
  }
}
.p-gallery__container {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 8px;
  width: max-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .p-gallery__container {
    display: block;
    width: auto;
    min-height: 339px;
    left: auto;
    transform: none;
  }
}
.p-gallery__img {
  width: var(--w_sp);
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-gallery__img {
    width: var(--w_pc);
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .p-gallery__img:nth-child(1) {
    top: 20px;
    left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .p-gallery__img:nth-child(2) {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-gallery__img:nth-child(3) {
    bottom: 0;
    right: 0;
  }
}
.p-gallery__deco {
  display: none;
  width: 150px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -10px;
  left: -28px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-gallery__deco {
    display: block;
  }
}
.p-gallery__deco::before, .p-gallery__deco::after {
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
}
.p-gallery__deco::before {
  content: "";
  width: 114px;
  bottom: 0;
  left: 0;
}
.p-gallery__deco::after {
  content: "";
  width: 92px;
  top: 0;
  right: 0;
}

/*--------------------------------------------------------*/
/*! <review>*/
/*--------------------------------------------------------*/
.p-review {
  padding: 48px 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .p-review {
    padding: 80px 0;
  }
}
.p-review__deco {
  display: none;
  width: 150px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 88px;
  left: 50%;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-review__deco {
    display: block;
  }
}
.p-review__deco::before, .p-review__deco::after {
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
}
.p-review__deco::before {
  content: "";
  width: 114px;
  bottom: 0;
  left: 0;
}
.p-review__deco::after {
  content: "";
  width: 92px;
  top: 0;
  right: 0;
}
.p-review__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .p-review__list {
    flex-direction: row;
    gap: 32px;
    margin-top: 48px;
  }
}
.p-review__li-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  padding: 12px 17px;
  background-color: var(--c_white);
  border-radius: 8px;
  box-shadow: var(--shadow01), var(--shadow02);
}
@media screen and (min-width: 700px) {
  .p-review__li-item {
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .p-review__li-item {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding: 12px 24px 10px;
  }
}
.p-review__li-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 700px) {
  .p-review__li-text {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .p-review__li-text {
    max-width: 420px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-review__li-cont {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-review__li-cont {
    align-items: end;
    gap: 32px;
  }
}
.p-review__li-img {
  width: 115px;
}
@media screen and (min-width: 1024px) {
  .p-review__li-img {
    width: 210px;
  }
}
.p-review__li-cat {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-review__li-cat {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------*/
/*! <qa>*/
/*--------------------------------------------------------*/
.p-qa {
  padding: 48px 0;
  background: var(--grd_qa);
}
@media screen and (min-width: 1024px) {
  .p-qa {
    padding: 80px 0;
  }
}
.p-qa__def-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px auto 0;
}
@media screen and (min-width: 1024px) {
  .p-qa__def-list {
    max-width: 672px;
    margin-top: 48px;
  }
}
.p-qa__def-item {
  background-color: transparent;
  border-radius: 8px;
  box-shadow: var(--shadow01), var(--shadow02);
}
@media screen and (min-width: 1024px) {
  .p-qa__def-item {
    padding: 24px;
    background-color: var(--c_white);
  }
}
.p-qa__def-term {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-qa__question {
  width: 100%;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  gap: 8px;
  padding: 24px;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-qa__question {
    display: block;
    padding: 0;
    cursor: text;
  }
}
.p-qa__question::before, .p-qa__question::after {
  grid-column: 3/3;
  grid-row: 1/1;
  content: "";
  display: block;
  width: 22px;
  height: 4px;
  margin-top: 10px;
  background-color: var(--c_pink03);
  border-radius: 100vh;
}
@media screen and (min-width: 1024px) {
  .p-qa__question::before, .p-qa__question::after {
    content: none;
  }
}
.p-qa__question::before {
  rotate: 90deg;
}
.p-qa__question[aria-expanded=true] {
  padding-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .p-qa__question[aria-expanded=true] {
    padding-bottom: 0;
  }
}
.p-qa__question[aria-expanded=true]::before {
  display: none;
}
.p-qa__def-data {
  display: grid;
  grid-template-rows: 0fr;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-qa__def-data {
    display: block;
    max-width: 595px;
    margin-top: 8px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-qa__def-data[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.p-qa__def-data[aria-hidden=false] .p-qa__answer {
  padding-top: 8px;
  padding-bottom: 24px;
  border-top: 1px solid #CFE3DB;
}
.p-qa__def-data .a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-qa__def-data .a {
    font-weight: normal;
  }
}
.p-qa__answer {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8px;
  padding: 0 24px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-qa__answer {
    display: contents;
  }
}

/*--------------------------------------------------------*/
/*! <cta>*/
/*--------------------------------------------------------*/
.p-cta {
  padding: 45px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-cta {
    padding: 35px 0 80px;
  }
}
.p-cta::before {
  content: "";
  width: 55px;
  aspect-ratio: 55/91;
  background-image: url(../img/cta-img01_sp.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: 40px;
}
@media screen and (min-width: 1024px) {
  .p-cta::before {
    content: none;
  }
}
.p-cta__inner {
  padding-top: 75px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .p-cta__inner {
    max-width: 700px;
    padding-top: 45px;
  }
}
.p-cta__deco {
  aspect-ratio: 1/1;
  position: absolute;
  z-index: -1;
}
.p-cta__deco::before, .p-cta__deco::after {
  content: "";
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
}
.p-cta__deco::before {
  bottom: 0;
  left: 0;
}
.p-cta__deco::after {
  top: 0;
  right: 0;
}
.p-cta__deco.fst {
  width: 115px;
  top: 85px;
  right: 23px;
}
@media screen and (min-width: 1024px) {
  .p-cta__deco.fst {
    top: 5px;
    right: auto;
    left: 20px;
  }
}
.p-cta__deco.fst::before {
  content: "";
  width: 69px;
}
.p-cta__deco.fst::after {
  content: "";
  width: 86px;
}
.p-cta__deco.snd {
  width: 150px;
  top: 0;
  left: 22px;
}
@media screen and (min-width: 1024px) {
  .p-cta__deco.snd {
    top: 0;
    left: auto;
    right: 45px;
  }
}
.p-cta__deco.snd::before {
  width: 114px;
}
.p-cta__deco.snd::after {
  width: 92px;
}
.p-cta__sec-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  color: var(--c_gray02);
}
.p-cta__container {
  width: fit-content;
  margin: 48px auto 0;
}
.p-cta__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.57;
  color: var(--c_pink03);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-cta__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
  }
}
.p-cta__btn {
  display: inline-block;
  padding: 14px 30px;
  margin-top: 4px;
  background-color: var(--btn_bg);
  border: var(--btn_border);
  border-radius: 100vh;
  font-size: 24px;
  font-size: 1.5rem;
  color: var(--btn_txt);
  transition: background-color var(--hover_transition), color var(--hover_transition);
}
@media (any-hover: hover) {
  .p-cta__btn:hover {
    background-color: var(--btn_txt);
    color: var(--btn_bg);
  }
}
@media (any-hover: none) {
  .p-cta__btn:active {
    background-color: var(--btn_txt);
    color: var(--btn_bg);
  }
}/*# sourceMappingURL=style.css.map */