body {
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #777777;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.bg-pc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wapper {
  max-width: 450px;
  margin: 0 auto;
  background: #F9F9F9;
  position: relative;
  box-shadow: 0px 5px 60px 0px #00000026;
}

.mx-auto {
  margin: 0 auto;
}

.px-15 {
  padding: 0 18px;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

#header {
  padding: 12px 0;
}

#header img {
  width: 110px;
}

.fv {
  padding-bottom: 38px;
}

.fv .fv_top {
  padding: 0 12px;
  margin-bottom: 10px;
  overflow: hidden;
  margin-top: 10px;
}

.fv .lava-banner {
  margin-bottom: 10px;
}

.fv_cta {
  padding-bottom: 38px;
}

.fv .description {
  padding: 0px 24px 0 40px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}

.fv .description::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 25px;
}

.section-fixed {
  transform: translateY(100%);
  transition: all 0.3s;
  position: fixed;
}

.section-fixed.fixed {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  max-width: 450px;
  margin: 0 auto;
  background-color: #F9F9F9;
  transform: translateY(0);
}

.trend {
  padding-bottom: 72px;
}

.trend .title {
  width: 367px;
  margin-bottom: 22px;
}

.trend .plan {
  margin-top: 41px;
}

.trend .brands-title {
  margin: 38px 0;
  color: #454140;
  font-size: 22px;
}

.trend .accordion-item {
  margin-bottom: 19px;
}

.trend .accordion-item.show .arrow img {
  transform: rotate(0);
}

