@charset "UTF-8";
/*@mixin mob {
	@media screen and (max-width: 375px) {
    	@content;
	}
}*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FF4A88;
  background: url(../img/bg.webp.webp) repeat center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  scrollbar-width: thin;
  scrollbar-color: #006934 rgba(111, 176, 55, 0.3);
  overflow-x: hidden;
  position: relative;
}
body:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s ease;
}
body.overlay {
  overflow: hidden;
  height: 100%;
}
body.overlay:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10002;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  /**font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;*/
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #231815;
}

main {
  position: relative;
}
@media screen and (max-width: 768px) {
  main {
    padding: 25.3333333333vw 0 0;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s ease;
}
a:hover {
  opacity: 0.6;
  text-underline-offset: 0.3em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  filter: brightness(105%);
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
  font-feature-settings: "palt";
}

_::-webkit-full-page-media, _:future, :root * {
  image-rendering: auto;
}

*::before,
*::after {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0.439238653vw;
}
@media screen and (min-width: 1441px) {
  ::-webkit-scrollbar {
    width: 6px;
  }
}
@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 1.0666666667vw;
  }
}

::-webkit-scrollbar-track {
  background-color: rgba(111, 176, 55, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #006934;
}

br.pc, div.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc, div.pc {
    display: none;
  }
}
br.sp, div.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp, div.sp {
    display: block;
  }
}

span.pc, i.pc {
  display: inline;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  span.pc, i.pc {
    display: none;
  }
}
span.sp, i.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  span.sp, i.sp {
    display: inline;
    font-style: normal;
  }
}

.hidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
}

.move {
  transition: all 1s ease;
  opacity: 0;
  transform: translate(0, 2.9282576867vw);
  -webkit-transform: translate(0, 2.9282576867vw);
}
@media screen and (min-width: 1441px) {
  .move {
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
  }
}
@media screen and (max-width: 768px) {
  .move {
    transform: translate(0, 5.3333333333vw);
    -webkit-transform: translate(0, 5.3333333333vw);
  }
}

.move-in {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

#wrapper {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.inner {
  margin: 0 auto;
  padding: 0 2.7086383602vw;
  width: 100vw;
}
@media screen and (min-width: 1441px) {
  .inner {
    width: 1366px;
    padding: 0;
    max-width: none;
  }
}
@media screen and (max-width: 1440px) {
  .inner {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .inner {
    max-width: none;
    width: auto;
    padding: 0 2.7086383602vw;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 3.2vw;
    max-width: none;
  }
}

/*---------------------------------
FOOTER
---------------------------------*/
#sp-footer-menu {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 24vw;
  background-color: #006837;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #sp-footer-menu {
    display: block;
  }
}
#sp-footer-menu p {
  text-align: center;
  font-size: 4.2666666667vw;
  color: #FFE200;
  padding: 0.5em 0 0;
}
#sp-footer-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 16vw;
  padding: 0 1.6vw;
  gap: 2%;
}
#sp-footer-menu ul li {
  width: 32%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sp-footer-menu ul li a {
  width: 100%;
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 4.2666666667vw;
  padding: 0.8em 0;
  border-radius: 1.0666666667vw;
}
#sp-footer-menu ul li a span {
  color: #006837;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  padding: 0 0 0 1.5em;
  line-height: 1;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
