/** Shopify CDN: Minification failed

Line 2342:0 Expected "}" to go with "{"

**/
@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: "Noto Sans JP", sans-serif;
  line-height: unset;
}

.fc-pink{
  color:#DB2F6D;
}

.m-lr-10{
  margin-left:10px;
  margin-right:10px;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
} */

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1100px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #333333;
  color: #fff;
}

.c-button {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  padding: 22px 0;
  padding: 1.375rem 0;
  background-color: #2FACDB;
  color: #fff;
  -webkit-box-shadow: 0px 8px 5px rgba(255, 255, 255, .25);
          box-shadow: 0px 8px 5px rgba(255, 255, 255, .25);
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .c-button {
    font-size: 2.5rem;
  }
}

.c-subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.c-subTitle::before {
  position: absolute;
  content: "";
  top: 0;
  background-color: #333333;
  width: 100%;
  height: 4px;
  height: 0.25rem;
}

.c-subTitle__num {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  background-color: #333333;
  font-family: "Great Vibes", cursive;
  width: 20%;
  -webkit-clip-path: polygon(0 0, 100% 0, 49% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 49% 100%, 0% 100%);
  padding-left: 8px;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-subTitle__num {
    font-size: 4rem;
    padding-left: 1.5rem;
    -webkit-clip-path: polygon(0 0, 70% 0, 38% 100%, 0% 100%);
            clip-path: polygon(0 0, 70% 0, 38% 100%, 0% 100%);
  }
}

.c-subTitle__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-subTitle__text {
    font-size: 2.2rem;
  }
}

.c-title {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 2rem;
  }
}

.c-title:before {
  position: absolute;
  bottom: -8px;
  bottom: -0.5rem;
  content: "";
  background-color: #DB2F6D;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 4px;
  height: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-title:before {
    width: 40%;
  }
}

.p-between {
  margin-top: 40px;
  margin-top: 2.5rem;
  background-color: #333333;
  padding: 40px 16px;
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-between {
    margin-top: 5rem;
  }
}

.p-between__img {
  width: 184px;
  width: 11.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-between__img {
    width: 15rem;
  }
}

.p-between__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-between__wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
  background-color: #fff;
  padding: 24px 61px;
  padding: 1.5rem 3.8125rem;
}
@media screen and (min-width: 768px) {
  .p-between__wrap {
    padding: 5.25rem 0rem;
    width: 62.5rem;
    margin: 0 auto;
    margin-top: 2.5rem;
  }
}

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

.p-between__text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 24px;
  margin-top: 1.5rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-between__text {
    text-align: center;
    font-size: 2.5rem;
  }
}

.p-between__text span {
  background-color: #333333;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-between__text span {
    font-size: 2.5rem;
  }
}

.p-cta {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 80px 26px 60px 26px;
  padding: 5rem 1.625rem 3.75rem 1.625rem;
  background-image: url("/cdn/shop/files/cta_background_image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70%;
}
@media screen and (min-width: 768px) {
  .p-cta {
    margin-top: 5rem;
  }
}

.p-cta__title {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    font-size: 2rem;
  }
}

.p-cta__button {
  margin: 0 auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
  width: 21.25rem;
  width: 340px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__button {
    width: 50rem;
  }
}

.p-cta__bottom {
  margin-top: 0;
}

.p-feel {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-feel {
    margin-top: 10rem;
  }
}

.p-feel__title {
  padding: 15px 32px;
  padding: 0.9375rem 2rem;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .p-feel__title {
    padding: 1.9444444444vw 8.3333333333vw;
    font-size: 2.5rem;
    width: 80.5%;
  }
}
@media screen and (min-width: 1440px) {
  .p-feel__title {
    padding: 1.75rem 7.5rem;
  }
}

.p-feel__inner {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-feel__inner {
    margin-top: 5rem;
  }
}

.p-feel__text {
  line-height: 2;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-feel__text {
    font-size: 1.5rem;
  }
}

.p-feel__img {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-feel__img {
    margin: 0 auto;
    margin-top: 5rem;
    width: 62.375rem;
  }
}

.p-flow {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-flow {
    margin-top: 10rem;
  }
}

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

.p-flow__list {
  margin-top: 72px;
  margin-top: 4.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    margin-top: 7.5rem;
  }
}

.p-flow__list:first-child {
  position: static;
  margin-top: 0;
}