.trend .accordion-arrow {
  right: 0;
  top: 0;
  bottom: 0;
  width: 72px;
  box-shadow: -1px 1px 10px 0px #0000001A;
  border-radius: 24px;
  color: #FF7700;
  font-size: 12px;
  letter-spacing: -0.11em;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.trend .accordion-arrow .arrow {
  margin-bottom: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FF7700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trend .accordion-arrow .arrow img {
  width: 12px;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}

.trend .accordion-title {
  cursor: pointer;
  box-shadow: 1px 1px 24px 0px #00000014;
  border-radius: 24px;
}

.trend .accordion-content {
  margin-top: 19px;
  background: #fff;
  box-shadow: 1px 1px 24px 0px #00000014;
  border-radius: 24px;
  display: none;
}

.trend .accordion-content .top,
.trend .accordion-content .point01,
.trend .accordion-content .point02,
.trend .accordion-content .point-slider,
.trend .accordion-content .point03 {
  margin-bottom: 38px;
}

.trend .accordion-content .item-title {
  padding: 0 24px;
  margin-bottom: 38px;
}

.trend .point-slider .item {
  width: calc(100% - 194px);
  padding: 0 5px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.trend .point-slider .item.swiper-slide-active {
  opacity: 1;
}

.trend .close {
  box-shadow: -1px 1px 10px 0px #0000001A;
  border-radius: 24px;
  padding: 13px 24px 10px;
  cursor: pointer;
}

.trend .close img {
  width: 79px;
  margin: 0 auto;
}

.trend .accordion-rinto .accordion-arrow {
  color: #2B5CAA;
}

.trend .accordion-rinto .accordion-arrow .arrow {
  background-color: #2B5CAA;
}

.trend .accordion-rinto .rinto-next,
.trend .accordion-rinto .rinto-prev {
  background-color: #2B5CAA;
}

.trend .accordion-burness .accordion-arrow {
  color: #454140;
}

.trend .accordion-burness .accordion-arrow .arrow {
  background-color: #454140;
}

.trend .brand-note {
  padding: 0 44px 0 49px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.trend .accordion-content .point03 {
  margin-bottom: 8px;
}

.point03-note {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0 20px 0 20px;
  margin-bottom: 32px;
}

.swiper-button-prev {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 11px;
  background: url(../img/left.svg) #FF7700 no-repeat center center/10px auto;
  bottom: 0;
  top: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-next {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 11px;
  background: url(../img/right.svg) #FF7700 no-repeat center center/10px auto;
  bottom: 0;
  top: auto;
}

.compare {
  overflow-x: hidden;
}

.compare .title {
  width: 367px;
  margin-bottom: 38px;
}

.compare .table {
  overflow-x: scroll;
  margin-left: 18px;
  padding-right: 18px;
}

.compare .table img {
  width: 583px;
  max-width: none;
}

.compare .note {
  padding: 19px 24px 38px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.compare .banner {
  padding-bottom: 10px;
}

.compare .note-lava {
  padding: 1px 24px 0 40px;
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
}

.compare .note-lava::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 25px;
}

.compare .trial-credibility {
  margin: 38px 0;
}

.compare .banner-lava02 {
  margin-bottom: 38px;
}

.compare .note02 {
  padding: 1px 24px 0 40px;
  font-size: 12px;
  letter-spacing: 0em;
  position: relative;
}

.compare .note02::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 25px;
}

.compare .price {
  margin: 38px 0 0;
}

.compare .bonus02 {
  padding-top: 14px;
  background: #FFEDC5;
}

.accordion-compare-box {
  padding: 0 32px;
  background: #FFEDC5;
}

.accordion-compare-box .accordion-compare {
  background: #fff;
  border-radius: 24px;
  box-shadow: 1px 1px 12px 0px #73737326;
}

.accordion-compare-box .accordion-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  cursor: pointer;
  gap: 10px;
  font-size: 19px;
  font-weight: 500;
  color: #454140;
}

.accordion-compare-box .accordion-title img {
  width: 24px;
}

.accordion-compare-box .accordion-content {
  padding: 10px 24px 12px;
  display: none;
  color: #454140;
}

.accordion-compare-box .accordion-content h4 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 5px;
}

.accordion-compare-box .accordion-content p {
  font-size: 17px;
  margin-bottom: 10px;
}

.accordion-compare-box .accordion-content p small {
  font-size: 12px;
}

.accordion-compare-box .accordion-content ul li {
  font-size: 17px;
  list-style: none;
  display: block;
}

.accordion-compare-box .accordion-content ul {
  margin-bottom: 10px;
}

.accordion-compare-box .close {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 19px;
  color: #454140;
  font-weight: 500;
  cursor: pointer;
}

.accordion-compare-box .close img {
  width: 24px;
  transform: rotate(180deg);
}

.compare-slider-box {
  margin-bottom: 38px;
}

.compare-slider-box .slider-inner {
  margin-top: -576px;
}

.compare-slider-box .compare-slider .item {
  padding: 0 10px;
  width: calc(100% - 71px);
  box-shadow: 1px 1px 12px 0px #73737326;
  margin-bottom: 19px;
  border-radius: 24px;
}

.compare-slider-box .compare-slider .compare-prev,
.compare-slider-box .compare-slider .compare-next {
  top: 48%;
}

.compare-slider-box .slider-note {
  padding: 0 24px 0;
  font-size: 12px;
}

.faq {
  padding: 0 0 38px;
  position: relative;
}

.faq::before {
  height: 43px;
  content: "";
  box-shadow: 1px 1px 24px 0px #00000026;
  display: inline-block;
  width: 100%;
  margin-bottom: -12px;
}

.faq .faq-inner {
  margin-top: 38px;
  padding: 0 19px;
  position: relative;
}

.faq .item {
  background: #fff;
  padding: 12px;
  border-radius: 24px;
  color: #454140;
  margin-bottom: 19px;
}

.faq .item:last-child {
  margin-bottom: 0;
}

.faq .item.show .question::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq .question {
  padding: 0 34px 0 48px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.faq .question::before {
  width: 38px;
  height: 38px;
  background: url(../img/faq//question.svg) no-repeat center center/100% auto;
  top: 50%;
  left: 0;
  content: "";
  position: absolute;
  transform: translateY(-50%);
}

.faq .question::after {
  width: 24px;
  height: 24px;
  background: url(../img/faq/faq-arrow.svg) no-repeat center center/100% auto;
  top: 50%;
  right: 0;
  content: "";
  position: absolute;
  transform: translateY(-50%);
}

.faq .question h3 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}

.faq .answer {
  padding-top: 10px;
  padding-left: 48px;
  display: none;
}

.faq .answer p {
  font-size: 17px;
  margin-bottom: 24px;
}

.faq .answer p:last-child {
  margin-bottom: 0;
}

.faq .answer span,
.faq .answer a {
  color: #FE6B1E;
}

.faq .answer p+img {
  margin-top: -12px;
}

#footer {
  padding-bottom: 120px;
}

#footer .line {
  padding: 0 19px 38px;
  display: block;
}

#footer .copyright {
  background: #FE6B1E;
  color: #fff;
  padding: 12px;
}