#sp-footer-menu ul li:nth-child(1) a span {
  background-image: url(../img/sp-icon-tel.svg);
  padding: 0 0 0 1em;
}
#sp-footer-menu ul li:nth-child(2) a span {
  background-image: url(../img/sp-icon-cal.svg);
}
#sp-footer-menu ul li:nth-child(3) a span {
  background-image: url(../img/sp-icon-pin.svg);
  padding: 0 0 0 1em;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 0 0 26.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  footer .inner {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding: 0;
  }
}
footer .pagetop {
  position: relative;
  text-align: center;
}
footer .pagetop:before {
  content: "";
  width: 45.7540263543vw;
  height: 0.1464128843vw;
  background-color: #006934;
  position: absolute;
  bottom: 1.1713030747vw;
  left: 0;
}
@media screen and (min-width: 1441px) {
  footer .pagetop:before {
    width: 655px;
    height: 2px;
    bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .pagetop:before {
    width: 42.6666666667vw;
    height: 0.5333333333vw;
    bottom: 4.2666666667vw;
  }
}
footer .pagetop:after {
  content: "";
  width: 45.7540263543vw;
  height: 0.1464128843vw;
  background-color: #006934;
  position: absolute;
  bottom: 1.1713030747vw;
  right: 0;
}
@media screen and (min-width: 1441px) {
  footer .pagetop:after {
    width: 655px;
    height: 2px;
    bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .pagetop:after {
    width: 42.6666666667vw;
    height: 0.5333333333vw;
    bottom: 4.2666666667vw;
  }
}
footer .pagetop a {
  display: inline-block;
  background: url(../img/pagetop.webp) no-repeat center bottom/2.4158125915vw auto;
  position: relative;
}
@media screen and (min-width: 1441px) {
  footer .pagetop a {
    background-size: 33px auto;
  }
}
@media screen and (max-width: 768px) {
  footer .pagetop a {
    background-size: 8.8vw auto;
  }
}
footer .pagetop a span {
  display: inline-block;
  font-size: 1.1713030747vw;
  color: #006934;
  font-weight: 600;
  padding: 0 0 3.7335285505vw;
}
@media screen and (min-width: 1441px) {
  footer .pagetop a span {
    font-size: 16px;
    padding: 0 0 51px;
  }
}
@media screen and (max-width: 768px) {
  footer .pagetop a span {
    font-size: 4.2666666667vw;
    padding: 0 0 13.6vw;
  }
}
footer .footer-navi {
  padding: 0 1.756954612vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-navi {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi {
    margin: 9.6vw 3.2vw 9.6vw;
    position: relative;
    border: solid #79c452 0.2666666667vw;
    background-color: #fff;
    padding: 4.2666666667vw 9.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  footer .footer-navi:after {
    content: "";
    background: url(../img/sp-toggle-arrow.webp) no-repeat center/contain;
    position: absolute;
    top: 4.5333333333vw;
    right: 7.2vw;
    width: 7.6vw;
    height: 7.6vw;
    transition: 0.5s ease;
  }
}
footer .footer-navi .sp-footer-navi-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer-navi .sp-footer-navi-toggle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi .sp-footer-navi-toggle a {
    font-size: 5.8666666667vw;
  }
}
footer .footer-navi .sp-footer-navi-toggle a:hover {
  opacity: 1;
}
footer .footer-navi .footer-navi-menu {
  display: flex;
  justify-content: space-between;
  padding: 2.5622254758vw 0 2.9282576867vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-navi .footer-navi-menu {
    padding: 35px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi .footer-navi-menu {
    display: none;
    padding: 5.3333333333vw 0 2.6666666667vw;
    margin: 0 -3.2vw;
  }
}
footer .footer-navi .footer-navi-menu ul li {
  font-size: 1.317715959vw;
  margin: 0 0 1em;
  font-weight: 600;
}
@media screen and (min-width: 1441px) {
  footer .footer-navi .footer-navi-menu ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi .footer-navi-menu ul li {
    font-size: 4.8vw;
  }
}
footer .footer-navi .footer-navi-menu ul li.child {
  font-size: 1.1713030747vw;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 1441px) {
  footer .footer-navi .footer-navi-menu ul li.child {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-navi .footer-navi-menu ul li.child {
    font-size: 4.2666666667vw;
  }
}
footer .footer-navi .footer-navi-menu ul li.child a {
  margin: 0 0 0 1.5em;
  padding: 0 0 0 0.6em;
}
footer .footer-navi .footer-navi-menu ul li.child a:before {
  content: "-";
  color: #006934;
}
footer .footer-navi .footer-navi-menu ul li a {
  color: #006934;
  position: relative;
  padding: 0 0 0 1.5em;
  display: inline-block;
}
footer .footer-navi .footer-navi-menu ul li a:before {
  content: "▶";
  color: #FFE200;
  position: absolute;
  top: 0;
  left: 0;
}
footer .footer-navi .footer-navi-menu ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .footer-navi.open:after {
    rotate: 180deg;
  }
}
footer .footer-info {
  display: flex;
  justify-content: space-between;
  padding: 0 1.756954612vw;
  margin: 0 0 2.5622254758vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-info {
    padding: 0 24px;
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info {
    display: block;
    padding: 0;
    margin: 0 0 9.3333333333vw;
  }
}
footer .footer-info .footer-info-calendar {
  width: 49.0483162518vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-info .footer-info-calendar {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info .footer-info-calendar {
    width: auto;
    padding: 0 3.2vw;
    margin: 0 0 5.3333333333vw;
  }
}
footer .footer-info .footer-info-calendar .footer-info-calendar-cal {
  background-color: #fff;
  border-radius: 1.4641288433vw;
  box-shadow: 0.3660322108vw 0.3660322108vw 0.3660322108vw rgba(0, 0, 0, 0.16);
  padding: 0.7320644217vw 2.5622254758vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-info .footer-info-calendar .footer-info-calendar-cal {
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
    padding: 10px 35px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info .footer-info-calendar .footer-info-calendar-cal {
    border-radius: 5.3333333333vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.16);
    padding: 0vw 3.2vw;
  }
}
footer .footer-info .footer-info-calendar .footer-info-calendar-cal table {
  width: 100%;
  font-size: 1.4641288433vw;
  border-collapse: collapse;
}
@media screen and (min-width: 1441px) {
  footer .footer-info .footer-info-calendar .footer-info-calendar-cal table {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info .footer-info-calendar .footer-info-calendar-cal table {
    font-size: 3.7333333333vw;
  }
}
footer .footer-info .footer-info-calendar .footer-info-calendar-cal table th {
  text-align: center;
  vertical-align: middle;
  border-bottom: solid #FF4A88 0.0732064422vw;
  padding: 0.8em 0.8em;
}
@media screen and (min-width: 1441px) {
  footer .footer-info .footer-info-calendar .footer-info-calendar-cal table th {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info .footer-info-calendar .footer-info-calendar-cal table th {
    border-bottom-width: 0.2666666667vw;
    padding: 0.5em 0.5em;
  }
}
footer .footer-info .footer-info-calendar .footer-info-calendar-cal table th.gr {
  color: #006934;
}
footer .footer-info .footer-info-calendar .footer-info-calendar-cal table td {
  text-align: center;
  vertical-align: middle;
  color: #006934;
  border-bottom: solid #FF4A88 0.0732064422vw;
  padding: 0.5em 0.5em;
}
@media screen and (min-width: 1441px) {
  footer .footer-info .footer-info-calendar .footer-info-calendar-cal table td {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info .footer-info-calendar .footer-info-calendar-cal table td {
    border-bottom-width: 0.2666666667vw;
    padding: 0.3em 0.3em;
  }
}
footer .footer-info .footer-info-calendar .footer-info-calendar-cal table tr:last-child th, footer .footer-info .footer-info-calendar .footer-info-calendar-cal table tr:last-child td {
  border-bottom: none;
}
footer .footer-info .footer-info-calendar p {
  font-size: 1.2445095168vw;
  padding: 1em 2em 0;
}
@media screen and (min-width: 1441px) {
  footer .footer-info .footer-info-calendar p {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info .footer-info-calendar p {
    line-height: 2;
    font-size: 4vw;
  }
}
footer .footer-info .footer-info-calendar p strong {
  color: #006934;
}
footer .footer-info .footer-info-map {
  width: 39.1654465593vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-info .footer-info-map {
    width: 535px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info .footer-info-map {
    width: 100%;
  }
}
footer .footer-info .footer-info-map .footer-info-map-gmap {
  width: 100%;
  height: 21.9619326501vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1441px) {
  footer .footer-info .footer-info-map .footer-info-map-gmap {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info .footer-info-map .footer-info-map-gmap {
    height: 48vw;
  }
}
footer .footer-info .footer-info-map .footer-info-map-gmap iframe {
  width: 100%;
  height: 58.5651537335vw;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (min-width: 1441px) {
  footer .footer-info .footer-info-map .footer-info-map-gmap iframe {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-info .footer-info-map .footer-info-map-gmap iframe {
    height: 106.6666666667vw;
  }
}
footer .footer-notice {
  margin: 0 0 1.8301610542vw;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  footer .footer-notice {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-notice {
    text-align: center;
    margin: 0 5.3333333333vw 5.3333333333vw;
  }
}
footer .footer-notice p {
  display: inline-block;
  font-size: 1.4641288433vw;
  color: #006934;
  background-color: #FFE200;
  border-radius: 0.7320644217vw;
  padding: 0.5em 1.5em;
}
@media screen and (min-width: 1441px) {
  footer .footer-notice p {
    font-size: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-notice p {
    padding: 0.5em 1.2em;
    font-size: 4.2666666667vw;
    border-radius: 2.6666666667vw;
    text-align: left;
  }
}
footer .footer-notice p span {
  display: block;
  padding: 0 0 0 2em;
  background: url(../img/icon-notice.webp) no-repeat center left/2.0863836018vw auto;
}
@media screen and (min-width: 1441px) {
  footer .footer-notice p span {
    background-size: 28.5px auto;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-notice p span {
    background-size: 6.4vw auto;
  }
}
footer .footer-btn {
  padding: 0 2.4158125915vw;
  margin: 0 0 2.196193265vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-btn {
    padding: 0 72px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn {
    padding: 0 3.2vw;
    margin: 0 0 8vw;
  }
}
footer .footer-btn .footer-btn-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5622254758vw 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-btn .footer-btn-list ul {
    gap: 35px 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul {
    display: block;
  }
}
footer .footer-btn .footer-btn-list ul li {
  width: 43.9238653001vw;
  height: 6.588579795vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-btn .footer-btn-list ul li {
    width: 600px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li {
    width: 100%;
    height: 33.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
footer .footer-btn .footer-btn-list ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 6.588579795vw;
  box-shadow: 0.3660322108vw 0.3660322108vw 0.3660322108vw rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1441px) {
  footer .footer-btn .footer-btn-list ul li a {
    border-radius: 90px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li a {
    flex-direction: column;
    justify-content: center;
    border-radius: 33.3333333333vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.16);
  }
}
footer .footer-btn .footer-btn-list ul li a:hover {
  opacity: 1;
  background-color: #E2FFD1;
}
footer .footer-btn .footer-btn-list ul li.footer-btn-tel .footer-btn-tel-number {
  display: inline-block;
  font-size: 2.196193265vw;
  font-family: "Zen Maru Gothic", serif;
  padding: 0 0 0 1.2em;
  background: url(../img/icon-phone.webp) no-repeat center left/1.7935578331vw auto;
  margin: 0 2.5622254758vw 0 3.6603221083vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-tel .footer-btn-tel-number {
    font-size: 30px;
    background-size: 24.5px auto;
    margin: 0 35px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-tel .footer-btn-tel-number {
    font-size: 8vw;
    background-size: 6.5333333333vw auto;
    margin: 0 9.3333333333vw 0 13.3333333333vw;
  }
}
footer .footer-btn .footer-btn-list ul li.footer-btn-tel .footer-btn-tel-number span {
  font-weight: 900;
}
footer .footer-btn .footer-btn-list ul li.footer-btn-tel .footer-btn-tel-info dl {
  display: flex;
  align-items: center;
  font-size: 1.0980966325vw;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 1441px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-tel .footer-btn-tel-info dl {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-tel .footer-btn-tel-info dl {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
footer .footer-btn .footer-btn-list ul li.footer-btn-tel .footer-btn-tel-info dl dt {
  color: #006934;
  margin: 0 1em 0 0;
}
footer .footer-btn .footer-btn-list ul li.footer-btn-contact .footer-btn-contact-txt {
  display: inline-block;
  font-size: 1.0980966325vw;
  padding: 0 0 0 5em;
  background: url(../img/icon-mail.webp) no-repeat center left/3.8799414348vw auto;
  margin: 0 2.5622254758vw 0 3.6603221083vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-contact .footer-btn-contact-txt {
    font-size: 15px;
    background-size: 53px auto;
    margin: 0 35px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-contact .footer-btn-contact-txt {
    font-size: 4vw;
    background-size: 14.1333333333vw auto;
    margin: 0 9.3333333333vw 0 13.3333333333vw;
    margin: 0 0 0.5em;
  }
}
footer .footer-btn .footer-btn-list ul li.footer-btn-contact .footer-btn-contact-txt p {
  color: #006934;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-contact .footer-btn-contact-txt p {
    padding: 0.3em 0;
  }
}
footer .footer-btn .footer-btn-list ul li.footer-btn-contact .footer-btn-contact-main p {
  font-size: 1.6837481698vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-contact .footer-btn-contact-main p {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-contact .footer-btn-contact-main p {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-line {
    margin: 0 0 8.8vw;
  }
}
footer .footer-btn .footer-btn-list ul li.footer-btn-line .footer-btn-line-txt {
  display: inline-block;
  font-size: 1.0980966325vw;
  padding: 0 0 0 5em;
  background: url(../img/icon-line.webp) no-repeat center left/3.513909224vw auto;
  margin: 0 2.5622254758vw 0 3.2210834553vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-line .footer-btn-line-txt {
    font-size: 15px;
    background-size: 48px auto;
    margin: 0 35px 0 44px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-line .footer-btn-line-txt {
    font-size: 4vw;
    background-size: 12.8vw auto;
    margin: 0 9.3333333333vw 0 11.7333333333vw;
  }
}
footer .footer-btn .footer-btn-list ul li.footer-btn-line .footer-btn-line-txt p {
  color: #006934;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-line .footer-btn-line-txt p {
    padding: 0.5em 0;
  }
}
footer .footer-btn .footer-btn-list ul li.footer-btn-line .footer-btn-line-main p {
  font-size: 1.6837481698vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-line .footer-btn-line-main p {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-line .footer-btn-line-main p {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-resevation {
    margin: 0;
  }
}
footer .footer-btn .footer-btn-list ul li.footer-btn-resevation .footer-btn-resevation-txt {
  position: absolute;
  width: 12.6647144949vw;
  height: 6.8814055637vw;
  top: -1.0248901903vw;
  left: 1.9765739385vw;
  display: inline-block;
  background: url(../img/icon-reservation.webp.webp) no-repeat center left/contain;
}
@media screen and (min-width: 1441px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-resevation .footer-btn-resevation-txt {
    width: 173px;
    height: 94px;
    top: -14px;
    left: 27px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-resevation .footer-btn-resevation-txt {
    width: 46.1333333333vw;
    height: 25.0666666667vw;
    top: -3.7333333333vw;
    left: 7.2vw;
  }
}
footer .footer-btn .footer-btn-list ul li.footer-btn-resevation .footer-btn-resevation-txt p {
  color: #006934;
  padding: 1em 0;
}
footer .footer-btn .footer-btn-list ul li.footer-btn-resevation .footer-btn-resevation-main {
  display: inline-block;
  font-size: 1.6837481698vw;
  padding: 0 0 0 4em;
  background: url(../img/icon-device.webp) no-repeat center left/4.39238653vw auto;
  margin: 0 0 0 16.9838945827vw;
}
@media screen and (min-width: 1441px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-resevation .footer-btn-resevation-main {
    font-size: 23px;
    background-size: 60px auto;
    margin: 0 0 0 232px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-btn .footer-btn-list ul li.footer-btn-resevation .footer-btn-resevation-main {
    font-size: 5.3333333333vw;
    background-size: 16vw auto;
    margin: 1em 0 0;
    background-position: top right;
    padding: 12.2666666667vw 1em 0;
  }
}
footer .footer-btn .footer-btn-list ul li.footer-btn-resevation .footer-btn-resevation-main p {
  color: #006934;
  line-height: 2;
  letter-spacing: 0.1em;
}
footer .footer-meta {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer-meta {
    padding: 0 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-meta .footer-meta-logo {
    text-align: left;
  }
}
footer .footer-meta .footer-meta-logo a {
  display: inline-block;
  font-size: 1.9033674963vw;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  background: url(../img/logo.webp.webp) no-repeat center left/7.7598828697vw auto;
  padding: 2.3426061493vw 0 1.1713030747vw 9.0775988287vw;
  text-align: left;
}
@media screen and (min-width: 1441px) {
  footer .footer-meta .footer-meta-logo a {
    font-size: 26px;
    background-size: 106px auto;
    padding: 32px 0 16px 124px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-meta .footer-meta-logo a {
    font-size: 5.8666666667vw;
    background-size: 22.6666666667vw auto;
    padding: 5.3333333333vw 0 3.2vw 27.2vw;
  }
}
footer .footer-meta p {
  font-size: 1.1713030747vw;
  padding: 1em 0 0;
}
@media screen and (min-width: 1441px) {
  footer .footer-meta p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-meta p {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
footer .copyright {
  padding: 2.9282576867vw 0 2.9282576867vw;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  footer .copyright {
    padding: 40px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 8.5333333333vw 0 4.8vw;
  }
}
footer .copyright small {
  font-size: 0.878477306vw;
}
@media screen and (min-width: 1441px) {
  footer .copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright small {
    font-size: 3.2vw;
  }
}

/*---------------------------------
COMMON
---------------------------------*/
.common-ttl {
  text-align: center;
  position: relative;
  padding: 0 0 3.6603221083vw;
  margin: 0 0 2.9282576867vw;
  background: url(../img/h-deco.webp) no-repeat center bottom/30.4538799414vw auto;
}
@media screen and (min-width: 1441px) {
  .common-ttl {
    padding: 0 0 50px;
    margin: 0 0 40px;
    background-size: 416px auto;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl {
    padding: 0 0 13.3333333333vw;
    margin: 0 -3.2vw 10.6666666667vw;
    background-image: url(../img/h-deco_sp.webp);
    background-size: 100vw auto;
  }
}
.common-ttl h1,
.common-ttl h2 {
  font-size: 2.196193265vw;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1441px) {
  .common-ttl h1,
  .common-ttl h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl h1,
  .common-ttl h2 {
    font-size: 8vw;
  }
}
.common-ttl small {
  font-size: 1.0248901903vw;
  color: #006934;
}
@media screen and (min-width: 1441px) {
  .common-ttl small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl small {
    font-size: 3.7333333333vw;
  }
}

.btn-common {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 30.3806734993vw;
  height: 6.9546120059vw;
  line-height: 6.588579795vw;
  background-color: #fff;
  border: solid #79c452 0.0732064422vw;
  border-radius: 0.7320644217vw;
}
@media screen and (min-width: 1441px) {
  .btn-common {
    width: 415px;
    height: 95px;
    line-height: 90px;
    border-width: 1px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .btn-common {
    width: 100%;
    height: 25.3333333333vw;
    line-height: 23.4666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.btn-common:after {
  content: "";
  background: url(../img/btn-arrow.webp) no-repeat center/contain;
  width: 1.5007320644vw;
  height: 1.5007320644vw;
  position: absolute;
  top: 50%;
  right: 1.4641288433vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 1441px) {
  .btn-common:after {
    width: 20.5px;
    height: 20.5px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn-common:after {
    width: 5.4666666667vw;
    height: 5.4666666667vw;
    right: 5.3333333333vw;
  }
}
.btn-common span {
  font-size: 1.317715959vw;
  color: #006934;
  letter-spacing: 0.08em;
  display: inline-block;
  padding: 0 1em 0 0;
}
@media screen and (min-width: 1441px) {
  .btn-common span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .btn-common span {
    font-size: 4.8vw;
  }
}
.btn-common:hover {
  opacity: 1;
  background-color: #E2FFD1;
}
.btn-common.btn-logo {
  text-align: left;
  padding: 0 1.4641288433vw 0 2.635431918vw;
}
@media screen and (min-width: 1441px) {
  .btn-common.btn-logo {
    padding: 0 20px 0 36px;
  }
}
@media screen and (max-width: 768px) {
  .btn-common.btn-logo {
    padding: 0 4vw 0 3.2vw;
  }
}
.btn-common.btn-logo span {
  background: url(../img/logo.webp.webp) no-repeat top left/5.4904831625vw auto;
  padding: 0 0 0 7.7598828697vw;
}
@media screen and (min-width: 1441px) {
  .btn-common.btn-logo span {
    background-position: top 0 left;
    background-size: 75px auto;
    padding: 0 0 0 106px;
  }
}
@media screen and (max-width: 768px) {
  .btn-common.btn-logo span {
    background-size: 14.6666666667vw auto;
    background-position: top 4vw left;
    padding: 0 0 0 15.4666666667vw;
  }
}
.btn-common.btn-small {
  width: auto;
  min-width: 24.1581259151vw;
  height: 6.588579795vw;
  line-height: 6.2225475842vw;
}
@media screen and (min-width: 1441px) {
  .btn-common.btn-small {
    width: auto;
    min-width: 330px;
    height: 90px;
    line-height: 85px;
  }
}
@media screen and (max-width: 768px) {
  .btn-common.btn-small {
    min-width: auto;
    width: 100%;
    height: 24vw;
    line-height: 22.6666666667vw;
  }
}

/*---------------------------------
main
---------------------------------*/
.container {
  max-width: 500px;
  margin: 0 auto;
  position: relative; /* ★重要: これで絶対配置の基準点を設定 */
  overflow: hidden; /* ★必要に応じて: はみ出しを隠す */
  padding-bottom: 130px;
}

#mv {
  background-image: url(../img/main.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 0;
  padding-bottom: 177.8%; /* 667/375 = 1.778 = 177.8% */
  position: relative;
  display: block;
  box-sizing: border-box;
}
#mv .copy01 {
  transform: skewX(-5deg);
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #FF4A88;
  font-size: 1.4583333333vw;
  position: absolute;
  top: 30px;
  left: 10px;
}
@media screen and (max-width: 1440px) {
  #mv .copy01 {
    font-size: 2.0497803807vw;
  }
}
@media screen and (max-width: 1200px) {
  #mv .copy01 {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .copy01 {
    font-size: 4.8vw;
  }
}
#mv .copy01 span {
  font-size: 1.7708333333vw;
}
@media screen and (max-width: 1200px) {
  #mv .copy01 span {
    font-size: 3.3203125vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .copy01 span {
    font-size: 6.4vw;
  }
}
#mv .copy02 {
  writing-mode: vertical-rl;
  position: absolute;
  top: 20px;
  right: 30px;
}
@media screen and (max-width: 1200px) {
  #mv .copy02 {
    right: 20px;
  }
}
#mv .copy02 span {
  background: #fff;
  padding: 8px 5px;
  font-size: 2.0833333333vw;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
}
@media screen and (max-width: 1440px) {
  #mv .copy02 span {
    font-size: 2.4890190337vw;
  }
}
@media screen and (max-width: 1200px) {
  #mv .copy02 span {
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .copy02 span {
    font-size: 7.4666666667vw;
  }
}
#mv .salon_title {
  width: 100%;
  background: url(../img/main02_bk.webp) no-repeat top center/cover;
  display: flex; /* または display: grid; */
  flex-direction: column; /* 要素を縦に並べる */
  padding-top: 80px;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #mv .salon_title {
    padding-top: 70px;
    position: absolute;
    top: auto;
    bottom: 0px;
  }
}
#mv .salon_title h1 {
  order: 2; /* 2番目に表示 */
  text-align: center;
}
#mv .salon_title h1 img {
  max-width: 60%;
}
@media screen and (min-width: 1441px) {
  #mv .salon_title h1 img {
    max-width: 40%;
  }
}
#mv .salon_title h2 {
  order: 1; /* 1番目に表示 */
  text-align: center;
}
#mv .salon_title h2 img {
  max-width: 80%;
}
@media screen and (min-width: 1441px) {
  #mv .salon_title h2 img {
    max-width: 50%;
  }
}
#mv .salon_title .point {
  order: 3;
}
#mv .salon_title .point ul {
  text-align: center;
}
#mv .salon_title .point ul li {
  background: #FF4A88;
  padding: 3px 5px;
  border-radius: 10px;
  color: #fff;
  font-size: 2.6666666667vw;
  display: inline-block;
  margin: 2px;
}
@media screen and (min-width: 1441px) {
  #mv .salon_title .point ul li {
    font-size: 0.7320644217vw;
  }
}

figure.ttl_img {
  padding: 0 30px;
}

#main-price-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0px;
  color: #FF4A88;
}

.price-plan-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  padding: 10px 5px;
}

.plan-header {
  margin-bottom: 0;
}

.plan-title {
  font-size: 16px;
  margin-bottom: 0;
  white-space: nowrap;
}
@media screen and (min-width: 1441px) {
  .plan-title {
    font-size: 1.1713030747vw;
  }
}

.plan-subtitle {
  font-size: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 1441px) {
  .plan-subtitle {
    font-size: 0.7320644217vw;
  }
}

.discount-area {
  margin: 0px;
  flex-shrink: 0;
}

.discount-badge {
  max-width: 85px;
  height: auto;
}
@media screen and (min-width: 1441px) {
  .discount-badge {
    width: 90px;
  }
}

.price-info {
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
}

.course-detail {
  font-size: 20px;
  white-space: nowrap;
}

.currency {
  font-size: 25px;
  margin-right: 5px;
}

.final-price {
  font-size: 32px;
}

#contact-section {
  position: fixed; /* fixed を維持 */
  bottom: 0;
  left: 50%; /* 中央に配置 */
  transform: translateX(-50%); /* 中央寄せの調整 */
  background-image: url(../img/cta_bk.webp);
  background-size: cover;
  padding: 10px 10px;
  z-index: 9999;
}
#contact-section h2 {
  background-image: url(../img/accent_l.svg), url(../img/accent_r.svg);
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  background-size: 30px, 30px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1441px) {
  #contact-section h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  #contact-section h2 {
    font-size: 1.3671875vw;
  }
}
@media screen and (max-width: 768px) {
  #contact-section h2 {
    font-size: 3.7333333333vw;
  }
}
#contact-section h2 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 1441px) {
  #contact-section h2 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  #contact-section h2 span {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  #contact-section h2 span {
    font-size: 4.2666666667vw;
  }
}
#contact-section .contact_btn_area {
  display: flex;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
#contact-section .contact_btn_area .contact_btn img {
  height: 55px;
  width: auto;
}

#problem-section {
  text-align: center;
  background-image: url(../img/problem_bk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 10px;
  padding-bottom: 70px;
  position: relative;
}
#problem-section h2.section-heading {
  color: #707070;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 42px;
  margin-bottom: 200px;
}
#problem-section h2.section-heading span {
  font-size: 54px;
}
#problem-section .problem-item {
  display: block;
  background: #fff;
  padding: 5px 20px;
  margin-bottom: 1rem;
  text-align: left;
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  padding-left: 30px; /* アイコンの幅 + アイコンとテキストの間隔 */
  position: relative; /* アイコンを疑似要素で配置する場合に基準となる */
  color: #707070;
}
#problem-section .problem-item::before { /* 疑似要素でアイコンを配置 */
  content: ""; /* 疑似要素には content が必須 */
  margin-left: 5px;
  display: block; /* ブロック要素にして幅と高さを指定できるようにする */
  width: 20px; /* アイコンの幅 */
  height: 20px; /* アイコンの高さ */
  background-image: url("../img/icon_check.svg"); /* SVGファイルのパス */
  background-size: contain; /* アイコンがはみ出さないように調整 */
  background-repeat: no-repeat;
  background-position: center center; /* アイコンを中央に配置 */
  position: absolute; /* 親要素 .list-with-icon li を基準に配置 */
  left: 0; /* 左端に配置 */
  top: 50%; /* 縦方向の中央 */
  transform: translateY(-50%); /* 縦方向の中央寄せの微調整 */
}
#problem-section .arrow_area {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}
#problem-section .arrow_area img {
  width: 50%;
  max-width: 240px;
}

.sparkle {
  background-image: url(../img/problem_2_bk.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#problem-2nd-section {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 10%;
}
#problem-2nd-section h2 {
  font-size: 24px;
}
#problem-2nd-section h2 img {
  padding: 0 50px;
}

#reason_section {
  background: url(../img/reason_bk.webp) no-repeat top/cover;
  padding: 20px;
}
#reason_section h2 {
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 36px;
  text-shadow: #fff 1px 1px 2px;
  padding: 10% 0;
}
#reason_section h2 span {
  font-size: 42px;
}
#reason_section .reason-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center; /* 中央寄せ */
  gap: 20px; /* アイテム間のスペース */
}
#reason_section .reason-item {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px;
}
#reason_section .reason-item .reason-item__content {
  display: flex;
  margin-bottom: 1em;
  align-items: center;
}
#reason_section .reason-item .reason-item__content .reason-item__badge-wrapper {
  flex-basis: 30%;
}
#reason_section .reason-item .reason-item__content .reason-item__text-wrapper {
  flex-basis: 70%;
  padding-left: 20px;
}
#reason_section .reason-item .reason-item__content .reason-item__title {
  font-size: 16px;
  font-weight: bold;
}
#reason_section .reason-item .reason-item__content .reason-item__description {
  color: #707070;
  font-size: 12px;
}