.p-flow__list::before {
  position: absolute;
  content: "";
  height: 40px;
  height: 2.5rem;
  width: 2px;
  background-color: #333333;
  left: 10%;
  top: -56px;
}
@media screen and (min-width: 768px) {
  .p-flow__list::before {
    left: 7%;
    height: 5rem;
    top: -70%;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow__list::before {
    left: 6.5%;
  }
}

@media screen and (min-width: 768px) {
  .p-flow__list:nth-child(2)::before {
    top: -62%;
  }
}

.p-flow__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-flow__box {
    display: block;
    padding: 1rem 2.375rem;
  }
}

.p-flow__step {
  font-style: italic;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow__step {
    text-align: center;
    font-size: 2rem;
  }
}

.p-flow__num {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Great Vibes", cursive;
  color: #fff;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__num {
    text-align: center;
    margin: 0;
    font-size: 5rem;
  }
}

.p-flow__content {
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__content {
    margin-left: 2.5rem;
  }
}

.p-flow__content-title {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow__content-title {
    font-size: 2rem;
  }
}

.p-flow__content-text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-flow__content-text {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.p-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__inner {
    margin-left: 7.5rem;
    height: inherit;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    height: inherit;
  }
}

.p-header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__title {
  width: 148px;
  width: 9.25rem;
  padding: 8px 0px 8px 16px;
  padding: 0.5rem 0rem 0.5rem 1rem;
}