#footer .copyright p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.ft-menu {
  padding-bottom: 36px;
}

.ft-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-menu li {
  padding: 0 11px;
  line-height: 1;
  border-left: 1px solid #454140;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.ft-menu li a {
  color: #454140;
  text-decoration: none;
}

.ft-menu li:first-child {
  border: none;
}

.btn-store {
  width: 145px;
  max-width: 100%;
}

.btn-chat {
  width: 328px;
  max-width: 100%;
  margin-left: -20px;
}

.btn-chat-fv {
  width: 300px;
  max-width: 100%;
  margin-left: 5px;
}

.btn-store-fv {
  width: 110px;
  max-width: 100%;
}

.point_cta {
  margin-bottom: 38px;
}

.point_cta .btn-chat-wrap{
flex-direction: column-reverse;
}

.point_cta .description {
  padding: 0px 15px 0 22px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  text-align: justify;
}

.point_cta .description::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 8px;
}

.btn-chat-point {
  width: 400px;
  margin-inline: auto;
  max-width: 100%;
}

.btn-store-point {
  width: 375px;
  margin-inline: auto;
  max-width: 100%;
  margin-top: -13px;
  margin-bottom: 13px;
}

.btn-chat-wrap {
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  animation: fuwafuwa 1s ease 0s infinite alternate;
  transform-origin: center;
  width: 100%;
}

@keyframes fuwafuwa {
  from {
    transform: scale(0.9, 0.9);
  }

  to {
    transform: scale(1, 1);
  }
}