.reason_plus {
  background-image: url(../img/bk_reason_plus.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom right;
  padding-right: 40%;
  padding-top: 30%;
  padding-bottom: 0px;
}
.reason_plus p {
  color: #FF4A88;
  font-size: 16px;
  line-height: 2;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .reason_plus p {
    font-size: 12px;
  }
}

#plan_section {
  padding-top: 30px;
  /* 価格表示エリア */
}
#plan_section .plan-section__heading {
  font-weight: bold;
  text-align: center;
}
#plan_section .plan-section__heading span {
  display: block;
  font-size: 42px;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
}
#plan_section .plan-card {
  background-color: #FF4A88;
  color: #fff;
  border-radius: 20px 20px 0% 0%;
}
#plan_section .plan-card.plan-2 {
  background-color: #FF5F6F;
}
#plan_section .plan-item {
  position: relative;
  margin-top: 30px;
  padding: 20px;
  margin-bottom: 20px;
}
#plan_section .plan-item .badge {
  position: absolute;
  top: -20px; /* 上にはみ出す量 */
  left: 20px;
  width: 120px; /* バッジの幅 */
  height: auto;
  z-index: 10; /* 他のコンテンツより手前に */
}
#plan_section .plan-item h3 {
  margin-left: 150px; /* バッジの幅 + 余白 */
  font-size: 20px;
  font-weight: bold;
}
#plan_section .plan-card__items {
  text-align: center;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
}
#plan_section .plan-card__items .plan-card__item {
  background: #fff;
  padding: 2px 8px;
  color: #FF4A88;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 1em;
}
#plan_section .plan-card__price-area {
  margin-bottom: 15px; /* 各価格エリアの下余白 */
  border-top: 1px dashed #eee; /* 上部に点線ボーダー */
  padding-top: 15px;
  padding: 15px;
}
#plan_section .plan-card__note {
  font-size: 0.9em;
  margin-bottom: 5px;
}
#plan_section .plan-card__note strong {
  color: #fff; /* 例: 割引率の強調色 */
  font-size: 1.4em;
  font-weight: bold;
}
#plan_section .plan-card__price-value {
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; /* フォントファミリーを指定 */
  font-weight: bold;
  display: flex; /* 通貨と数字を横並びにする */
  justify-content: center; /* 中央寄せ */
  align-items: baseline; /* ベースラインを揃える */
}
#plan_section .plan-card__currency {
  font-size: 1.5em; /* 通貨記号のサイズ */
  margin-right: 5px;
}
#plan_section .plan-card__final-price {
  font-size: 3em; /* 最終価格のサイズ */
  line-height: 1; /* 行の高さを調整 */
}
#plan_section .plan-card__trial_price-area {
  background-color: #FF91B7;
}