.p-header__text {
  margin-left: 16px;
  margin-left: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.navItem {
  background-color: #333333;
  padding: 10px 13px;
  padding: 0.625rem 0.8125rem;
  width: 187px;
  width: 11.6875rem;
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .navItem {
    width: 22.5rem;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.navItem-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navItem-head__img {
  width: 19px;
  width: 1.1875rem;
  height: 13px;
  height: 0.8125rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .navItem-head__img {
    width: 1.625rem;
    height: 1.0625rem;
  }
}

.navItem-head__contact {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .navItem-head__contact {
    font-size: 1.5rem;
  }
}

.navItem__body {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.p-navItem-body__text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.p-message {
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  background-image: url(../images/message__textBg.png);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding: 5rem 7.5rem;
  }
}

.p-messeage__text1 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-messeage__text1 {
    font-size: 1.5rem;
  }
}

.p-message__text2 {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-message__text2 {
    font-size: 2rem;
  }
}

.p-message__text3 {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-message__text3 {
    font-size: 1.5rem;
  }
}

.p-mv {
  height: 100vh;
  padding-top: 80px;
  padding-top: 5rem;
  background-image: url("/cdn/shop/files/fv-img-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 0 60px;
  background-position: 0 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    background-image: url("/cdn/shop/files/fv-img.jpg");
    padding-top: 7.5rem;
    width: 70%;
    margin: 0 auto;
    height: 97vh;
  }
}

@media screen and (min-width: 768px) {
  .p-mv:before {
    position: absolute;
    content: "";
    background-color: #333333;
    width: 70vw;
    height: 97vh;
    z-index: -1;
    left: -3rem;
    top: 2.75rem;
  }
}

.p-mv__subtext {
  text-align: center;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.p-mv__wrap {
  position: absolute;
  bottom: 120px;
  bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv__wrap {
    left: -10vw;
  }
}

.p-mv__title {
  background-color: #DB2F6D;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 4rem;
  }
}

.p-mv-bottom {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-point {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-point {
    margin-top: 5rem;
  }
}

.p-point__lists {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-point__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__list {
    width: calc(28.888% - 0.5rem);
    margin-right: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-point__list:last-child {
    margin-right: 0;
  }
}

.p-point__list p {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-point__list p {
    font-size: 2rem;
  }
}

.p-point__items {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-point__items {
    margin-top: 5rem;
  }
}

.p-point__item-text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-point__item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10rem;
    font-size: 1.25rem;
  }
}

.p-point__item {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-point__item:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-point__item:nth-child(2) .p-point__item-text {
    margin-left: 0;
    margin-right: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-point__item-img {
    width: 30rem;
  }
}

.p-point__sec2,
.p-point__sec3,
.p-point__sec4,
.p-point__sec5 {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-point__sec2,
.p-point__sec3,
.p-point__sec4,
.p-point__sec5 {
    margin-top: 10rem;
  }
}

.p-point__head {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point__head {
    margin-top: 5rem;
  }
}

.p-point__bg {
  background-image: url("/cdn/shop/files/lp_02section_background_image.jpg");
  padding: 136px 0;
  padding: 8.5rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-point__bg {
    width: 49.3125rem;
    margin: 0 auto;
    margin-top: 3.5rem;
    padding: 8.5rem 3.0625rem;
  }
}

.p-point__bg-text {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-point__bg-text {
    font-size: 1.5rem;
    line-height: 2.6;
  }
}

.p-point__scroll {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__scroll {
    margin-top: 12.5rem;
  }
}

.p-point__scroll-inner {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-point__scroll-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-point__scroll-inner {
    margin-top: 2.5rem;
  }
}

.p-point__scroll-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-point__scloll-img {
  position: relative;
  width: 375px;
  width: 23.4375rem;
  aspect-ratio: 375/240;
}
@media screen and (min-width: 768px) {
  .p-point__scloll-img {
    width: 22.5rem;
    aspect-ratio: 360/240;
  }
}

.p-point__scloll-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-point__sec3-wrap {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-point__sec3-wrap {
    margin-top: 3.5rem;
  }
}

.p-point__sec3-title {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-point__sec3-title span {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  background-image: linear-gradient(to right, #2facdb 8px, transparent 8px);
  background-size: 15px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__sec3-title span {
    font-size: 1.8rem;
  }
}

.p-point__sec3-img {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__sec3-img {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-point__sec3-img2 {
    width: 57.9375rem;
    margin: 0 0 0 auto;
  }
}

.p-point__sec3-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point__sec3-text {
    margin: 0 auto;
    margin-top: 5rem;
    font-size: 1.5rem;
    width: 50rem;
  }
}

.sec3__content {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sec3__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-top: -14%;
  }
}

.sec3__content-item {
  padding: 24px;
  padding: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  font-weight: 400;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sec3__content-item {
    width: 43rem;
    font-size: 1.2rem;
    z-index: 1;
  }
}

.sec3__content-img {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec3__content-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 7rem;
  }
}

.p-point__sec4-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-weight: 400;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-point__sec4-text {
    margin-top: 5.5rem;
    font-size: 1.2rem;
  }
}

.sec4-wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sec4-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.sec4-wrap__top-text {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sec4-wrap__top-text {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .sec4-wrap__top {
    width: 40rem;
    position: relative;
    margin-left: -12%;
  }
}

.sec4-wrap__bottom {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sec4-wrap__bottom {
    width: 40rem;
    margin-top: 7.5rem;
  }
}

.sec4-wrap__bottom-text {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}

.p-point__graph {
  margin-top: 40px;
  margin-top: 2.5rem;
  background-color: #f4f4f4;
  background-image: linear-gradient(to right, #2facdb 8px, transparent 8px);
  background-size: 15px 6px;
  background-repeat: repeat-x;
  background-position: top right left bottom;
  background-image: linear-gradient(to right, #2facdb 8px, transparent 8px), linear-gradient(to bottom, #2facdb 8px, transparent 8px), linear-gradient(to left, #2facdb 8px, transparent 8px), linear-gradient(to top, #2facdb 8px, transparent 8px);
  background-size: 10px 3px, 3px 10px, 10px 3px, 3px 10px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-point__graph {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-point__graph {
    padding: 3.125rem 6rem;
  }
}

.p-point__graph-title {
  text-align: center;
  padding: 24px 0;
  padding: 1.5rem 0;
}

.p-point__graph-title span {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  background-image: linear-gradient(to right, #2facdb 8px, transparent 8px);
  background-size: 15px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__graph-title span {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-point__graph-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-point__graph-img {
  width: calc(100% - 0.5rem);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-point__graph-img {
    width: 20.375rem;
  }
}

.p-point__graph-text {
  padding-top: 27.5px;
  padding-top: 1.71875rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-point__graph-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 4.1875rem;
  }
}

.p-point__graph-text span {
  display: block;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-point__sec5-lists {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__sec5-lists {
    margin-top: 5.5rem;
  }
}

.p-point__sec5-list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__sec5-list {
    margin-top: 5rem;
  }
}

.p-point__sec5-text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-point__sec5-text {
    font-size: 2.5rem;
    text-align: left;
  }
}

.p-point__sec5-wrap {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__sec5-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-point__sec5-img {
    width: 17.5rem;
  }
}

.p-point__sec5-table {
  margin-top: 40px;
  margin-top: 2.5rem;
  border-collapse: collapse;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .p-point__sec5-table {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 3.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    display: table;
  }
}

.p-point__sec5-table tr {
  border-top: 1px solid #2FACDB;
}

.p-point__sec5-table td {
  padding: 8px;
  padding: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  border-left: 1px solid #2FACDB;
}
@media screen and (min-width: 768px) {
  .p-point__sec5-table td {
    padding: 1.5rem 0.625rem;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-point__sec5-table td {
    font-size: 1.5rem;
  }
}

.th-title {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  border-top: unset !important;
}
@media screen and (min-width: 768px) {
  .th-title {
    text-align: center;
    font-size: 1.5rem;
  }
}

.t-title {
  border-left: unset !important;
}
@media screen and (min-width: 768px) {
  .t-title {
    width: 12%;
  }
}

.border-none {
  border-top: unset !important;
  border-left: unset !important;
}

.sec5-table__title {
  border-top: unset;
}

.p-point__sec5-cta p {
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-point__sec5-cta p {
    margin-top: 2.5rem;
    font-size: 2.5rem;
  }
}

.p-point__sec5-cta p::after {
  content: "";
  background: #333333;
  height: 2px;
  height: 0.125rem;
  width: 16vw;
  margin-left: 6px;
  margin-left: 0.375rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-point__sec5-cta p::after {
    width: 10rem;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-left: 1rem;
  }
}

.p-point__sec5-off {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 26px 16px;
  padding: 1.625rem 1rem;
  margin-top: 16px;
  margin-top: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#ada996), color-stop(33.33%, #f2f2f2), color-stop(66.67%, #dbdbdb), to(#eaeaea));
  background: linear-gradient(90deg, #ada996 0%, #f2f2f2 33.33%, #dbdbdb 66.67%, #eaeaea 100%);
  font-weight: 700;
  font-size:1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point__sec5-off {
    width: auto;
    margin: 0;
    text-align: center;
    font-size: 2.5rem;
  }
}

.p-point__sec5-off span {
  background-color: #fff;
  padding: 8px 6px;
  padding: 0.5rem 0.375rem;
  color: #DB2F6D;
  font-style: italic;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-point__sec5-off span {
    font-size: 4rem;
    padding: 1rem 1.5rem;
  }
}

.sec5__picture {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sec5__picture {
    margin-top: 5rem;
  }
}

.sec5__picture-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec5__picture-title {
    font-size: 2.5rem;
    text-align: center;
  }
}

.sec5__picture-lists {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sec5__picture-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sec5__picture-list {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sec5__picture-list {
    width: calc(28.88% - 1rem);
    margin-right: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .sec5__picture-list:last-child {
    margin-right: 0;
  }
}

.sec5__picture-img {
  position: relative;
  aspect-ratio: 288/400;
  width: 288px;
  width: 18rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec5__picture-img {
    height: 25rem;
  }
}

.sec5__picture-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-point__lists .sec5__picture-text {
  text-align: center;
  font-size: 20px;
  font-size: 1rem;
}

.sec5__picture-text span {
  position: relative;
}

.sec5__picture-text span::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-color: #333333;
  width: 100%;
  height: 1px;
}

.p-point__lists .sec5__picture-price {
  text-align: center;
  font-size: 40px;
  font-size: 2rem;
  color: #DB2F6D;
  font-weight: 700;
}

.sec5__picture__button {
  margin: 0 auto;
  margin-top: 64px;
  margin-top: 4rem;
  width: 340px;
  width: 21.25rem;
}
@media screen and (min-width: 768px) {
  .sec5__picture__button {
    margin-top: 5.5625rem;
    width: 50rem;
  }
}

.p-point_sec6 {
  margin-top: 104px;
  margin-top: 6.5rem;
}

.p-point__sec6-wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__sec6-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-point__sec6-img {
    width: 49.6875rem;
    margin-bottom: -2.375rem;
  }
}

.p-point__sec6-text {
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  padding: 16px;
  padding: 1rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-point__sec6-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    margin-left: -24%;
  }
}

.p-point__sec6-text span {
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-point__sec6-text-small {
  margin-top:1rem;
  font-size: 14px;
  font-size: 0.675rem;
}

.p-point__sec6-text-small span {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-point__sec6-img2 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-point__sec6-img2 {
    width: 100%;
    margin: 0;
    margin-top: 7.375rem;
  }
}

.p-point__sec6-cta {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-point__sec6-cta {
    margin-top: 5rem;
  }
}

.p-point__sec6-text2 {
  font-size: 16px;
  font-size: 1rem;
  color: #2FACDB;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point__sec6-text2 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .sec6-cta-button {
    margin-top: 1.5rem;
  }
}

.p-subscription {
  background-color: #333333;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 44px;
  padding-bottom: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-subscription {
    padding-top: 5rem;
    padding-bottom: 5.25rem;
  }
}

.p-subscription__img {
  width: 184px;
  width: 11.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-subscription__img {
    width: 25rem;
  }
}

.p-subscription__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-subscription__text {
    font-size: 2.5rem;
  }
}

.p-subscription__wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-subscription__wrap {
    font-size: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-subscription__wrap-color {
  background-color: #fff;
  color: #333333;
}

.p-subscription__wrap-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.p-voice {
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice {
    margin-top: 11.25rem;
  }
}

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

.p-voice__body {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__body {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-voice__body-text {
  font-size: 16px;
  font-size: 1rem;
  margin: 8px;
  margin: 0.5rem;
  font-weight: 400;
}

.p-voice__body-img {
  position: relative;
  aspect-ratio: 343/228;
}
@media screen and (min-width: 768px) {
  .p-voice__body-img {
    width: 60rem;
    aspect-ratio: 960/640;
  }
}

.p-voice__body-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-voice__body-bottom {
  margin-top: tem(40);
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice__body-bottom {
    width: 28rem;
    position: relative;
    margin-left: -30%;
    margin-right: -4%;
    margin-top: -4%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 400;
  }
}

.p-voice__body-top-text {
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.p-voice__body-text {
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice__body-text {
    padding: 2rem 1.5rem;
    font-size: 1rem;
  }
}

.p-worries__text {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-worries__text {
    margin-top: 12.8125rem;
  }
}

.p-worries__text span {
  display: inline-block;
  background-image: linear-gradient(to right, #2FACDB 8px, transparent 8px);
  background-size: 15px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-worries__text span {
    font-size: 2.5rem;
  }
}

.p-worries__text span:last-child {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-worries__body {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-worries__body {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-worries__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-worries__list {
  background-color: #333333;
  padding: 8px;
  padding: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-worries__list {
    margin-top: 0;
    width: calc(33.33% - 2.5rem);
    margin-right: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-worries__list:last-child {
    margin-right: 0;
  }
}

.p-worries__list-inner {
  border: 4px solid #ffffff;
  padding: 35px 0;
  padding: 2.1875rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-worries__list-inner {
    padding: 4rem 2rem;
    font-size: 1.8rem;
  }
}

.p-worries__answer {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-worries__answer {
    margin-top: 5rem;
    font-size: 2.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* 垂直中心 */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* 水平中心 */
  }
}

.p-worries__answer:before,
.p-worries__answer:after {
  border-top: 1px solid;
  content: "";
  width: 2em;
  /* 線の長さ */
}

.p-worries__answer:before {
  margin-right: 1em;
  /* 文字の右隣 */
}

.p-worries__answer:after {
  margin-left: 1em;
  /* 文字の左隣 */
}

.p-worries__answer-point {
  position: relative;
  padding-top: 0.6em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #DB2F6D, #DB2F6D 100%, transparent);
}

.p-worries__answer-bg {
  background-color: #DB2F6D;
  padding: 8px;
  padding: 0.5rem;
  color: #fff;
}

.p-worries__answer-color {
  color: #DB2F6D;
  margin-top: 24px;
  margin-top: 1.5rem;
  display: block;
}

.p-point__scroll-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-point__scroll-inner .p-point__scroll-items {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-point__scroll-inner .p-point__scroll-items:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
          animation: slide1 60s -30s linear infinite;
}
.p-point__scroll-inner .p-point__scroll-items:last-child {
  -webkit-animation: slide2 60s linear infinite;
          animation: slide2 60s linear infinite;
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);

.lp-hotel .p-voice__body-text,
.lp-hotel .p-voice__body-bottom,
.lp-hotel .p-voice__body {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.lp-hotel .p-voice__body-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-hotel .p-voice__body-img {
  margin: 0 auto;
  display: block;
}
.sec5__picture-text {
  display: block;
  text-align: center !important;
}
.p-point__lists a.sec5__picture-text {
  transition: opacity 0.2s ease;
}
.p-point__lists a.sec5__picture-text:hover,
.p-point__lists a.sec5__picture-text:active {
  opacity: 0.2;
}






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