@media (max-width: 450px) {
  body {
    overflow-x: hidden;
  }

  .btn-chat {
    margin-left: -4.444vw;
  }

  .btn-chat-fv {
    margin-left: 1.1111vw;
  }
  
  .point_cta {
    margin-bottom: 7.11vw;
  }

  .btn-chat-point {
    width: 88.8888vw;
  }


.btn-store-point {
  margin-top: -2.88888vw;
  margin-bottom: 2.88888vw;
  width: 83.3333vw;
}

  .wapper {
    box-shadow: 0vw 0.89vw 11.11vw 0vw #00000026;
    overflow-x: hidden;
  }

  #content {
    overflow-x: hidden;
  }

  .px-15 {
    padding: 0 3.33vw;
  }

  #header {
    padding: 2.22vw 0;
  }

  #header img {
    width: 20.44vw;
  }

  .fv {
    padding-bottom: 7.11vw;
  }

  .fv_cta {
    padding-bottom: 7.11vw;
  }

  .fv .fv_top {
    padding: 0 2.22vw;
    margin-bottom: 2.222vw;
    margin-top: 1.78vw;
  }

  .fv .lava-banner {
    margin-bottom: 1.78vw;
  }

  .fv .description,
  .point_cta .description {
    padding: 0px 3.333vw 0 4.8888vw;
    font-size: 2.666vw;
    text-align: justify;
  }

  .fv .description::before,
  .point_cta .description::before {
    left: 1.777vw;
  }

  .section-fixed.fixed {
    bottom: 0;
    max-width: 100%;
  }

  .trend {
    padding-bottom: 13.33vw;
  }

  .trend .title {
    width: 68vw;
    margin-bottom: 4vw;
  }

  .trend .plan {
    margin-top: 7.56vw;
  }

  .trend .brands-title {
    margin: 7.11vw 0;
    font-size: 4vw;
  }

  .trend .accordion-item {
    margin-bottom: 3.56vw;
  }

  .trend .accordion-arrow {
    width: 13.33vw;
    box-shadow: -0.22vw 0.22vw 1.78vw 0vw #0000001a;
    border-radius: 4.44vw;
    font-size: 2.22vw;
  }

  .trend .accordion-arrow .arrow {
    margin-bottom: 0.67vw;
    width: 4.44vw;
    height: 4.44vw;
  }

  .trend .accordion-arrow .arrow img {
    width: 2.22vw;
  }

  .trend .accordion-title {
    box-shadow: 0.22vw 0.22vw 4.44vw 0vw #00000014;
    border-radius: 4.44vw;
  }

  .trend .accordion-content {
    margin-top: 3.56vw;
    box-shadow: 0.22vw 0.22vw 4.44vw 0vw #00000014;
    border-radius: 4.44vw;
  }

  .trend .accordion-content .top,
  .trend .accordion-content .point01,
  .trend .accordion-content .point02,
  .trend .accordion-content .point-slider,
  .trend .accordion-content .point03 {
    margin-bottom: 7.11vw;
  }

  .trend .accordion-content .item-title {
    padding: 0 4.44vw;
    margin-bottom: 7.11vw;
  }

  .trend .point-slider .item {
    width: calc(100% - 36vw);
    padding: 0 0.89vw;
  }

  .trend .close {
    box-shadow: -0.22vw 0.22vw 1.78vw 0vw #0000001a;
    border-radius: 4.44vw;
    padding: 2.44vw 4.44vw 1.78vw;
  }

  .trend .close img {
    width: 14.67vw;
  }

  .trend .brand-note {
    padding: 0 8.22vw 0 9.11vw;
    font-size: 2.22vw;
  }

  .trend .accordion-content .point03 {
    margin-bottom: 1.78vw;
  }

  .point03-note {
    font-size: 2.22vw;
    padding: 0 4.44vw 0 4.44vw;
    margin-bottom: 6.67vw;
  }

  .swiper-button-prev {
    width: 10.67vw;
    height: 10.67vw;
    left: 2vw;
    background: url(../img/left.svg) #ff7700 no-repeat center center/1.78vw auto;
  }

  .swiper-button-next {
    width: 10.67vw;
    height: 10.67vw;
    right: 2vw;
    background: url(../img/right.svg) #ff7700 no-repeat center center/1.78vw auto;
  }

  .compare .title {
    width: 68vw;
    margin-bottom: 7.11vw;
  }

  .compare .table {
    margin-left: 3.33vw;
    padding-right: 3.33vw;
  }

  .compare .table img {
    width: 108vw;
  }

  .compare .note {
    padding: 3.56vw 4.44vw 7.11vw;
    font-size: 2.22vw;
  }

  .compare .banner {
    padding-bottom: 1.78vw;
  }

  .compare .note-lava {
    padding: 0.22vw 4.44vw 0 7vw;
    font-size: 2.666vw;
    text-align: justify;
  }

  .compare .note-lava::before {
    left: 4.5vw;
  }

  .compare .trial-credibility {
    margin: 7.11vw 0;
  }

  .compare .banner-lava02 {
    margin-bottom: 7.11vw;
  }

  .compare .note02 {
    padding: 0.22vw 4.44vw 0 7vw;
    font-size: 2.22vw;
  }

  .compare .note02::before {
    left: 4.5vw;
  }

  .compare .price {
    margin: 7.11vw 0 0;
  }

  .compare .bonus02 {
    padding-top: 2.67vw;
  }

  .accordion-compare-box {
    padding: 0 6vw;
  }

  .accordion-compare-box .accordion-compare {
    border-radius: 4.44vw;
    box-shadow: 0.22vw 0.22vw 2.22vw 0vw #73737326;
  }

  .accordion-compare-box .accordion-title {
    padding: 2.22vw 0;
    gap: 1.78vw;
    font-size: 3.56vw;
  }

  .accordion-compare-box .accordion-title img {
    width: 4.44vw;
  }

  .accordion-compare-box .accordion-content {
    padding: 1.78vw 4.44vw 2.22vw;
  }

  .accordion-compare-box .accordion-content h4 {
    font-size: 3.56vw;
    margin-bottom: 0.89vw;
  }

  .accordion-compare-box .accordion-content p {
    font-size: 3.11vw;
    margin-bottom: 1.78vw;
  }

  .accordion-compare-box .accordion-content p small {
    font-size: 2.22vw;
  }

  .accordion-compare-box .accordion-content ul li {
    font-size: 3.11vw;
  }

  .accordion-compare-box .accordion-content ul {
    margin-bottom: 1.78vw;
  }

  .accordion-compare-box .close {
    margin-top: 4.44vw;
    gap: 0.67vw;
    font-size: 3.56vw;
  }

  .accordion-compare-box .close img {
    width: 4.44vw;
  }

  .compare-slider-box {
    margin-bottom: 7.11vw;
  }

  .compare-slider-box .slider-inner {
    margin-top: -106.67vw;
  }

  .compare-slider-box .compare-slider .item {
    padding: 0 1.78vw;
    width: calc(100% - 13.11vw);
    box-shadow: 0.22vw 0.22vw 2.22vw 0vw #73737326;
    margin-bottom: 3.56vw;
    border-radius: 4.44vw;
  }

  .compare-slider-box .slider-note {
    padding: 0 4.44vw 0;
    font-size: 2.22vw;
  }

  .faq {
    padding: 0 0 7.11vw;
  }

  .faq::before {
    height: 8vw;
    box-shadow: 0.22vw 0.22vw 4.44vw 0vw #00000026;
    margin-bottom: -2.22vw;
  }

  .faq .faq-inner {
    margin-top: 7.11vw;
    padding: 0 3.56vw;
  }

  .faq .item {
    padding: 2.22vw;
    border-radius: 4.44vw;
    margin-bottom: 3.56vw;
  }

  .faq .question {
    padding: 0 6.22vw 0 8.89vw;
  }

  .faq .question::before {
    width: 7.11vw;
    height: 7.11vw;
  }

  .faq .question::after {
    width: 4.44vw;
    height: 4.44vw;
  }

  .faq .question h3 {
    font-size: 3.56vw;
    font-weight: 500;
  }

  .faq .answer {
    padding-top: 1.78vw;
    padding-left: 8.89vw;
  }

  .faq .answer p {
    font-size: 3.11vw;
    margin-bottom: 4.44vw;
  }

  .faq .answer p+img {
    margin-top: -2.22vw;
  }

  #footer {
    padding-bottom: 26.66vw;
  }

  #footer .line {
    padding: 0 3.56vw 7.11vw;
  }

  #footer .copyright {
    padding: 2.22vw;
  }

  #footer .copyright p {
    font-size: 2.67vw;
  }

  .ft-menu {
    padding-bottom: 6.67vw;
  }

  .ft-menu li {
    padding: 0 2vw;
    font-size: 3.11vw;
  }
}

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