/*---------------------------------
FLOW SECTION - アイコン対応版
---------------------------------*/
#flow_section {
  background: linear-gradient(135deg, #FFF8F8, #FFE4E1);
  padding: 2.9282576867vw 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  #flow_section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #flow_section {
    padding: 10.6666666667vw 4vw;
  }
}
#flow_section .section-heading {
  text-align: center;
  font-size: 3.074670571vw;
  color: #FF4A88;
  margin-bottom: 2.9282576867vw;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #flow_section .section-heading {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #flow_section .section-heading {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
#flow_section .section-heading::after {
  content: "";
  width: 4.39238653vw;
  height: 0.2928257687vw;
  background: linear-gradient(90deg, #FF4A88, #FF91B7);
  border-radius: 0.1464128843vw;
  position: absolute;
  bottom: -0.7320644217vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1441px) {
  #flow_section .section-heading::after {
    width: 60px;
    height: 4px;
    border-radius: 2px;
    bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  #flow_section .section-heading::after {
    width: 16vw;
    height: 1.0666666667vw;
    border-radius: 0.5333333333vw;
    bottom: -2.6666666667vw;
  }
}
#flow_section .flow-container {
  display: grid;
  gap: 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  #flow_section .flow-container {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #flow_section .flow-container {
    gap: 4vw;
  }
}
#flow_section .flow-item {
  background: #fff;
  border-radius: 1.4641288433vw;
  padding: 1.8301610542vw;
  display: flex;
  align-items: flex-start;
  gap: 1.4641288433vw;
  box-shadow: 0 0.2928257687vw 1.0980966325vw rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (min-width: 1441px) {
  #flow_section .flow-item {
    border-radius: 20px;
    padding: 25px;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #flow_section .flow-item {
    border-radius: 4vw;
    padding: 5.3333333333vw;
    gap: 4vw;
    box-shadow: 0 1.0666666667vw 4vw rgba(0, 0, 0, 0.1);
  }
}
#flow_section .flow-item:hover {
  transform: translateY(-0.1464128843vw);
  box-shadow: 0 0.439238653vw 1.4641288433vw rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1441px) {
  #flow_section .flow-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 768px) {
  #flow_section .flow-item:hover {
    transform: translateY(-0.5333333333vw);
    box-shadow: 0 1.6vw 5.3333333333vw rgba(0, 0, 0, 0.15);
  }
}
#flow_section .flow-number {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7320644217vw;
}
@media screen and (min-width: 1441px) {
  #flow_section .flow-number {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #flow_section .flow-number {
    gap: 2.1333333333vw;
  }
}
#flow_section .flow-number .number {
  width: 5.8565153734vw;
  height: 5.8565153734vw;
  background: linear-gradient(135deg, #FF4A88, #FF91B7);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9033674963vw;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 0.2196193265vw dotted #fff;
  box-shadow: 0 0.1464128843vw 0.5856515373vw rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1441px) {
  #flow_section .flow-number .number {
    width: 80px;
    height: 80px;
    font-size: 26px;
    border: 3px dotted #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #flow_section .flow-number .number {
    width: 16vw;
    height: 16vw;
    font-size: 5.8666666667vw;
    border: 0.5333333333vw dotted #fff;
    box-shadow: 0 0.5333333333vw 1.6vw rgba(0, 0, 0, 0.1);
  }
}
#flow_section .flow-icon {
  width: 4.39238653vw;
  height: 4.39238653vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1441px) {
  #flow_section .flow-icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #flow_section .flow-icon {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
  }
}
#flow_section .flow-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: opacity(0.8);
  transition: filter 0.3s ease;
}
.flow-item:hover #flow_section .flow-icon img {
  filter: opacity(1);
}
#flow_section .flow-content {
  flex: 1;
  padding-top: 0.3660322108vw;
}
@media screen and (min-width: 1441px) {
  #flow_section .flow-content {
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #flow_section .flow-content {
    padding-top: 0.8vw;
  }
}
#flow_section .flow-title {
  font-size: 1.756954612vw;
  font-weight: bold;
  color: #FF4A88;
  margin-bottom: 0.5856515373vw;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 1441px) {
  #flow_section .flow-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  #flow_section .flow-title {
    font-size: 5.3333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
#flow_section .flow-description {
  font-size: 1.317715959vw;
  color: #555;
  line-height: 1.6;
}
@media screen and (min-width: 1441px) {
  #flow_section .flow-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #flow_section .flow-description {
    font-size: 4.2666666667vw;
  }
}

/* お客様の声セクション */
#voice_section {
  padding: 40px 20px;
  background: url(../img/marble_bk.webp) no-repeat center/cover;
}
#voice_section h2.section-heading {
  text-align: center;
  color: #FF4A88;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 42px;
  margin-bottom: 30px;
}
#voice_section h2.section-heading span {
  font-size: 24px;
  display: block;
}
#voice_section .voice-container {
  max-width: 600px;
  margin: 0 auto;
}
#voice_section .voice-item {
  background: white;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