/***** 250902追加 *****/
.store {
  margin: 2rem 0;
}

.store .sotore_heading {
  color: #aaa09b;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: .5rem;
}

.area h2 {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: .2em;
  color: #fff;
  height: 56px;
  padding: 0 28px;
  display: flex;
  align-items: center;
}

#area00 h2,
#area01 h2,
#area02 h2,
#area03 h2,
#area04 h2,
#area05 h2,
#area06 h2,
#area07 h2,
#area08 h2,
#area09 h2,
#area10 h2,
#area11 h2 {
  background: #aaa09b;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.area h3 {
  padding: 1.3em 1em;
  background: #e0dbd9;
  background-size: auto 100%;
  color: #58585d;
  letter-spacing: .3em;
  border-top: 2px solid #fff
}

.area h3,
.area h4 {
  position: relative;
  font-weight: 400;
  line-height: .1;
  padding: 0 28px;
  height: 56px;
  align-items: center;
  display: flex;
}

.area h4 {
  background: #f7f6f5;
  background-size: auto 100%;
  border-top: #ccc 1px solid;
  letter-spacing: .2em;
  color: #404040
}

.area h3:after {
  position: absolute;
  top: 72%;
  right: 1.4rem;
  margin-top: -1.2rem;
  width: 10px;
  height: 10px;
  content: "+";
  color: #585858;
  display: flex;
  align-items: center;
}