#voice_section .voice-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#voice_section .voice-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
  border: 3px solid #FFB6D9;
}
#voice_section .voice-info h3 {
  font-size: 18px;
  color: #FF4A88;
  margin-bottom: 10px;
  font-weight: bold;
}
#voice_section .voice-age {
  background: #FF4A88;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
}
#voice_section .voice-content {
  position: relative;
  background: #FFF8F8;
  padding: 20px;
  border-radius: 15px;
  border-left: 4px solid #FF4A88;
}
#voice_section .voice-content::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 40px;
  color: #FF4A88;
  font-family: serif;
}
#voice_section .voice-title {
  font-size: 26px;
  font-weight: bold;
  color: #FF4A88;
  margin-bottom: 10px;
}
#voice_section .voice-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* 料金セクション */
#price_section {
  padding: 0 0 60px;
  background: linear-gradient(135deg, #FFF8F8, #FFE4E1);
  /* 料金表ラッパー */
  /* 基本料金表 */
  /* テーブルスタイル - 完全に非表示 */
  /* アコーディオン式料金表（PC・スマホ共通） */
  /* おすすめプランセクション */
  /* 学割・アフター脱毛割引 */
  /* お客様の声インライン */
}
@media screen and (min-width: 1441px) {
  #price_section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #price_section {
    padding: 0 0px 40px;
  }
}
#price_section .price-section__heading {
  text-align: center;
  font-size: 3.074670571vw;
  color: #FF4A88;
  margin-bottom: 3.6603221083vw;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media screen and (min-width: 1441px) {
  #price_section .price-section__heading {
    font-size: 42px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .price-section__heading {
    font-size: 9.6vw;
    margin-bottom: 8vw;
  }
}
#price_section .price-section__heading span {
  display: block;
  font-size: 1.756954612vw;
}
@media screen and (min-width: 1441px) {
  #price_section .price-section__heading span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .price-section__heading span {
    font-size: 6.4vw;
  }
}
#price_section .price-tables-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.9282576867vw;
  margin-bottom: 4.39238653vw;
}
@media screen and (min-width: 1441px) {
  #price_section .price-tables-wrapper {
    gap: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .price-tables-wrapper {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
#price_section .basic-price-table {
  background: #fff;
  border-radius: 1.4641288433vw;
  box-shadow: 0 0.2928257687vw 1.4641288433vw rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  #price_section .basic-price-table {
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #price_section .basic-price-table {
    border-radius: 4vw;
    box-shadow: 0 1.0666666667vw 4vw rgba(0, 0, 0, 0.1);
  }
}
#price_section .table-header {
  background: #FF4A88;
  color: #fff;
  padding: 1.4641288433vw;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1441px) {
  #price_section .table-header {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .table-header {
    padding: 4vw;
  }
}
#price_section .table-header h3 {
  font-size: 1.756954612vw;
  font-weight: bold;
  margin-bottom: 0.7320644217vw;
}
@media screen and (min-width: 1441px) {
  #price_section .table-header h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .table-header h3 {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
#price_section .table-header .update-info {
  font-size: 1.0248901903vw;
  opacity: 0.9;
}
@media screen and (min-width: 1441px) {
  #price_section .table-header .update-info {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .table-header .update-info {
    font-size: 3.2vw;
  }
}
#price_section .price-table {
  display: none;
}
#price_section .mobile-price-cards {
  display: block;
}
#price_section .mobile-price-cards .plan-type-header {
  background: #FF4A88;
  color: #fff;
  text-align: center;
  padding: 0.878477306vw;
  margin: 1.4641288433vw 0 0.7320644217vw;
  border-radius: 0.7320644217vw 0.7320644217vw 0 0;
  font-weight: bold;
  font-size: 1.0248901903vw;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .plan-type-header {
    padding: 12px;
    margin: 20px 0 10px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .plan-type-header {
    padding: 3.2vw;
    margin: 5.3333333333vw 0 2.6666666667vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    font-size: 3.7333333333vw;
  }
}
#price_section .mobile-price-cards .plan-type-header:first-child {
  margin-top: 0;
}
#price_section .mobile-price-cards .price-cards-row {
  background: url(../img/bk_plan.webp) no-repeat top left/75% auto;
}
#price_section .mobile-price-cards .price-cards-row .price-cards-text {
  padding-top: 1em;
  width: 60%;
  margin-left: auto;
}
#price_section .mobile-price-cards .price-cards-row .price-cards-flexcontainer {
  padding: 0 10px;
  display: flex;
  gap: 10px;
}
#price_section .mobile-price-cards .price-cards-row .price-cards-flexcontainer .plan12 {
  flex-basis: 100%;
  padding-top: 10px;
}
#price_section .mobile-price-cards .price-option-card {
  background: url(../img/bk_sparkle.webp) no-repeat center/cover;
  border-radius: 0.5856515373vw;
  padding: 0.7320644217vw;
  text-align: center;
  border: 0.0732064422vw solid #ddd;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .price-option-card {
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #ddd;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .price-option-card {
    border-radius: 2.1333333333vw;
    padding: 2.6666666667vw;
    border: 0.2666666667vw solid #ddd;
  }
}
#price_section .mobile-price-cards .price-option-card .option-name {
  font-size: 0.878477306vw;
  color: #707070;
  margin-bottom: 0.3660322108vw;
  font-weight: bold;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .price-option-card .option-name {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .price-option-card .option-name {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#price_section .mobile-price-cards .price-option-card .option-detail {
  font-size: 0.7320644217vw;
  color: #707070;
  margin-bottom: 0.5856515373vw;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .price-option-card .option-detail {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .price-option-card .option-detail {
    font-size: 2.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
#price_section .mobile-price-cards .price-option-card .discount-info {
  background: #FF4A88;
  color: #fff;
  font-size: 0.6588579795vw;
  padding: 0.1464128843vw 0.439238653vw;
  border-radius: 0.7320644217vw;
  margin-bottom: 0.3660322108vw;
  display: inline-block;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .price-option-card .discount-info {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .price-option-card .discount-info {
    font-size: 2.4vw;
    padding: 0.5333333333vw 1.6vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
#price_section .mobile-price-cards .part-category-section {
  margin-bottom: 1.0980966325vw;
  border-radius: 0.5856515373vw;
  overflow: hidden;
  box-shadow: 0 0.1464128843vw 0.5856515373vw rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .part-category-section {
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .part-category-section {
    margin-bottom: 4vw;
    border-radius: 2.1333333333vw;
    box-shadow: 0 0.5333333333vw 2.1333333333vw rgba(0, 0, 0, 0.1);
  }
}
#price_section .mobile-price-cards .part-category-section .category-title {
  background: linear-gradient(135deg, #F0F8FF, #E6F3FF);
  color: #006934;
  padding: 1.0980966325vw;
  text-align: left;
  font-weight: bold;
  font-size: 1.0248901903vw;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .part-category-section .category-title {
    padding: 20px 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .part-category-section .category-title {
    padding: 4vw;
    font-size: 3.7333333333vw;
  }
}
#price_section .mobile-price-cards .part-category-section .category-title:hover {
  background: linear-gradient(135deg, #E6F3FF, #D6EDFF);
}
#price_section .mobile-price-cards .part-category-section .category-title::after {
  content: "料金を見る ▼";
  font-size: 0.878477306vw;
  transition: transform 0.3s ease;
  color: #FF4A88;
  font-weight: bold;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .part-category-section .category-title::after {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .part-category-section .category-title::after {
    font-size: 3.2vw;
  }
}
#price_section .mobile-price-cards .part-category-section .category-title.active {
  background: linear-gradient(135deg, #FF4A88, #FF6BA0);
  color: #fff;
}
#price_section .mobile-price-cards .part-category-section .category-title.active::after {
  content: "閉じる ▲";
  color: #fff;
}
#price_section .mobile-price-cards .part-category-section .category-title .category-count {
  font-size: 0.8052708638vw;
  opacity: 0.8;
  margin-left: 0.5856515373vw;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .part-category-section .category-title .category-count {
    font-size: 14px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .part-category-section .category-title .category-count {
    font-size: 2.9333333333vw;
    margin-left: 2.1333333333vw;
  }
}
#price_section .mobile-price-cards .part-category-section .parts-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
#price_section .mobile-price-cards .part-category-section .parts-list.active {
  max-height: 2000px;
  transition: max-height 0.5s ease-in;
}
#price_section .mobile-price-cards .part-category-section .parts-list .part-item {
  background: #fff;
  border-bottom: 0.0732064422vw solid #f0f0f0;
  padding: 0.878477306vw;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item {
    border-bottom: 0.2666666667vw solid #f0f0f0;
    padding: 3.2vw;
  }
}
#price_section .mobile-price-cards .part-category-section .parts-list .part-item:last-child {
  border-bottom: none;
}
#price_section .mobile-price-cards .part-category-section .parts-list .part-item:hover {
  background: #FAFAFA;
}
#price_section .mobile-price-cards .part-category-section .parts-list .part-item .part-name-mobile {
  font-weight: bold;
  font-size: 1.317715959vw;
  color: #FF4A88;
  margin-bottom: 0.5856515373vw;
  position: relative;
  padding-right: 2.196193265vw;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .part-name-mobile {
    font-size: 18px;
    margin-bottom: 12px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .part-name-mobile {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
    padding-right: 8vw;
  }
}
#price_section .mobile-price-cards .part-category-section .parts-list .part-item .part-name-mobile.popular::after {
  content: "人気";
  background: #FFE200;
  color: #006934;
  font-size: 0.5856515373vw;
  padding: 0.1464128843vw 0.439238653vw;
  border-radius: 0.7320644217vw;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  animation: pulse 2s infinite;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .part-name-mobile.popular::after {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .part-name-mobile.popular::after {
    font-size: 2.1333333333vw;
    padding: 0.5333333333vw 1.6vw;
    border-radius: 2.6666666667vw;
  }
}
#price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-summary {
  font-size: 0.878477306vw;
  color: #707070;
  margin-bottom: 0.5856515373vw;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-summary {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-summary {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
#price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-summary .price-range {
  font-weight: bold;
  color: #FF4A88;
}
#price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.439238653vw 0;
  border-bottom: 0.0732064422vw dotted #e0e0e0;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row {
    padding: 12px 0;
    border-bottom: 1px dotted #e0e0e0;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row {
    padding: 1.6vw 0;
    border-bottom: 0.2666666667vw dotted #e0e0e0;
  }
}
#price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row:last-child {
  border-bottom: none;
}
#price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row .row-label {
  font-size: 1.1713030747vw;
  color: #707070;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row .row-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row .row-label {
    font-size: 4.2666666667vw;
  }
}
#price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row .row-label .discount-tag {
  background: #FF4A88;
  color: #fff;
  font-size: 1.0248901903vw;
  padding: 0.0732064422vw 0.2928257687vw;
  border-radius: 0.439238653vw;
  margin-left: 0.2928257687vw;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row .row-label .discount-tag {
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 8px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row .row-label .discount-tag {
    font-size: 3.7333333333vw;
    padding: 0.2666666667vw 1.0666666667vw;
    border-radius: 1.6vw;
    margin-left: 1.0666666667vw;
  }
}
#price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row .row-price {
  font-size: 1.4641288433vw;
  font-weight: bold;
  color: #FF4A88;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media screen and (min-width: 1441px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row .row-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .mobile-price-cards .part-category-section .parts-list .part-item .price-row .row-price {
    font-size: 5.3333333333vw;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
#price_section .discount-badge {
  background: #FF4A88;
  color: #fff;
  padding: 0.2928257687vw 0.5856515373vw;
  border-radius: 1.0980966325vw;
  font-size: 0.878477306vw;
  font-weight: bold;
}
@media screen and (min-width: 1441px) {
  #price_section .discount-badge {
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .discount-badge {
    padding: 0.8vw 1.6vw;
    border-radius: 2.6666666667vw;
    font-size: 2.4vw;
  }
}
#price_section .benefit-info {
  background: #FFF8F8;
  padding: 1.0980966325vw;
  border-top: 0.2196193265vw solid #FF4A88;
  font-size: 0.9516837482vw;
  color: #707070;
}
@media screen and (min-width: 1441px) {
  #price_section .benefit-info {
    padding: 15px;
    border-top: 3px solid #FF4A88;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .benefit-info {
    padding: 3.2vw;
    border-top: 0.5333333333vw solid #FF4A88;
    font-size: 2.9333333333vw;
  }
}
#price_section .recommended-plans {
  margin-top: 2.9282576867vw;
  overflow: visible;
}
@media screen and (min-width: 1441px) {
  #price_section .recommended-plans {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .recommended-plans {
    margin-top: 5.3333333333vw;
  }
}
#price_section .recommended-plans h3 {
  text-align: center;
  font-size: 2.0497803807vw;
  color: #FF4A88;
  margin-bottom: 2.196193265vw;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media screen and (min-width: 1441px) {
  #price_section .recommended-plans h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .recommended-plans h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#price_section .plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25.6222547584vw, 1fr));
  gap: 2.196193265vw;
}
@media screen and (min-width: 1441px) {
  #price_section .plans-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .plans-grid {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
#price_section .plan-card {
  background: #fff;
  border-radius: 1.4641288433vw;
  box-shadow: 0 0.2928257687vw 1.4641288433vw rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (min-width: 1441px) {
  #price_section .plan-card {
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #price_section .plan-card {
    border-radius: 4vw;
    box-shadow: 0 1.0666666667vw 4vw rgba(0, 0, 0, 0.1);
  }
}
#price_section .plan-card.premium {
  border: 0.2196193265vw solid #FFE200;
}
@media screen and (min-width: 1441px) {
  #price_section .plan-card.premium {
    border: 3px solid #FFE200;
  }
}
@media screen and (max-width: 768px) {
  #price_section .plan-card.premium {
    border: 0.5333333333vw solid #FFE200;
  }
}
#price_section .plan-card.premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.4641288433vw;
  width: 104px;
  height: 75px;
  transform: translateY(-25px);
  background-image: url("../img/osusume.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  /* @include pc {
     top: -15px;
     left: 20px;
     width: 120px;
     height: 30px;
   }

   @include sp {
     top: sw(-8);
     left: sw(15);
     width: sw(120);
     height: sw(30);
   }*/
}
#price_section .plan-header {
  padding: 1.8301610542vw 1.4641288433vw;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  #price_section .plan-header {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .plan-header {
    padding: 5.3333333333vw 4vw;
  }
}
#price_section .plan-title {
  font-size: 1.4641288433vw;
  font-weight: bold;
  color: #FF4A88;
  margin-bottom: 0.7320644217vw;
}
@media screen and (min-width: 1441px) {
  #price_section .plan-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .plan-title {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
#price_section .plan-subtitle {
  font-size: 1.0248901903vw;
  color: #707070;
  margin-bottom: 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  #price_section .plan-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .plan-subtitle {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
#price_section .plan-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5856515373vw;
  justify-content: center;
  margin-bottom: 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  #price_section .plan-features {
    gap: 8px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .plan-features {
    gap: 1.6vw;
    margin-bottom: 4vw;
  }
}
#price_section .feature-tag {
  background: #FF4A88;
  color: #fff;
  padding: 0.2928257687vw 0.878477306vw;
  border-radius: 1.0980966325vw;
  font-size: 1.0248901903vw;
}
@media screen and (min-width: 1441px) {
  #price_section .feature-tag {
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .feature-tag {
    padding: 0.8vw 2.1333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#price_section .plan-pricing {
  background: #FFF8F8;
  padding: 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  #price_section .plan-pricing {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .plan-pricing {
    padding: 4vw;
  }
}
#price_section .pricing-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.0980966325vw 0;
  border-bottom: 0.0732064422vw dashed #ddd;
  flex-wrap: wrap;
}
@media screen and (min-width: 1441px) {
  #price_section .pricing-row {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
  }
}
@media screen and (max-width: 768px) {
  #price_section .pricing-row {
    padding: 3.2vw 0;
    border-bottom: 0.2666666667vw dashed #ddd;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3333333333vw;
  }
}
#price_section .pricing-row:last-child {
  border-bottom: none;
}
#price_section .pricing-label {
  font-size: 1.1713030747vw;
  color: #707070;
}
@media screen and (min-width: 1441px) {
  #price_section .pricing-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .pricing-label {
    font-size: 4.2666666667vw;
  }
}
#price_section .pricing-value {
  font-size: 1.4641288433vw;
  font-weight: bold;
  color: #FF4A88;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media screen and (min-width: 1441px) {
  #price_section .pricing-value {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .pricing-value {
    font-size: 5.3333333333vw;
  }
}
#price_section .discount-rate {
  background: #FF4A88;
  color: #fff;
  padding: 0.2928257687vw 0.5856515373vw;
  border-radius: 0.7320644217vw;
  font-size: 0.878477306vw;
  margin-left: 0.7320644217vw;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 1441px) {
  #price_section .discount-rate {
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .discount-rate {
    padding: 0.5333333333vw 1.6vw;
    border-radius: 2.1333333333vw;
    font-size: 3.2vw;
    margin-left: 1.3333333333vw;
  }
}
#price_section .trial-pricing {
  background: #ffd9e6;
  border-radius: 1.0980966325vw;
  margin: 0.7320644217vw -0.7320644217vw -0.7320644217vw;
  padding: 1.0980966325vw 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  #price_section .trial-pricing {
    border-radius: 15px;
    margin: 10px -10px -10px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .trial-pricing {
    border-radius: 2.6666666667vw;
    margin: 2.1333333333vw -2.1333333333vw -2.1333333333vw;
    padding: 3.2vw 4vw;
  }
}
#price_section .discount-section {
  background: #fff;
  border-radius: 1.4641288433vw;
  padding: 2.196193265vw;
  margin-top: 2.9282576867vw;
  box-shadow: 0 0.2928257687vw 1.4641288433vw rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1441px) {
  #price_section .discount-section {
    border-radius: 20px;
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #price_section .discount-section {
    border-radius: 4vw;
    padding: 5.3333333333vw;
    margin-top: 8vw;
    box-shadow: 0 1.0666666667vw 4vw rgba(0, 0, 0, 0.1);
  }
}
#price_section .discount-section h3 {
  color: #FF4A88;
  font-size: 1.756954612vw;
  margin-bottom: 1.4641288433vw;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1441px) {
  #price_section .discount-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .discount-section h3 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
#price_section .discount-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.3016105417vw, 1fr));
  gap: 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  #price_section .discount-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .discount-grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
#price_section .discount-item {
  text-align: center;
  padding: 1.4641288433vw;
  background: #FFF8F8;
  border-radius: 1.0980966325vw;
}
@media screen and (min-width: 1441px) {
  #price_section .discount-item {
    padding: 20px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .discount-item {
    padding: 4vw;
    border-radius: 2.6666666667vw;
  }
}
#price_section .discount-item h4 {
  color: #006934;
  font-size: 1.317715959vw;
  margin-bottom: 0.7320644217vw;
}
@media screen and (min-width: 1441px) {
  #price_section .discount-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .discount-item h4 {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
#price_section .discount-rate-large {
  font-size: 2.635431918vw;
  font-weight: bold;
  color: #FF4A88;
  margin: 0.7320644217vw 0;
}
@media screen and (min-width: 1441px) {
  #price_section .discount-rate-large {
    font-size: 36px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #price_section .discount-rate-large {
    font-size: 7.4666666667vw;
    margin: 2.1333333333vw 0;
  }
}
#price_section .voice-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.9619326501vw, 1fr));
  gap: 2.196193265vw;
  margin: 2.9282576867vw 0;
}
@media screen and (min-width: 1441px) {
  #price_section .voice-testimonials {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #price_section .voice-testimonials {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin: 8vw 0;
  }
}
#price_section .voice-card {
  background: #fff;
  border-radius: 1.0980966325vw;
  padding: 1.4641288433vw;
  box-shadow: 0 0.1464128843vw 1.0980966325vw rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (min-width: 1441px) {
  #price_section .voice-card {
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #price_section .voice-card {
    border-radius: 2.6666666667vw;
    padding: 4vw;
    box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.1);
  }
}
#price_section .voice-card::before {
  content: '"';
  font-size: 4.39238653vw;
  color: #FF4A88;
  position: absolute;
  top: -0.7320644217vw;
  left: 1.0980966325vw;
  font-family: serif;
  opacity: 0.3;
}
@media screen and (min-width: 1441px) {
  #price_section .voice-card::before {
    font-size: 60px;
    top: -10px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .voice-card::before {
    font-size: 10.6666666667vw;
    top: -2.1333333333vw;
    left: 2.6666666667vw;
  }
}
#price_section .customer-info {
  display: flex;
  align-items: center;
  margin-bottom: 1.0980966325vw;
}
@media screen and (min-width: 1441px) {
  #price_section .customer-info {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .customer-info {
    margin-bottom: 3.2vw;
  }
}
#price_section .customer-avatar {
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  border-radius: 50%;
  background: #FF4A88;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-right: 1.0980966325vw;
}
@media screen and (min-width: 1441px) {
  #price_section .customer-avatar {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .customer-avatar {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 3.2vw;
    font-size: 3.2vw;
  }
}
#price_section .customer-age {
  background: #FF4A88;
  color: #fff;
  padding: 0.2928257687vw 0.878477306vw;
  border-radius: 1.0980966325vw;
  font-size: 0.878477306vw;
}
@media screen and (min-width: 1441px) {
  #price_section .customer-age {
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .customer-age {
    padding: 0.8vw 2.1333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
#price_section .voice-text {
  font-size: 1.0248901903vw;
  line-height: 1.6;
  color: #707070;
  margin-top: 0.7320644217vw;
}
@media screen and (min-width: 1441px) {
  #price_section .voice-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #price_section .voice-text {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
  }
}