.area h3.open:after {
  content: "-"
}

.area h4:after {
  position: absolute;
  top: 70%;
  right: 1.7rem;
  margin-top: -.85rem;
  width: 10px;
  height: 10px;
  content: "+"
}

.area h4.open:after {
  content: "-"
}

.area ul {
  font-size: 1.5rem;
  overflow: hidden;
  background: #fff
}

.areaBox ul li {
  border-bottom: 1px dashed #dee1e1
}

.areaBox ul a li,
.areaBox ul li:last-child {
  border-bottom: 0
}

.area ul li {
  padding: 0 0.9em;
}

.area ul li.icon_female_sp_lp {
  background: #fc7796
}

.area ul li.icon_female_sp_lp,
.area ul li.icon_male_sp_lp {
  color: #fff;
  display: inline;
  font-size: 9pt;
  float: left;
  margin: 10px 5px 5px 0
}

.area ul li.icon_male_sp_lp {
  background: #8d439a
}

.area ul li.icon_water_sp_lp {
  background: #20cdff
}

.area ul li.icon_screen_sp_lp,
.area ul li.icon_water_sp_lp {
  color: #fff;
  display: inline;
  font-size: 9pt;
  float: left;
  margin: 10px 5px 5px 0
}

.area ul li.icon_screen_sp_lp {
  background: #b9b8c3
}

.area ul li.icon_light_sp_lp {
  background: #fff83d;
  color: #333
}

.area ul li.icon_cashless_sp_lp {
  background: #e6b422;
  color: #fff;
}

.area ul li.icon_floating_sp_lp,
.area ul li.icon_light_sp_lp,
.area ul li.icon_pilates_sp_lp,
.area ul li.icon_surf_sp_lp,
.area ul li.icon_burnes_sp_lp,
.area ul li.icon_cashless_sp_lp,
.area ul li.icon_wood_stone_lp {
  display: inline;
  font-size: 9pt;
  float: left;
  margin: 10px 5px 5px 0;
}

.area ul li.icon_floating_sp_lp {
  background: #bfe5f7;
  color: #433f3f
}

.area ul li.icon_pilates_sp_lp {
  background: #62bd8b;
  background: linear-gradient(150deg, #62bd8b 0%, #10b1e9 100%);
  color: #fff
}

.area ul li.icon_surf_sp_lp {
  background: #00b8ee;
  background: linear-gradient(150deg, #00b8ee 0%, #5e8fcb 100%);
  color: #fff
}

.area ul li.icon_burnes_sp_lp {
  background: #674498;
  background: linear-gradient(150deg, #674498 0%, #3f2a5c 100%);
  color: #fff
}

.area ul li.icon_wood_stone_lp {
  background: #708090;
  color: #fff
}

.area ul li.icon_hk_sp_lp {
  background: #dc3816;
  color: #fff;
  display: inline;
  font-size: 9pt;
  float: left;
  margin: 10px 5px 5px 0
}

.area ul a {
  display: block;
  padding: .5rem;
  color: #433f3f;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.6em
}

/***** 250910追加 *****/
.notice {
  font-size: 17px;
  font-weight: 700;
  color: #FF3D00;
  text-align: center;
  line-height: 1.6;
  padding-block: 10px;
  background: #FAFF00;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 450px) {
  .notice {
    font-size: 4.53vw;
    padding-block: 1.78vw;
  }
}