/* お客様の声インライン */
.voice-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.9619326501vw, 1fr));
  gap: 2.196193265vw;
  margin: 2.9282576867vw 0;
}
@media screen and (min-width: 1441px) {
  .voice-testimonials {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .voice-testimonials {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin: 8vw 0;
  }
}

.voice-card {
  background: #fff;
  border-radius: 1.0980966325vw;
  padding: 1.4641288433vw;
  box-shadow: 0 0.1464128843vw 1.0980966325vw rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (min-width: 1441px) {
  .voice-card {
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .voice-card {
    border-radius: 2.6666666667vw;
    padding: 4vw;
    box-shadow: 0 0.5333333333vw 2.6666666667vw rgba(0, 0, 0, 0.1);
  }
}
.voice-card::before {
  content: '"';
  font-size: 4.39238653vw;
  color: #FF4A88;
  position: absolute;
  top: -0.7320644217vw;
  left: 1.0980966325vw;
  font-family: serif;
  opacity: 0.3;
}
@media screen and (min-width: 1441px) {
  .voice-card::before {
    font-size: 60px;
    top: -10px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .voice-card::before {
    font-size: 10.6666666667vw;
    top: -2.1333333333vw;
    left: 2.6666666667vw;
  }
}

.customer-info {
  display: flex;
  align-items: center;
  margin-bottom: 1.0980966325vw;
}
@media screen and (min-width: 1441px) {
  .customer-info {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .customer-info {
    margin-bottom: 3.2vw;
  }
}

.customer-avatar {
  width: 3.6603221083vw;
  height: 3.6603221083vw;
  border-radius: 50%;
  background: #FF4A88;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-right: 1.0980966325vw;
}
@media screen and (min-width: 1441px) {
  .customer-avatar {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .customer-avatar {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 3.2vw;
    font-size: 3.2vw;
  }
}

.customer-age {
  background: #FF4A88;
  color: #fff;
  padding: 0.2928257687vw 0.878477306vw;
  border-radius: 1.0980966325vw;
  font-size: 0.878477306vw;
}
@media screen and (min-width: 1441px) {
  .customer-age {
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .customer-age {
    padding: 0.8vw 2.1333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

.voice-text {
  font-size: 1.0248901903vw;
  line-height: 1.6;
  color: #707070;
  margin-top: 0.7320644217vw;
}
@media screen and (min-width: 1441px) {
  .voice-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .voice-text {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
  }
}

/*---------------------------------
STAFF SECTION
---------------------------------*/
#staff_section {
  background: linear-gradient(135deg, #FFF8F8, #FFE4E1);
  padding: 2.9282576867vw 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  #staff_section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #staff_section {
    padding: 10.6666666667vw 4vw;
  }
}
#staff_section .section-heading {
  text-align: center;
  font-size: 2.3426061493vw;
  font-weight: bold;
  color: #FF4A88;
  margin-bottom: 2.9282576867vw;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #staff_section .section-heading {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .section-heading {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
#staff_section .section-heading::after {
  content: "";
  width: 4.39238653vw;
  height: 0.2928257687vw;
  background: linear-gradient(90deg, #FF4A88, #FF91B7);
  border-radius: 0.1464128843vw;
  position: absolute;
  bottom: -0.7320644217vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1441px) {
  #staff_section .section-heading::after {
    width: 60px;
    height: 4px;
    border-radius: 2px;
    bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .section-heading::after {
    width: 16vw;
    height: 1.0666666667vw;
    border-radius: 0.5333333333vw;
    bottom: -2.6666666667vw;
  }
}
#staff_section .staff-container {
  display: grid;
  gap: 2.196193265vw;
}
@media screen and (min-width: 1441px) {
  #staff_section .staff-container {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .staff-container {
    gap: 8vw;
  }
}
#staff_section .staff-member {
  background: #fff;
  border-radius: 1.4641288433vw;
  padding: 2.196193265vw;
  box-shadow: 0 0.2928257687vw 1.0980966325vw rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  #staff_section .staff-member {
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #staff_section .staff-member {
    border-radius: 4vw;
    padding: 5.3333333333vw;
    box-shadow: 0 1.0666666667vw 4vw rgba(0, 0, 0, 0.1);
  }
}
#staff_section .staff-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.2928257687vw;
  background: linear-gradient(90deg, #FF4A88, #FF91B7);
}
@media screen and (min-width: 1441px) {
  #staff_section .staff-member::before {
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .staff-member::before {
    height: 1.0666666667vw;
  }
}
#staff_section .staff-photo {
  margin-bottom: 1.8301610542vw;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1441px) {
  #staff_section .staff-photo {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .staff-photo {
    margin-bottom: 5.3333333333vw;
  }
}
#staff_section .staff-image {
  width: 29.2825768668vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  #staff_section .staff-image {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .staff-image {
    width: 66.6666666667vw;
  }
}
#staff_section .staff-header {
  margin-bottom: 1.8301610542vw;
}
@media screen and (min-width: 1441px) {
  #staff_section .staff-header {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .staff-header {
    margin-bottom: 5.3333333333vw;
  }
}
#staff_section .staff-info h3 {
  font-size: 2.0497803807vw;
  color: #FF4A88;
  margin-bottom: 1.0980966325vw;
  font-weight: bold;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media screen and (min-width: 1441px) {
  #staff_section .staff-info h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .staff-info h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 3.2vw;
  }
}
#staff_section .staff-title {
  background: linear-gradient(135deg, #FF4A88, #FF91B7);
  color: #fff;
  padding: 0.5856515373vw 1.4641288433vw;
  border-radius: 1.8301610542vw;
  font-size: 1.1713030747vw;
  display: inline-block;
  margin-bottom: 0.7320644217vw;
  font-weight: bold;
}
@media screen and (min-width: 1441px) {
  #staff_section .staff-title {
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .staff-title {
    padding: 1.6vw 4.2666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
#staff_section .staff-experience {
  font-size: 1.0248901903vw;
  color: #707070;
  background: #FFF8F8;
  padding: 0.5856515373vw 1.1713030747vw;
  border-radius: 1.4641288433vw;
  display: inline-block;
  border: 0.1464128843vw solid #FFE4E1;
}
@media screen and (min-width: 1441px) {
  #staff_section .staff-experience {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 20px;
    border: 2px solid #FFE4E1;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .staff-experience {
    font-size: 3.2vw;
    padding: 1.6vw 3.2vw;
    border-radius: 4vw;
    border: 0.2666666667vw solid #FFE4E1;
  }
}
#staff_section .staff-content {
  text-align: left;
  background: #FAFAFA;
  padding: 2.196193265vw;
  border-radius: 1.0980966325vw;
  border-left: 0.2928257687vw solid #FF4A88;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #staff_section .staff-content {
    padding: 30px;
    border-radius: 15px;
    border-left: 4px solid #FF4A88;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .staff-content {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    border-left: 0.8vw solid #FF4A88;
  }
}
#staff_section .staff-content::before {
  position: absolute;
  top: -0.7320644217vw;
  left: 1.0980966325vw;
  font-size: 2.9282576867vw;
  color: #FF4A88;
  font-family: serif;
  opacity: 0.7;
}
@media screen and (min-width: 1441px) {
  #staff_section .staff-content::before {
    top: -10px;
    left: 15px;
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .staff-content::before {
    top: -2.1333333333vw;
    left: 2.6666666667vw;
    font-size: 8vw;
  }
}
#staff_section .staff-greeting {
  line-height: 1.8;
}
#staff_section .staff-message {
  font-size: 1.0980966325vw;
  color: #555;
  margin-bottom: 1.0980966325vw;
  line-height: 1.8;
}
@media screen and (min-width: 1441px) {
  #staff_section .staff-message {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #staff_section .staff-message {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
#staff_section .staff-message strong {
  color: #FF4A88;
  font-weight: bold;
}
#staff_section .staff-message.highlight {
  /*background: linear-gradient(135deg, #FFE4E1, #FFF8F8);
  padding: vw(15);
  border-radius: vw(10);
  border-left: vw(3) solid $maincolor;*/
  font-weight: bold;
  color: #FF4A88;
  /*@include pc {
    padding: 15px;
    border-radius: 10px;
    border-left: 3px solid $maincolor;
  }

  @include sp {
    padding: sw(12);
    border-radius: sw(8);
    border-left: sw(2) solid $maincolor;
  }*/
}

/*---------------------------------
FAQ SECTION
---------------------------------*/
#faq_section {
  background: linear-gradient(135deg, #F0F8FF, #E6F3FF);
  padding: 2.9282576867vw 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  #faq_section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #faq_section {
    padding: 10.6666666667vw 4vw;
  }
}
#faq_section .section-heading {
  text-align: center;
  font-size: 2.3426061493vw;
  font-weight: bold;
  color: #FF4A88;
  margin-bottom: 2.9282576867vw;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #faq_section .section-heading {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #faq_section .section-heading {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
#faq_section .section-heading::after {
  content: "";
  width: 4.39238653vw;
  height: 0.2928257687vw;
  background: linear-gradient(90deg, #FF4A88, #FF91B7);
  border-radius: 0.1464128843vw;
  position: absolute;
  bottom: -0.7320644217vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1441px) {
  #faq_section .section-heading::after {
    width: 60px;
    height: 4px;
    border-radius: 2px;
    bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  #faq_section .section-heading::after {
    width: 16vw;
    height: 1.0666666667vw;
    border-radius: 0.5333333333vw;
    bottom: -2.6666666667vw;
  }
}
#faq_section .faq-container {
  display: grid;
  gap: 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  #faq_section .faq-container {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #faq_section .faq-container {
    gap: 4vw;
  }
}
#faq_section .faq-item {
  background: #fff;
  border-radius: 1.0980966325vw;
  overflow: hidden;
  box-shadow: 0 0.1464128843vw 0.7320644217vw rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1441px) {
  #faq_section .faq-item {
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #faq_section .faq-item {
    border-radius: 2.6666666667vw;
    box-shadow: 0 0.5333333333vw 2.1333333333vw rgba(0, 0, 0, 0.1);
  }
}
#faq_section .faq-item:hover {
  transform: translateY(-0.1464128843vw);
  box-shadow: 0 0.439238653vw 1.8301610542vw rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1441px) {
  #faq_section .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 768px) {
  #faq_section .faq-item:hover {
    transform: translateY(-0.2666666667vw);
    box-shadow: 0 1.0666666667vw 4vw rgba(0, 0, 0, 0.15);
  }
}
#faq_section .faq-item.active .faq-question::after {
  transform: rotate(180deg);
}
#faq_section .faq-item.active .faq-answer {
  padding: 1.8301610542vw;
  max-height: 36.6032210835vw;
}
@media screen and (min-width: 1441px) {
  #faq_section .faq-item.active .faq-answer {
    padding: 25px;
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #faq_section .faq-item.active .faq-answer {
    padding: 5.3333333333vw;
    max-height: 106.6666666667vw;
  }
}
#faq_section .faq-question {
  background: linear-gradient(135deg, #FF4A88, #FF91B7);
  color: #fff;
  padding: 1.4641288433vw 3.6603221083vw 1.4641288433vw 1.8301610542vw;
  font-size: 1.1713030747vw;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1441px) {
  #faq_section .faq-question {
    padding: 20px 50px 20px 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #faq_section .faq-question {
    padding: 4vw 12vw 4vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#faq_section .faq-question:hover {
  background: linear-gradient(135deg, #FF3377, #FF6BA0);
}
#faq_section .faq-question::before {
  content: "Q";
  background: #fff;
  color: #FF4A88;
  width: 2.3426061493vw;
  height: 2.3426061493vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 1.0980966325vw;
  flex-shrink: 0;
}
@media screen and (min-width: 1441px) {
  #faq_section .faq-question::before {
    width: 32px;
    height: 32px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #faq_section .faq-question::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    margin-right: 2.6666666667vw;
  }
}
#faq_section .faq-question::after {
  content: "▼";
  font-size: 1.0248901903vw;
  transition: transform 0.3s ease;
  position: absolute;
  right: 1.8301610542vw;
}
@media screen and (min-width: 1441px) {
  #faq_section .faq-question::after {
    font-size: 14px;
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  #faq_section .faq-question::after {
    font-size: 3.2vw;
    right: 5.3333333333vw;
  }
}
#faq_section .faq-answer {
  background: #FAFAFA;
  padding: 0 1.8301610542vw;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #faq_section .faq-answer {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  #faq_section .faq-answer {
    padding: 0 5.3333333333vw;
  }
}
#faq_section .faq-answer::before {
  content: "A";
  background: #FF4A88;
  color: #fff;
  width: 2.3426061493vw;
  height: 2.3426061493vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  top: 1.8301610542vw;
  left: 1.8301610542vw;
}
@media screen and (min-width: 1441px) {
  #faq_section .faq-answer::before {
    width: 32px;
    height: 32px;
    top: 25px;
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  #faq_section .faq-answer::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
}
#faq_section .faq-answer-content {
  margin-left: 3.6603221083vw;
  font-size: 1.0980966325vw;
  color: #555;
  line-height: 1.8;
}
@media screen and (min-width: 1441px) {
  #faq_section .faq-answer-content {
    margin-left: 50px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #faq_section .faq-answer-content {
    margin-left: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

/*---------------------------------
SALON ABOUT SECTION
---------------------------------*/
#salon_about_section {
  background: linear-gradient(135deg, #FFF8F8, #FFE4E1);
  padding: 2.9282576867vw 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  #salon_about_section {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section {
    padding: 10.6666666667vw 4vw;
  }
}
#salon_about_section .section-heading {
  text-align: center;
  font-size: 2.3426061493vw;
  font-weight: bold;
  color: #FF4A88;
  margin-bottom: 2.9282576867vw;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .section-heading {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .section-heading {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
#salon_about_section .section-heading::after {
  content: "";
  width: 4.39238653vw;
  height: 0.2928257687vw;
  background: linear-gradient(90deg, #FF4A88, #FF91B7);
  border-radius: 0.1464128843vw;
  position: absolute;
  bottom: -0.7320644217vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1441px) {
  #salon_about_section .section-heading::after {
    width: 60px;
    height: 4px;
    border-radius: 2px;
    bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .section-heading::after {
    width: 16vw;
    height: 1.0666666667vw;
    border-radius: 0.5333333333vw;
    bottom: -2.6666666667vw;
  }
}
#salon_about_section .salon-info-card {
  background: #fff;
  border-radius: 1.4641288433vw;
  padding: 2.196193265vw;
  margin-bottom: 3.6603221083vw;
  box-shadow: 0 0.2928257687vw 1.0980966325vw rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-info-card {
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-info-card {
    border-radius: 4vw;
    padding: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    box-shadow: 0 1.0666666667vw 4vw rgba(0, 0, 0, 0.1);
  }
}
#salon_about_section .salon-info-title {
  text-align: center;
  font-size: 1.756954612vw;
  font-weight: bold;
  color: #FF4A88;
  margin-bottom: 2.196193265vw;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-info-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-info-title {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
#salon_about_section .salon-info-title::after {
  content: "";
  width: 2.9282576867vw;
  height: 0.1464128843vw;
  background: #FF4A88;
  position: absolute;
  bottom: -0.5856515373vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-info-title::after {
    width: 40px;
    height: 2px;
    bottom: -8px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-info-title::after {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
    bottom: -2.1333333333vw;
  }
}
#salon_about_section .salon-info-table .info-row {
  display: flex;
  border-bottom: 0.0732064422vw solid #f0f0f0;
  padding: 1.4641288433vw 0;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-info-table .info-row {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-info-table .info-row {
    flex-direction: column;
    border-bottom: 0.2666666667vw solid #f0f0f0;
    padding: 4vw 0;
  }
}
#salon_about_section .salon-info-table .info-row:last-child {
  border-bottom: none;
}
#salon_about_section .salon-info-table .info-label {
  flex-basis: 10.2489019034vw;
  flex-shrink: 0;
  font-weight: bold;
  color: #FF4A88;
  font-size: 1.1713030747vw;
  padding-right: 1.4641288433vw;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-info-table .info-label {
    flex-basis: 140px;
    font-size: 16px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-info-table .info-label {
    flex-basis: auto;
    font-size: 4.2666666667vw;
    padding-right: 0;
    margin-bottom: 2.1333333333vw;
  }
}
#salon_about_section .salon-info-table .info-content {
  flex: 1;
  font-size: 1.0248901903vw;
  color: #555;
  line-height: 1.8;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-info-table .info-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-info-table .info-content {
    font-size: 3.7333333333vw;
  }
}
#salon_about_section .salon-info-table .info-content small {
  font-size: 0.878477306vw;
  color: #707070;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-info-table .info-content small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-info-table .info-content small {
    font-size: 3.2vw;
  }
}
#salon_about_section .salon-info-table .service-list {
  margin-bottom: 1.0980966325vw;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-info-table .service-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-info-table .service-list {
    margin-bottom: 4vw;
  }
}
#salon_about_section .salon-info-table .service-list .service-item {
  display: block;
  margin-bottom: 0.5856515373vw;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-info-table .service-list .service-item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-info-table .service-list .service-item {
    margin-bottom: 2.1333333333vw;
  }
}
#salon_about_section .salon-info-table .menu-section .menu-title {
  font-weight: bold;
  color: #FF4A88;
  margin-bottom: 0.7320644217vw;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-info-table .menu-section .menu-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-info-table .menu-section .menu-title {
    margin-bottom: 2.6666666667vw;
  }
}
#salon_about_section .salon-info-table .menu-section .menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5856515373vw;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-info-table .menu-section .menu-list {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-info-table .menu-section .menu-list {
    gap: 1.6vw;
  }
}
#salon_about_section .salon-info-table .menu-section .menu-list .menu-item {
  background: #FFF8F8;
  color: #FF4A88;
  padding: 0.2928257687vw 0.878477306vw;
  border-radius: 1.0980966325vw;
  font-size: 0.878477306vw;
  border: 0.0732064422vw solid #FFE4E1;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-info-table .menu-section .menu-list .menu-item {
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    border: 1px solid #FFE4E1;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-info-table .menu-section .menu-list .menu-item {
    padding: 0.8vw 2.1333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 2.9333333333vw;
    border: 0.2666666667vw solid #FFE4E1;
  }
}
#salon_about_section .salon-atmosphere .atmosphere-title {
  text-align: center;
  margin-bottom: 2.9282576867vw;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-title {
    margin-bottom: 8vw;
  }
}
#salon_about_section .salon-atmosphere .atmosphere-title .title-text {
  display: block;
  font-size: 1.4641288433vw;
  color: #FF4A88;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 0.3660322108vw;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-title .title-text {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-title .title-text {
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
}
#salon_about_section .salon-atmosphere .atmosphere-title .title-accent {
  display: block;
  font-size: 2.0497803807vw;
  font-weight: bold;
  color: #FF4A88;
  font-family: "BIZ UDPMincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-title .title-accent {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-title .title-accent {
    font-size: 6.4vw;
  }
}
#salon_about_section .salon-atmosphere .atmosphere-title .title-accent::after {
  content: "";
  width: 4.39238653vw;
  height: 0.2928257687vw;
  background: linear-gradient(90deg, #FF4A88, #FF91B7);
  border-radius: 0.1464128843vw;
  position: absolute;
  bottom: -0.7320644217vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-title .title-accent::after {
    width: 60px;
    height: 4px;
    border-radius: 2px;
    bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-title .title-accent::after {
    width: 16vw;
    height: 1.0666666667vw;
    border-radius: 0.5333333333vw;
    bottom: -2.6666666667vw;
  }
}
#salon_about_section .salon-atmosphere .atmosphere-gallery {
  display: grid;
  gap: 2.9282576867vw;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-gallery {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-gallery {
    gap: 8vw;
  }
}
#salon_about_section .salon-atmosphere .atmosphere-gallery {
  display: grid;
  gap: 2.9282576867vw;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-gallery {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-gallery {
    gap: 8vw;
  }
}
#salon_about_section .salon-atmosphere .atmosphere-item {
  background: #fff;
  border-radius: 1.4641288433vw;
  overflow: hidden;
  box-shadow: 0 0.2928257687vw 1.0980966325vw rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-item {
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-item {
    border-radius: 4vw;
    box-shadow: 0 1.0666666667vw 4vw rgba(0, 0, 0, 0.1);
  }
}
#salon_about_section .salon-atmosphere .atmosphere-image {
  position: relative;
  height: 14.6412884334vw;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-image {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-image {
    height: 48vw;
  }
}
#salon_about_section .salon-atmosphere .atmosphere-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#salon_about_section .salon-atmosphere .atmosphere-image .image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1713030747vw;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-image .image-placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-image .image-placeholder {
    font-size: 3.7333333333vw;
  }
}
#salon_about_section .salon-atmosphere .atmosphere-image .image-placeholder.exterior {
  background: linear-gradient(135deg, #FFB6D9, #FF91B7);
}
#salon_about_section .salon-atmosphere .atmosphere-image .image-placeholder.interior {
  background: linear-gradient(135deg, #DDA0DD, #DA70D6);
}
#salon_about_section .salon-atmosphere .atmosphere-image .image-placeholder.treatment {
  background: linear-gradient(135deg, #98FB98, #90EE90);
}
#salon_about_section .salon-atmosphere .atmosphere-image .image-badge {
  position: absolute;
  top: 1.0980966325vw;
  right: 1.0980966325vw;
  background: #FF4A88;
  color: #fff;
  padding: 0.5856515373vw 1.0980966325vw;
  border-radius: 1.4641288433vw;
  font-size: 1.0248901903vw;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0.1464128843vw 0.7320644217vw rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-image .image-badge {
    top: 15px;
    right: 15px;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-image .image-badge {
    top: 3.2vw;
    right: 3.2vw;
    padding: 1.6vw 3.2vw;
    border-radius: 4vw;
    font-size: 3.7333333333vw;
    box-shadow: 0 0.5333333333vw 2.1333333333vw rgba(0, 0, 0, 0.2);
  }
}
#salon_about_section .salon-atmosphere .atmosphere-image .image-badge small {
  font-size: 1.0248901903vw;
  display: block;
  margin-top: 0.1464128843vw;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-image .image-badge small {
    font-size: 14px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-image .image-badge small {
    font-size: 3.7333333333vw;
    margin-top: 0.5333333333vw;
  }
}
#salon_about_section .salon-atmosphere .atmosphere-description {
  padding: 1.8301610542vw;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-description {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-description {
    padding: 5.3333333333vw;
  }
}
#salon_about_section .salon-atmosphere .atmosphere-description p {
  font-size: 1.0248901903vw;
  color: #555;
  line-height: 1.8;
}
@media screen and (min-width: 1441px) {
  #salon_about_section .salon-atmosphere .atmosphere-description p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #salon_about_section .salon-atmosphere .atmosphere-description p {
    font-size: 3.4666666667vw;
  }
}

/*---------------------------------
料金プランの特典
---------------------------------*/
.plan-benefits-inline {
  width: 100%;
  display: flex;
  margin-top: 1em;
  gap: 5px;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .plan-benefits-inline {
    flex-direction: column;
  }
}

.benefits-title-small {
  font-size: 12px;
  font-weight: bold;
  color: #FF4A88;
  margin-bottom: 6px;
}

.benefits-list-small {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  flex-direction: row;
}

.benefit-item-small {
  background: rgba(255, 255, 255, 0.9);
  color: #FF4A88;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 500;
}/*# sourceMappingURL=common.css.map */