html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0
}

footer,
header,
main,
menu,
nav,
section {
  display: block
}

video {
  vertical-align: baseline;
  display: inline-block
}

[hidden] {
  display: none
}

a {
  background-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
  outline: 0
}

b {
  font-weight: 700
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

small {
  font-size: 80%
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

button {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled] {
  cursor: default
}

button::-moz-focus-inner {
  border: 0;
  padding: 0
}

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

[class*=" w-icon-"],
[class^=w-icon-] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: webflow-icons !important
}

.w-icon-slider-right:before {
  content: ""
}

.w-icon-slider-left:before {
  content: ""
}

.w-icon-nav-menu:before {
  content: ""
}

.w-icon-arrow-down:before {
  content: ""
}

* {
  box-sizing: border-box
}

html {
  height: 100%
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block
}

html.w-mod-touch * {
  background-attachment: scroll !important
}

.w-block {
  display: block
}

.w-inline-block {
  max-width: 100%;
  display: inline-block
}

.w-hidden {
  display: none
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: 700
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px
}

p {
  margin-top: 0;
  margin-bottom: 10px
}

.w-embed:after,
.w-embed:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-embed:after {
  clear: both
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative
}

.w-video embed,
.w-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0
}

[type=button],
[type=reset],
button {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto
}

.w-container:after,
.w-container:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-container:after {
  clear: both
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px
}

.w-row:after,
.w-row:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-row:after {
  clear: both
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0
}

.w-col-1 {
  width: 8.33333%
}

.w-col-2 {
  width: 16.6667%
}

.w-col-3 {
  width: 25%
}

.w-col-4 {
  width: 33.3333%
}

.w-col-5 {
  width: 41.6667%
}

.w-col-6 {
  width: 50%
}

.w-col-7 {
  width: 58.3333%
}

.w-col-8 {
  width: 66.6667%
}

.w-col-9 {
  width: 75%
}

.w-col-10 {
  width: 83.3333%
}

.w-col-11 {
  width: 91.6667%
}

.w-col-12 {
  width: 100%
}

.w-hidden-main {
  display: none !important
}

@media screen and (max-width:991px) {
  .w-container {
      max-width: 728px
  }

  .w-hidden-main {
      display: inherit !important
  }

  .w-hidden-medium {
      display: none !important
  }

  .w-col-medium-1 {
      width: 8.33333%
  }

  .w-col-medium-2 {
      width: 16.6667%
  }

  .w-col-medium-3 {
      width: 25%
  }

  .w-col-medium-4 {
      width: 33.3333%
  }

  .w-col-medium-5 {
      width: 41.6667%
  }

  .w-col-medium-6 {
      width: 50%
  }

  .w-col-medium-7 {
      width: 58.3333%
  }

  .w-col-medium-8 {
      width: 66.6667%
  }

  .w-col-medium-9 {
      width: 75%
  }

  .w-col-medium-10 {
      width: 83.3333%
  }

  .w-col-medium-11 {
      width: 91.6667%
  }

  .w-col-medium-12 {
      width: 100%
  }

  .w-col-stack {
      width: 100%;
      left: auto;
      right: auto
  }
}

@media screen and (max-width:767px) {

  .w-hidden-main,
  .w-hidden-medium {
      display: inherit !important
  }

  .w-hidden-small {
      display: none !important
  }

  .w-container .w-row,
  .w-row {
      margin-left: 0;
      margin-right: 0
  }

  .w-col {
      width: 100%;
      left: auto;
      right: auto
  }

  .w-col-small-1 {
      width: 8.33333%
  }

  .w-col-small-2 {
      width: 16.6667%
  }

  .w-col-small-3 {
      width: 25%
  }

  .w-col-small-4 {
      width: 33.3333%
  }

  .w-col-small-5 {
      width: 41.6667%
  }

  .w-col-small-6 {
      width: 50%
  }

  .w-col-small-7 {
      width: 58.3333%
  }

  .w-col-small-8 {
      width: 66.6667%
  }

  .w-col-small-9 {
      width: 75%
  }

  .w-col-small-10 {
      width: 83.3333%
  }

  .w-col-small-11 {
      width: 91.6667%
  }

  .w-col-small-12 {
      width: 100%
  }
}

@media screen and (max-width:479px) {
  .w-container {
      max-width: none
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
      display: inherit !important
  }

  .w-hidden-tiny {
      display: none !important
  }

  .w-col {
      width: 100%
  }

  .w-col-tiny-1 {
      width: 8.33333%
  }

  .w-col-tiny-2 {
      width: 16.6667%
  }

  .w-col-tiny-3 {
      width: 25%
  }

  .w-col-tiny-4 {
      width: 33.3333%
  }

  .w-col-tiny-5 {
      width: 41.6667%
  }

  .w-col-tiny-6 {
      width: 50%
  }

  .w-col-tiny-7 {
      width: 58.3333%
  }

  .w-col-tiny-8 {
      width: 66.6667%
  }

  .w-col-tiny-9 {
      width: 75%
  }

  .w-col-tiny-10 {
      width: 83.3333%
  }

  .w-col-tiny-11 {
      width: 91.6667%
  }

  .w-col-tiny-12 {
      width: 100%
  }
}

.w-background-video {
  height: 500px;
  color: #fff;
  position: relative;
  overflow: hidden
}

.w-background-video>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important
}

.w-slider {
  height: 300px;
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  background: #ddd;
  position: relative
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
  display: inline-block;
  position: relative
}

.w-slider-nav {
  z-index: 2;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0
}

.w-slider-nav.w-round>div {
  border-radius: 100%
}

.w-slider-nav.w-shadow>div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4)
}

.w-slider-dot {
  width: 1em;
  height: 1em;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative
}

.w-slider-dot.w-active {
  background-color: #fff
}

.w-slider-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
  box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  width: 80px;
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^=w-icon-] {
  position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative
}

.w-nav:after,
.w-nav:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-nav:after {
  clear: both
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative
}

.w-nav-link.w--current {
  color: #0082f3
}

.w-nav-menu {
  float: right;
  position: relative
}

[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important
}

.w-nav[data-animation=over-left] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto
}

.w-nav[data-animation=over-right] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative
}

.w-nav-button:focus {
  outline: 0
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block
}

@media screen and (max-width:991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
      display: none
  }

  .w-nav[data-collapse=medium] .w-nav-button {
      display: block
  }
}

@media screen and (max-width:767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
      display: none
  }

  .w-nav[data-collapse=small] .w-nav-button {
      display: block
  }
}

@media screen and (max-width:479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
      display: none
  }

  .w-nav[data-collapse=tiny] .w-nav-button {
      display: block
  }
}

.w-tabs {
  position: relative
}

.w-tabs:after,
.w-tabs:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-tabs:after {
  clear: both
}

@keyframes spin {
  0% {
      transform: rotate(0)
  }

  100% {
      transform: rotate(360deg)
  }
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px
}

p {
  margin-bottom: 10px
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block
}

a:hover {
  color: #32343a
}

a:active {
  color: #43464d
}

img {
  display: block
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px
}

.section {
  margin-left: 30px;
  margin-right: 30px
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  letter-spacing: .15em;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s
}

.button:hover {
  color: #fff;
  background-color: #32343a
}

.button:active {
  background-color: #43464d
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8)
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9)
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px
}

.label.cc-light {
  opacity: .6
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px
}

.paragraph-light {
  opacity: .6
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Infant, serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px
}

.logo-link {
  z-index: 1
}

.logo-link:hover {
  opacity: .8
}

.logo-link:active {
  opacity: .7
}

.logo-link.w--current {
  flex: 0 auto
}

.menu {
  z-index: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.logo-image {
  display: block
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex
}

.webflow-link:hover {
  opacity: 1
}

.webflow-link:active {
  opacity: .8
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex
}

.intro-header {
  width: 100%;
  height: 90vh;
  min-height: 680px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center
}

.intro-content.cc-homepage {
  margin-top: 60px;
  margin-bottom: 20px
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px
}

.detail-image {
  width: 100%;
  margin-bottom: 30px
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url(../images/img/background-image.svg);
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block
}

.detail-header-image.w--current {
  margin-bottom: 60px
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex
}

._404-content-wrap {
  margin-bottom: 20px
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto
}

.fv_bg_img {
  height: 100%;
  background-image: url(../images/main.jpg);
  background-position: 50%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0
}

.fv_bg {
  z-index: 0;
  width: 100%;
  height: 90vh;
  min-height: 680px;
  position: absolute
}

.fv_left {
  height: 100%;
  padding-left: 0;
  padding-right: 0
}

.youtube {
  width: auto;
  height: 100%;
  opacity: .94;
  background-image: none
}

.fv_video {
  height: 100%;
  background-color: #e1938e;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.image {
  width: 200px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto
}

.section_text {
  color: #525252;
  text-align: center;
  letter-spacing: .08em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  max-width: 90%;
  margin: 0 auto;
}

.a-feature-bottom-wrapper {
  max-width: 500px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8
}

.a-margin-bottom-08 {
  margin-bottom: 8px
}

.a-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex
}

.a-feature-icon {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .05)
}

.section_h2 {
  width: auto;
  height: 47px;
  color: #dd7994;
  letter-spacing: .05em;
  border: 1px transparent;
  flex: 0 auto;
  margin: 0 0 24px;
  font-family: Cormorant Infant, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1.2
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8
}

.a-margin-bottom-16 {
  margin-bottom: 16px
}

.scrollin {
  width: auto;
  opacity: 1;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.a-section-large {
  background-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0) 9%), url(../images/bg1.jpg);
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  margin-bottom: 0;
  padding: 100px 5% 80px;
  position: relative;
  overflow: hidden
}

#price{
  background-color: #fafafa;
  background-image: linear-gradient(to top, #fafafa, rgba(0, 0, 0, 0) 9%), url(../images/bg3.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%, contain;
  margin-bottom: 0;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.body {
  letter-spacing: .08em;
  border: 1px #525252;
  font-family: Zen Kaku Gothic Antique, sans-serif
}

.slide {
  width: 325px;
  height: 100%;
}

.page-padding {
  text-align: left;
  background-repeat: no-repeat;
  background-size: 100px;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.text-color-white {
  color: #fff
}

.tiktok_item {
  width: 16rem;
  height: 28.75rem;
  position: relative
}

.slide_nav {
  display: none;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto
}

.tiktok_top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem
}

.line_button:hover{
  opacity: 0.8;
}

.mask {
  height: 605px
}

.div-block {
  height: 530px;
  background-image: url(../images/photo_1_image.jpg);
  background-position: 0 0;
  background-size: cover
}

.photo1 {
  max-width: 800px;
  text-align: left;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.photo1_img {
  height: 500px;
  background-image: url(../images/photo_1_image.jpg);
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden
}

.photo1_bg {
  z-index: -1;
  width: 100%;
  height: 500px;
  background-image: url(../images/photo_1_bg.jpg);
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 32px;
  left: 32px
}

.image-2 {
  z-index: 1;
  height: 175px;
  position: absolute;
  top: -150px;
  left: 40px
}

.image-3 {
  height: 219px
}

.image-4 {
  height: 219px;
  position: absolute;
  top: -280px;
  bottom: auto;
  left: auto;
  right: -80px
}

.text-block {
  text-align: center
}

.section_header {
  display: flex
}

.image-5 {
  height: 99px
}

.h_line {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(270deg, #8a96e8, #f0adc1);
  flex: 1;
  margin-left: 1%
}

.section_h {
  align-items: center;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  display: flex
}

.h_line_left {
  width: 5%;
  height: 1px;
  background-image: linear-gradient(to right, #8a96e8, #f0adc1);
  flex: 0 auto;
  margin-right: 2%
}

.image-6 {
  width: 25px;
  height: 25px;
  margin-left: -5px
}

.grid {
  grid-template-areas: "Area"
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px
}

.f-margin-bottom-40 {
  margin-bottom: 40px
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2
}

.f-margin-bottom-12 {
  margin-bottom: 12px
}

.f-margin-bottom-48 {
  margin-bottom: 48px
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.f-section-large {
  padding: 92px 5%;
  position: relative
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex
}

.f-testimonial-right-a {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 0
}

.f-testimonial-right-a:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042
}

.f-testimonial-left-a {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 60px
}

.f-testimonial-left-a:hover {
  color: #fff;
  background-color: #160042
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex
}

.slide {
  width: 320px;
  height: 605px;
  margin-right: 40px
}

.slider {
  width: 100%;
  overflow: visible
}

.f-margin-bottom-16 {
  margin-bottom: 16px
}

.f-margin-bottom-49 {
  margin-bottom: 12px
}

.f-testimonial-section {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
  overflow: hidden
}

.table-row {
  grid-column-gap: 0;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid
}

.table-row.last {
  border-bottom-style: none
}

.table-row-group.alt {
  background-color: #f3f3f3
}

.cell.right {
  color: #525252;
  background-color: #fff;
  padding-left: 1rem;
  font-weight: 500
}

.cell.border-right {
  height: 100%;
  border-right: 1px solid #d3d3d3;
  align-items: center;
  padding-right: 0;
  display: flex
}

.header-cell {
  color: #fff;
  text-align: center;
  background-color: #dd7994;
  border-bottom: 1px #fff;
  font-weight: 500
}

.header-cell.border-right {
  height: 100%;
  border-right: 1px solid #d3d3d3;
  align-items: center;
  padding-right: 21px;
  display: flex
}

.header-cell.right {
  padding-left: 1rem
}

.table-wrapper {
  width: 80%;
  max-width: 500px;
  border: 2px solid #dd7994;
  margin: 0 auto;
}

.cell-text {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4em
}

.line_cta{
  max-width: 480px;
  margin: 48px auto 0;
  text-align: center;
  font-size: 16px;
}

.line_cta h4{
  font-size: 26px;
  color: #049641;
  text-align: center;
  font-weight: bold;
  font-family: Zen Maru Gothic, sans-serif;
}

.a-container-slim {
  width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.section_h1 {
  width: auto;
  height: auto;
  color: #dd7994;
  letter-spacing: .05em;
  border: 1px transparent;
  flex: 0 auto;
  margin: 0;
  font-family: Cormorant Infant, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1.2
}

.section_photo2 {
  padding-top: 160px
}

.section-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative
}

.section-2.photo2 {
  z-index: 10;
  color: #fafafa;
  padding-top: 140px;
  padding-bottom: 200px
}

.background-banner {
  height: 116%;
  background-image: url(../images/photo_1_image.jpg);
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0
}

.background-banner.video-banner {
  background-image: url(../images/photo_2_image.jpg);
  background-position: 50%
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0
}

.large-heading {
  line-height: 1.15em
}

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden
}

.section-bottom-cover {
  z-index: 20;
  height: 0%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0
}

.section_reason {
  margin-bottom: 0;
  padding-bottom: 100px
}

.reason_header {
  width: 100%;
  height: 180px;
  background-image: url(../images/bg_reason.jpg);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
  position: relative
}

.image-7 {
  width: 280px
}

.reason_h {
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: -49px
}

.reason_block_top {
  height: 19px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex
}

.reason_block_line {
  height: 16px
}

.image-9 {
  width: 143px
}

.reason_block_number {
  width: 90px;
  height: auto;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  top: -9px
}

.reason_block_line_wrap {
  width: 30%;
  flex: 1;
  overflow: hidden
}

.heading {
  color: #525252;
  text-align: center;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em
}

.reason_block_img {
  width: 270px;
  margin-top: 0;
  margin-bottom: 0
}

.reason_block {
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex
}

.reason_text {
  color: #dd7994;
  font-size: 13px;
  line-height: 180%
}

.reason_block_bottom {
  width: 100%;
  height: 16.5px
}

.reason_block_innter {
  width: 90%;
  flex: 1
}

.reason_block_bottom_2 {
  height: 19px;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex
}

.reason_block_wrap {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex
}

.reason_block_img_wrap {
  height: 272px;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.a-section-large2 {
  background-image: url(../images/section_2_bg1.png), url(../images/section_2_bg2.png), linear-gradient(#fafafa, #fafafa);
  background-position: 100% 0, 0 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 500px, 500px, auto;
  padding: 100px 5%;
  position: relative;
  overflow: hidden
}

.plan_inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template: "." /1fr 1fr;
  margin-top: 80px;
  padding-left: 80px;
  padding-right: 80px
}

.plan_contents{
  padding-top: 0;
}

.image-10 {
  width: 100%;
  height: auto;
  margin-bottom: 8px
}

.plan {
  color: #dd7994;
  text-align: center;
  letter-spacing: .08em;
  margin-top: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  line-height: 1.2em
}

.plan_block_h {
  color: #dd7994;
  text-align: center;
  letter-spacing: .05em;
  margin-top: 9px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2em
}

.paragraph {
  font-size: 13px;
  line-height: 1.6em
}

.plan_block {
  text-align: center;
}

.plan_img {
  width: 100%;
  justify-content: center;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative
}

.plan_block_text {
  color: #dd7994;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 16px;
}

.plan_block_plan_text{
  color: #666;
  line-height: 1.5em;
  letter-spacing: 0;
}

.plan_block_plan_text h4{
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 1.1em;
}

.plan_set_h {
  font-size: 14px;
  line-height: 1.4em;
  color: #dd7994;
  position: relative;
  padding: 0 20px;
  text-align: left;
  font-weight: bold;
}

.plan_more{
  display: none;
}

.more_button{
  margin-top: 8px;
  cursor: pointer;
}

.more_button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(135deg);
  margin-top: -8px;
}

.more_buttonText {
  display: none;
  color: #dd7994;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #dd799491;
  border-radius: 4px;
  transition: opacity 0.3s ease 0s;
  padding: 6px 8px;
  box-sizing: border-box;
}

/* is-active時（展開時）の切り替え */
.more_button.is-active::before {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.more_buttonText.is-active {
  display: block;
}

.plan_block_caption{
  line-height: 1.3;
  font-size: 0.8em;
  color: #888;
  letter-spacing: 0;
  margin-top: 8px;
}

.plan_block_caption p{
  margin-bottom: 4px;
}

.plan_set_h:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #dd79946b;
}

.plan_set_h span {
  position: relative;
  padding: 0 1em;
  background: #fafafa;
}

.plan_set{
  font-size: 13px;
  text-align: left;
}

.plan_block_gold{
  color: #ba9368;
}

.plan_block_gold,
.plan_block_pt{
  font-size: 12px;
  letter-spacing: 0.01em;
  display: flex;
  line-height: 1.4em;
  justify-content: start;
  align-items: center;
}

.plan_block_pt{
  color:#525252;
}

.plan_block_gold h4,
.plan_block_pt h4{
  font-size: 13px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  font-family: Zen Maru Gothic, sans-serif;
  margin-right: 8px;
  min-width: 90px;
}

.plan_block_gold h4{
  border: 1px solid #ba92686c;
  color: #ba9368;
}

.plan_block_pt h4{
  border: 1px solid #52525252;
  color: #525252;
}

.plan_block_pt .plan_label{
  background: #858585;
  color: #fff;
  padding: 1px 8px;
  border-radius: 20px;
  font-size: 10px;
  margin-bottom: 4px;
  display: inline-block;
}

.section_innter {
  margin-top: 48px
}

.section_innter.voice_inner {
  margin-left: -24px;
  margin-right: -24px
}

.voice_block {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  margin-bottom: 32px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 32px;
  display: flex;
  box-shadow: 7px 7px rgba(166, 138, 232, .27)
}

.voice_block_top {
  border-bottom: 1px dashed #dd7994;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 16px;
  display: flex
}

.image-11 {
  width: 110px
}

.voice_block_top_right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex
}

.voice_block_h {
  color: #dd7994;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em
}

.voice_block_label {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to right, #8a96e8, #dd7994);
  border-radius: 20px;
  margin-top: 7px;
  padding: 0 12px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 13px;
  line-height: 1.6em
}

.voice_text {
  color: #525252;
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.8em
}

.section_inner {
  margin-top: 48px
}

.faq_a_text {
  color: #525252;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8
}

.a-faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px
}

.a-faq-content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden
}

.a-faq-arrow {
  width: 40px;
  height: 40px;
  color: #868898;
  background-color: #fff;
  border: 1px solid #dedfe3;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex
}

.faq_block_h {
  color: #525252;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8
}

.a-faq-wrapper {
  width: 100%;
  color: #525252;
  white-space: normal;
  border: 1px #dd7994;
  border-top-width: 0;
  border-bottom: 1px dashed rgba(221, 121, 148, .44);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 8px;
  display: flex
}

.a-faq-grid-wrapper {
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 64px
}

.a-h3-heading {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8
}

.a-margin-bottom-17 {
  margin-bottom: 16px
}

.a-title-wrap-center-large {
  max-width: 770px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.a-section-regular {
  padding: 92px 5%;
  position: relative
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8
}

.f-margin-bottom-08 {
  margin-bottom: 8px
}

.qaa-q {
  width: 40px;
  height: 40px;
  background-color: #dd7994;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 0;
  display: flex
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px
}

.f-h3-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2
}

.f-margin-bottom-50 {
  margin-bottom: 16px
}

.f-heading-detail-small-2 {
  color: #525252;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.8em
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative
}

.f-margin-bottom-128 {
  margin-bottom: 128px
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.f-section-large-2 {
  padding: 60px 5%;
  position: relative
}

.qaa-label-text {
  color: #fff;
  font-family: Cormorant Infant, sans-serif;
  line-height: 100%
}

.qaa-a {
  width: 40px;
  height: 40px;
  background-color: #8a96e8;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 0;
  display: flex
}

.faq-a-content {
  width: 100%;
  white-space: normal;
  border: 1px #dd7994;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex
}

.faq_block {
  margin-top: 48px;
  margin-bottom: 0
}

.faq_inner {
  max-width: 800px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto
}

#price .page-padding{
  text-align: center;
  padding-bottom: 50px;
}

.price_caption{
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.4;
  color: #939393;
}

.price_h2{
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #DD7994;
}

.price_category_wrap{
  margin-bottom: 24px;
  margin-top: 40px;
}

.price_normal_header_block{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 18px;
  background: rgba(255, 255, 255, 0.6);
}

.price_normal_header_wrap{
  display: flex;
  flex-direction: row;
  gap: 1px;
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-size: 13px;
  color: #525252;
  justify-content: flex-end;
  align-items: flex-start;
}

.price_normal_header_block{
  padding: 4px 0;
}

.price_normal_row{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 1px;
  margin-bottom: 1px;
}

.price_normal_time,
.price_normal_one,
.price_normal_all{
  font-family: Cormorant Infant, serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #939393;
  background: #fff;
  align-self: stretch;
}

.price_normal_time{
  width: 25%;
}

.price_normal_one{
  font-family: Cormorant Infant, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  color: #DD7994;
  align-items: flex-end;
  width: 50%;
}

.price_normal_all{
  font-weight: 400;
  line-height: 160%;
  width: 25%;
}

.price_normal_time .unit,
.price_normal_one .unit,
.price_normal_all .unit,
.price_normal_other .unit
{
  font-size: 0.7em;
}

.price_normal_other{
  margin-top: 16px;
  font-family: Cormorant Infant, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #525252;
}

.price_normal_other .number{
  font-size: 24px;
}

.price_normal_list{
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

.price_plan_h3{
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 180%;
  color: #8A96E8;
  max-width: 300px;
  margin: 0 auto 24px;
}

.price_plan_class_name.price_plan_h3 .line{
  border-bottom: 1px solid;
  border-image: linear-gradient(270.82deg, #8a97e879 4.37%, #f0adc17b 96.14%);
  border-image-slice: 1;
}

.price_plan_block_wrap{
  gap: 8px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.price_plan_block{
  width: 165px;
  background: #fff;
  border-radius: 4px;
  padding: 16px 8px 8px;
  max-width: 165px;
  min-width: 165px;
  align-self: stretch;
  flex-grow: 1;
}

.price_plan_inner{
  align-self: stretch;
  flex-grow: 1;
}

.price_plan_block_header{
  color: #DD7994;
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.price_plan_number{
  font-family: 'DM Sans', sans-serif;
}

.price_plan_title{
  font-weight: bold;
  font-size: 16px;
  margin-top: 0;
  line-height: 1.4em;
  letter-spacing: 0;
}

.price_plan_label{
  font-weight: bold;
  font-size: 13px;
  margin-top: 16px;
}

.price_plan_price_unit{
  font-size: 0.5em;
}

.price_plan_price{
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 100%;
  font-family: Cormorant Infant, serif;
}

.price_plan_block_content{
  font-size: 12px;
  color: #525252;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 16px;
}

.price_plan_class_name{
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  line-height: 100%;
}

.price_plan_class_name .line{
  border-bottom: 1px solid #ddd;
  flex-grow: 1;
}

.price_plan_class_block{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  line-height: 170%;
  letter-spacing: 0.05em;
}

.price_plan_plane_text{
  font-size: 1em;
  margin: 16px 0 16px;
}

.price_plan_class_time{
  color: #939393;
}

.price_plan_class_allh{
  color: #939393;
}

.price_plan_class_price{
  font-family: Cormorant Infant, serif;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.price_plan_block_content1{
  margin-bottom: 16px;
}

.price_plan_gold .name,
.price_plan_pt .name{
  padding: 4px 8px;
  border-radius: 12px;
  color: #fff;
}

.price_plan_gold .name{
  background: #ba9368;
}

.price_plan_pt .name{
  background: #aaa;
}

.price_plan_class_price .unit{
  font-size: 0.7em;
}

.price_plan_class_time{
  color: #939393;
}

.price_plan_block_button{
 flex-direction: column;
  align-items: center;
  padding: 8px 8px;
  background: linear-gradient(270.82deg, #8A96E8 4.37%, #F0ADC1 96.14%);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-decoration: none;
  line-height: 1;
}

.price_plan_block_button:hover{
  color: #fff;
}

.price_plan_img{
  width: 80px;
  margin: 0 auto;
}

.section_qaa {
  background-image: url(../images/bg_present_top.png), url(../images/section_2_bg1.png), url(../images/section_2_bg2.png), linear-gradient(#fafafa, #fafafa);
  background-position: 0 100%, 100% 0, 0 100%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: contain, 500px, 500px, auto;
  padding: 100px 5% 27%;
  position: relative;
  overflow: hidden
}

.section_present {
  background-image: url(../images/bg_present.png), linear-gradient(#fff7f6, #fff7f6);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative
}

.present_h {
  justify-content: center;
  display: flex;
  position: absolute;
  top: -300px;
  bottom: auto;
  left: 0;
  right: 0;
  overflow: hidden;
}

.present__h {
  width: 487px
}

.present_inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "." /1fr 1fr;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 56px;
  padding-right: 56px;
  padding-bottom: 50px;
  max-width:  1400px;
  margin-left: auto;
  margin-right: auto;
}

.present_block {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px
}

.present_block.present_block_left {
  margin-top: 80px
}

.present_price {
  width: 90px;
  height: 90px;
  color: #fff;
  background-image: url(../images/section_8_blockbg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -8%;
  right: auto;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1em;
}

.present_price_text{
  font-size: 0.7em;
}

.present_price.present_price_left {
  top: -1%;
  bottom: auto;
  left: -8%;
  right: auto
}

.text-block-2 {
  letter-spacing: .02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em
}

.present_h2_block {
  color: #fff;
  background-color: #dd7994;
  margin-top: 2px;
  padding: 2px 8px 4px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block
}

.text-block-4 {
  display: inline-block
}

.present_h2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -58px;
  display: flex;
  position: relative
}

.present_h2.present_h2_left {
  text-align: right;
  align-items: flex-end
}

.present_text {
  color: #525252;
  text-align: justify;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.6em
}

.reason_inner {
  text-align: left;
  background-image: url(../images/section_1_deco.png);
  background-position: -33% 100%;
  background-repeat: no-repeat;
  background-size: 100px;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex
}

.image-12 {
  margin-top: -51px;
  height: 170px
}

.present_more_section {
  text-align: center;
  background-image: url(../images/bg_present2.jpg);
  background-position: 0 0, 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 16px 5% 48px;
  display: flex;
}

.present_more_inner {
  width: 514px;
  margin-top: 32px;
}

.present_more_wrap {
  height: 408px
}

.present_more_block {
  width: 100%;
  height: 100%;
  background-image: url(../images/section_8_plus_music.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px 32px 24px;
  display: flex
}

.present_more_block.present_more_block_video {
  background-image: url(../images/section_8_plus_video.png)
}

.present_more_h2 {
  width: auto;
  height: 140px;
  flex: 0 auto
}

.paragraph-2 {
  color: #525252;
  text-align: left;
  flex: 0 auto;
  font-size: 11px;
  line-height: 1.4em
}

.present_more_h2_wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex
}

.f-image-cover {
  width: 100%;
  height: 100%;
  max-width: 500px;
  object-fit: cover
}

.f-button-neutral {
  min-height: 48px;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f16d90;
  border: 2px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 8px 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
  text-decoration: none;
  transition: background-color .3s;
  display: flex
}

.f-button-neutral:hover {
  background-color: #d56885
}

.button-line {
  background-color: #07c655
}

.button-line:hover{
  background-color: #049641;
  color: #fff;
}

.f-margin-bottom-129 {
  margin-bottom: 40px
}

.f-h1-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 1.2
}

.f-margin-bottom-24 {
  margin-bottom: 24px
}

.f-margin-bottom-130 {
  margin-bottom: 8px
}

.f-header-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 630px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative
}

.image-13 {
  width: 54px
}

.attension_block {
  text-align: center;
  background-color: #ffde2e;
  border-radius: 5px;
  margin-top: 16px;
  padding: 40px;
  font-size: 26px
}

.heading-2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.3em
}

.text-block-5 {
  border-bottom: 3px solid #000;
  padding-bottom: 4px;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block
}

.attension_block_bar {
  color: #fff;
  background-color: #000;
  padding: 4px 12px;
  font-size: 17px;
  font-weight: 500
}

.attension_section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 14%;
  display: flex
}

.div-block-2 {
  margin-top: 48px;
  font-size: 9px
}

.heading-3 {
  color: #525252;
  font-size: 23px;
  font-weight: 500;
  line-height: 140%
}

.attension_img1 {
  width: 300px;
  margin-bottom: 24px
}

.attension_text {
  color: #868898;
  font-size: 15px;
  line-height: 1.8em
}

.f-margin-bottom-131 {
  margin-bottom: 48px
}

.f-h2-heading {
  color: #525252;
  letter-spacing: .2em;
  -webkit-text-stroke-color: #525252;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4
}

.f-cta-text-wrapper-center {
  max-width: 980px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex
}

.f-margin-bottom-72 {
  margin-bottom: 0
}

.f-section-regular {
  background-image: url(../images/bg_cta.jpg);
  background-position: 0 0;
  background-size: cover;
  padding: 72px 5%;
  position: relative
}

.f-button-secondary {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #8a96e8;
  border: 1px #e4e6f1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex
}

.f-button-secondary:hover {
  background-color: #6478f7;
  border-color: transparent
}

.columns {
  width: 100%
}

.text-block-6 {
  color: #fff;
  font-size: 20px;
  line-height: 2em
}

.cta_button_subtext {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none
}

.cta_button_maincopy {
  color: #fff;
  font-size: 19px;
  letter-spacing: .01em;
  font-weight: 500;
  text-decoration: none
}

.link-block {
  color: #fff;
  text-decoration: none
}

.cta_button_secondary {
  min-height: 62px;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #485ace;
  border: 2px solid #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 8px 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
  text-decoration: none;
  transition: background-color .3s;
  display: flex
}

.cta_button_secondary:hover {
  background-color: #6478f7
}

.footer-dark {
  background-color: #e4e0f1;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 30px 15px;
  display: flex;
  position: relative
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none
}

.logo_footer{
  height: 50px;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75)
}

.footer-copyright-center {
  color: #797979;
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  line-height: 16px
}

.html-embed-2 {
  width: 100%;
  height: 100%;
  opacity: .9;
  mix-blend-mode: soft-light;
}

.logo{
  margin-right: 80px;
  padding: 8px;
}

.header-flex {
  justify-content: start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex
}

.menu-bar-icon {
  width: 24px;
  height: 24px
}

.logo-image-2 {
  height: auto;
  display: none
}

.container-1260 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto
}

.nav-item {
  color: #fff;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s;
  display: inline-block
}

.header-btn {
  letter-spacing: -0.05em;
}

.header-btn {
  background-color: #dd7994;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 12px 4px 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 24px;
  transition: all .5s;
  display: flex;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  border-right: 0;
  letter-spacing: 0;
  align-items: center;
  width: 44px;
}

.header-btn img{
  width: 14px;
  margin-bottom: 2px;
}

.header-line {
  background-color: #07c655;
  margin-bottom: 5px;
}

.header-line:hover{
  background-color: #049641;
  color: #fff;
}

.header-line img{
  width: 26px;
}

.header-btn1 {
  margin-bottom: 5px;
}

.header-btn2 {
  background: #fff;
  color: #495ace;
  border: 1px solid #6478f7;
  border-right: 0;
  font-size: 11px;
  line-height: 1;
 }

.fixed_button{
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -205px;
}


.header-btn1:hover {
  color: #fff;
  background-color: #c95776;
}

.logo-image-3 {
  height: auto
}

.header-section {
  z-index: 99;
  padding: 0;
  transition: all .5s;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0
}

.menu-bar-icon-black {
  width: 24px;
  height: 24px;
  display: none
}

.menu-bar {
  width: 24px;
  height: 24px;
  line-height: 1;
  display: none
}

.footer_logo {
  width: 200px
}

.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex
}

.section_photo_1 {
  margin-top: 100px;
  position:relative;
  z-index: 0;
}

.sp_cta_fix {
  display: none
}

.sp_cta_fix .cta_button_subtext{
  font-size: 12px;
}

.sp_cta_fix .cta_button_maincopy{
  font-size: 4.5vw; 
  font-family: 'Zen Maru Gothic';
}

.cta_text {
  display: flex
}

.cta_img {
  margin-right: 4px
}

#menu-btn-check{
  display: none;
}

.sp_button.line-sp{
  height: 77px;
}

.slider:hover div {
    animation-play-state: paused!important; /* ホバー時にスライダー停止 */
}

@keyframes belt { /* belt1とbelt2を移動させる */
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-100%);
    }
}

@media screen and (min-width:1280px) {
  .cell-text {
      padding-top: 2px;
      padding-bottom: 2px;
      font-weight: 500
  }
}

.price_plan_block_content{
  height: 250px;
}

@media screen and (max-width:991px) {

  #price .page-padding{
    padding-left: 0;
    padding-right: 0;
  }

  .price_plan_block_wrap{
    display: block;
  }

  .price_plan_block{
    float: left;
    margin-right: 16px;
    max-width: unset;
    min-width: unset;
  }

  .price_plan_block_wrap::after{
    content: "";
    clear: both;
    display: block;
  }

  .slick-prev{
    left: 15px !important;
    z-index:1111;
  }

  .slick-next{
    right: 15px !important;
  }

  .slick-prev:before, .slick-next:before{
    color: #aaa !important;
    font-size: 32px !important;
  }
}

@media screen and (max-width:991px) {

  .section.cc-cta {
      padding-left: 0;
      padding-right: 0
  }

  .button {
      justify-content: center
  }

  .heading-jumbo {
      font-size: 80px;
      line-height: 70px
  }

  .logo-link.w--current {
      flex: 1
  }

  .menu-icon {
      display: block
  }

  .menu {
      margin-left: 30px;
      position: static
  }

  .menu-button {
      padding: 0
  }

  .cta-text {
      width: auto
  }

  .cta-wrap {
      width: auto;
      padding: 80px 50px 90px
  }

  .intro-header {
      overflow: hidden
  }

  .detail-header-image {
      height: 460px
  }

  .intro-text {
      width: auto
  }

  .fv_bg {
      overflow: hidden;
      height: 680px;
      z-index: -1;
      position: absolute;
  }

  .intro-header{
    height: 680px;
  }

  .tiktok_arrow {
      right: 6rem
  }

  .tiktok_arrow.is-left {
      right: 10rem
  }

  .f-testimonial-background {
      height: 20%
  }

  .f-testimonial-slider-mask {
      width: 420px
  }

  .section-2 {
      padding-top: 80px;
      padding-bottom: 80px
  }

  .section-2.photo2 {
      padding-top: 180px;
      padding-bottom: 120px
  }

  .reason_block_line,
  .reason_block_top {
      width: 100%
  }

  .reason_block_number {
      width: 95px
  }

  .heading {
      font-size: 25px
  }

  .reason_block {
      flex: none;
      display: flex
  }

  .reason_block_bottom_2 {
      width: 100%
  }

  .reason_block_wrap {
      width: 100%;
      max-width: 500px;
      margin-top: 40px
  }

  .reason_block_img_wrap {
      justify-content: center
  }

  .a-section-large2 {
      background-image: url(../images/section_2_bg1.png), url(../images/section_2_bg2.png), linear-gradient(#fafafa, #fafafa);
      background-position: 100% 0, -80% 80%, 0 0;
      background-repeat: no-repeat, no-repeat, repeat;
      background-size: 500px, 500px, auto
  }

  .plan_inner {
      padding-left: 0;
      padding-right: 0
  }

  .voice_block_h {
      font-size: 20px
  }

  .voice_block_label {
      padding-bottom: 2px;
      font-size: 12px
  }

  .a-faq-content {
      width: 100%
  }

  .section_qaa {
      background-image: url(../images/bg_present_top.png), url(../images/section_2_bg1.png), url(../images/section_2_bg2.png);
      background-position: 0 100%, 100% 0, -80% 80%, 0 0;
      padding-bottom: 43%
  }

  .present_h {
      top: -19%
  }

  .present_inner {
      padding-left: 5%;
      padding-right: 5%
  }

  .present_block {
      padding-left: 8px;
      padding-right: 8px
  }

  .present_h2_block {
      font-size: 18px
  }

  .reason_inner {
      flex-direction: column;
      margin-top: 60px;
      display: flex
  }

  .f-button-neutral.sp_button {
      border-style: none
  }

  .cta_button_secondary.sp_button {
      border-style: none
  }

  .container-2 {
      max-width: 728px
  }

  .footer-content {
      grid-column-gap: 60px
  }

  .menu-bar-icon {
      width: 24px;
      height: 24px
  }

  .header-btn {
      display: none
  }

  .header-section {
      padding-top: 0;
      padding-bottom: 0
  }

  .menu-bar-icon-black {
      width: 24px;
      height: 24px
  }

  .menu-bar {
      width: 24px;
      height: 24px;
      cursor: pointer;
      line-height: 1;
      display: block
  }

  .column,
  .column-2 {
      padding-left: 0;
      padding-right: 0
  }
}

@media screen and (max-width:767px) {

  .price_plan_block{
    float: left;
  }

  .sp_cta_fix{
    display: flex;
    align-items: flex-end;
    position: fixed;
    bottom: 0;
    z-index: 111111;
    width: 100%;
  }
  
  .sp_button.line-sp{
    text-align: center;
    background: #07C655;
  }
  
  .sp_button.line-sp img{
    height: 100%;
    margin: 0 auto;
  }

  .section {
      margin-left: 15px;
      margin-right: 15px
  }

  .section.cc-cta {
      padding: 15px
  }

  .container {
      text-align: center
  }

  .paragraph-bigger {
      font-size: 16px;
      line-height: 28px
  }

  .paragraph-bigger.cc-bigger-white-light {
      font-size: 17px
  }

  .heading-jumbo {
      font-size: 15vw;
      line-height: 64px
  }

  .heading-jumbo-small {
      font-size: 30px;
      line-height: 52px
  }

  .logo-link {
      padding-left: 0
  }

  .cta-wrap {
      padding-left: 30px;
      padding-right: 30px
  }

  .intro-content {
      width: 80%
  }

  .detail-image {
      margin-bottom: 15px
  }

  ._404-wrap {
      padding: 30px
  }

  .fv_bg_img,
  .fv_video {
      height: 50%;
      overflow: hidden;
  }

  .section_text {
      font-size: 13px
  }

  .section_h2 {
      font-size: 40px
  }

  .a-section-large {
      padding-top: 64px;
      padding-bottom: 64px
  }

  .body {
      border-style: none
  }

  .page-padding {
      padding-left: 0;
      padding-right: 0
  }

  .photo1 {
      z-index: 2;
      margin-bottom: 0;
      padding-bottom: 50px;

  }

  .photo1_img {
      width: 95%;
      height: 318px;
      margin-left: 0
  }

  .photo1_bg {
      height: 318px;
      top: 5%;
      left: 5%;
      width: 95%;
  }

  .f-h3-heading {
      font-size: 40px
  }

  .f-section-large {
      padding-top: 72px;
      padding-bottom: 72px
  }

  .f-testimonial-left-a,
  .f-testimonial-right-a {
      display: none
  }

  .f-testimonial-slider-mask {
      width: 400px
  }

  .section_h1 {
      font-size: 59px
  }

  .section-2 {
      padding-top: 60px;
      padding-bottom: 60px
  }

  .section_reason {
      padding-bottom: 70px
  }

  .reason_header {
      margin-bottom: 0
  }

  .reason_block_wrap {
      margin-top: 56px
  }

  .a-section-large2 {
      padding-top: 72px;
      padding-bottom: 72px
  }

  .plan_inner {
      grid-column-gap: 56px;
      grid-row-gap: 56px;
      grid-template-columns: 1fr
  }

  .image-10 {
      width: 100%
  }

  .plan_img {
      width: 100%
  }

  .a-h3-heading {
      font-size: 40px
  }

  .a-section-regular {
      padding-top: 72px;
      padding-bottom: 72px
  }

  .f-h3-heading-2 {
      font-size: 40px
  }

  .f-heading-detail-small-2 {
      font-size: 18px
  }

  .f-section-large-2 {
      padding-top: 72px;
      padding-bottom: 72px
  }

  .section_qaa {
      padding-top: 72px;
      padding-bottom: 49vw
  }

  .present_h {
      top: -40vw
  }

  .present__h {
      width: 80%
  }

  .present_inner {
      grid-column-gap: 56px;
      grid-row-gap: 56px;
      grid-template-columns: 1fr;
      padding-top: 16vw
  }

  .present_block {
      padding-left: 5%;
      padding-right: 5%
  }

  .present_block.present_block_left {
      margin-top: 0
  }

  .present_price {
      top: -7%;
      left: auto;
      right: -8%
  }

  .reason_inner {
      margin-top: 30px;
      padding-left: 1.25rem;
      padding-right: 1.25rem
  }

  .image-12 {
      height: 155px
  }

  .present_more_inner {
      width: 100%;
      height: 362px;
      display: flex
  }

  .present_more_wrap {
      height: 100%;
      display: block
  }

  .present_more_h2 {
      height: 130px
  }

  .f-button-neutral.sp_button {
      padding: 12px 8px 8px
  }

  .f-h1-heading {
      margin-top: 0;
      font-size: 48px
  }

  .attension_section {
      padding-left: 5%;
      padding-right: 5%
  }

  .attension_img1 {
      width: 70%
  }

  .f-h2-heading {
      font-size: 32px
  }

  .f-section-regular {
      padding-top: 72px;
      padding-bottom: 72px
  }

  .cta_button_maincopy {
      font-size: 18px
  }

  .cta_button_secondary.sp_button {
      padding: 12px 8px 8px
  }

  .footer-dark {
      padding-left: 15px;
      padding-right: 15px
  }

  .footer-wrapper {
      flex-direction: column;
      align-items: center
  }

  .footer-content {
      grid-template-columns: 1fr;
      margin-top: 40px
  }

  .footer-block {
      align-items: center
  }

  .footer-link:hover {
      color: rgba(26, 27, 31, .75)
  }

  .header-section {
      padding-left: 8px;
      padding-right: 8px
  }

  .section_photo_1 {
      z-index: 2;
      position: relative
  }

  .column-3 {
      margin-bottom: 16px
  }

  .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-image: linear-gradient(to right, #8a96e8, #dd7994);
    opacity: 0.95;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #dd7994;
  }
  .menu-content ul {
    padding: 70px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  #menu-btn-check{
    display: none;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #dd7994e0;
    transition: all 0.5s;/*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
  }
  .menu-list{
    padding-top: 60px;
  }
  .nav-item{
    display: block;
    width: 100%;
    padding:  8px 24px;
  }
  .nav-item a{
    color: #fff !important;
    text-decoration: none;
  }
  #menu-btn-check:checked ~ .menu-btn span {
      background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
      bottom: 0;
      transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
      top: 0;
      transform: rotate(-45deg);
  }

  .header-section.sticky-header{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width:479px) {
  h1 {
      font-size: 36px;
      line-height: 52px
  }

  .paragraph-bigger.cc-bigger-white-light {
      text-align: left;
      font-size: 14px
  }

  .heading-jumbo {
      text-align: left;
      font-size: 17vw;
      line-height: 48px
  }

  .menu {
      margin-left: 15px
  }

  .menu-button {
      flex: none
  }

  .cta-wrap {
      padding-left: 15px;
      padding-right: 15px
  }

  .intro-content.cc-homepage {
      width: 88%
  }

  .image {
      width: 123px
  }

  .section_text {
      text-align: left;
      font-size: 12px
  }

  .section_h2 {
      height: 35px
  }

  .a-section-large {
      padding-top: 40px;
      padding-bottom: 32px
  }

  .tiktok_slide {
      margin-top: 3rem
  }

  .tiktok_arrow {
      top: 8.5rem;
      right: 0
  }

  .tiktok_arrow.is-left {
      right: 4rem
  }

  .tiktok_top-wrapper {
      grid-template-columns: max-content 1fr
  }

  .photo1_img {
      background-position: 50%
  }

  .image-2 {
      width: 80%;
      height: auto;
      top: -80px;
      left: 5%
  }

  .image-2.scrollin {
      height: 100px;
      top: -80px;
      left: 5%
  }

  .section_h.scrollin {
      margin-left: -11%
  }

  .h_line_left {
      width: 7%
  }

  .f-container-regular.scrollin {
      width: 110%;
      margin-left: 1%
  }

  .f-testimonial-slide {
      width: 80%
  }

  .f-testimonial-slider-mask {
      width: 100%
  }

  .table-row {
      grid-row-gap: 0;
      grid-template-columns: 1fr 1fr;
      padding-left: 0;
      padding-right: 0
  }

  .table-row-group.header {
      display: none
  }

  .cell {
      padding-left: 1rem;
      padding-right: 1rem
  }

  .cell.border-right {
      border-bottom: 1px solid #d3d3d3;
      border-right-style: none
  }

  .header-cell {
      padding-left: 1rem;
      padding-right: 1rem
  }

  .header-cell.border-right {
      border-bottom: 1px solid #d3d3d3;
      border-right-style: none
  }

  .table-wrapper {
      width: 100%
  }

  .cell-text {
      font-size: 14px;
      font-weight: 500
  }

  .section_h1 {
      font-size: 44px
  }

  .section-2 {
      padding-top: 60px;
      padding-bottom: 60px
  }

  .section-2.photo2 {
      margin-top: -5%;
      padding-top: 140px;
      padding-bottom: 100px
  }

  .background-banner {
      height: 100%;
      top: auto;
      bottom: 0;
      left: auto;
      right: 0
  }

  .background-banner.video-banner {
      width: 100%
  }

  .large-heading {
      font-size: 36px
  }

  .reason_header {
      height: 100px
  }

  .image-7 {
      width: 200px
  }

  .reason_block_number {
      width: 81px
  }

  .heading {
      margin-top: 0;
      font-size: 20px;
      line-height: 2em
  }

  .reason_block {
      padding-left: 0;
      padding-right: 0
  }

  .reason_block_wrap {
      margin-top: 32px
  }

  .reason_block_img_wrap {
      height: auto;
      max-height: 272px;
      margin-top: 16px;
      margin-bottom: 16px
  }

  .a-section-large2 {
      background-color: #fafafa;
      background-image: url(../images/section_2_bg1.png), url(../images/section_2_bg2.png);
      background-position: 100% 0, -80% 80%;
      background-repeat: no-repeat, no-repeat;
      background-size: 260px, 500px
  }

  .plan_inner {
      grid-column-gap: 60px;
      grid-row-gap: 60px
  }

  .image-10 {
      width: 100%
  }

  .plan {
      font-size: 12px
  }

  .plan_block_h {
      font-size: 21px
  }

  .plan_block_text {
      letter-spacing: 0;
      font-size: 12px
  }

  .plan_block {
      border-bottom: 1px solid rgba(221, 121, 148, .38);
      padding-bottom: 32px;
      padding-left: 0;
      padding-right: 0
  }

  .plan_block.scrollin {
      border-bottom: 1px solid rgba(221, 121, 148, .28);
      padding-bottom: 32px;
      padding-left: 0;
      padding-right: 0
  }

  .plan_block.last {
      border-bottom-style: none;
      padding-bottom: 0
  }

  .plan_img {
      width: 84%
  }

  .voice_block {
      margin-left: 0;
      margin-right: 0;
      padding: 16px
  }

  .image-11 {
      width: 80px;
      height: 80px
  }

  .voice_block_top_right {
      margin-left: 16px
  }

  .voice_block_h {
      font-size: 16px
  }

  .voice_block_label {
      font-size: 10px
  }

  .voice_text {
      letter-spacing: 0;
      font-size: 12px
  }

  .section_inner {
      margin-top: 32px
  }

  .faq_a_text {
      font-size: 12px
  }

  .faq_block_h {
      letter-spacing: 0;
      font-size: 15px;
      line-height: 1.6
  }

  .qaa-q {
      margin-right: 8px
  }

  .f-heading-detail-small-2 {
      font-size: 13px
  }

  .f-section-large-2 {
      padding-top: 40px;
      padding-bottom: 40px
  }

  .qaa-a {
      margin-right: 8px
  }

  .faq-a-content {
      align-items: flex-start
  }

  .faq_block {
      margin-top: 24px
  }

  .faq_inner {
      margin-top: 32px
  }

  .section_qaa {
      background-color: #fafafa;
      background-image: url(../images/bg_present_top.png), url(../images/section_2_bg1.png), url(../images/section_2_bg2.png);
      background-position: 0 100%, 100% 0, -100% 80%;
      background-repeat: no-repeat, no-repeat, no-repeat;
      background-size: contain, 250px, 250px;
      padding-top: 40px
  }

  .present__h {
      width: 110%;
      max-width: none;
      margin-left: -5%
  }

  .present_inner {
      grid-column-gap: 32px;
      grid-row-gap: 32px;
      padding-top: 38vw
  }

  .present_block {
      padding-left: 0;
      padding-right: 0
  }

  .present_price {
      width: 70px;
      height: 70px
  }

  .text-block-2 {
      font-size: 13px
  }

  .present_h2_block {
      padding-bottom: 2px;
      font-size: 14px;
      line-height: 1.4em
  }

  .present_text {
      letter-spacing: .05em;
      font-size: 12px
  }

  .reason_inner {
      margin-top: 48px
  }

  .image-12 {
      width: 87%;
      height: auto
  }

  .present_more_section {
      background-position: 0 0, 50%;
      margin-top: 16px;
      padding-top: 0;
      padding-bottom: 32px
  }

  .present_more_inner {
      height: 223px;
      margin-left: 0;
      display: flex
  }

  .present_more_wrap {
      padding-left: 4px;
      padding-right: 4px
  }

  .present_more_block {
      padding-left: 12px;
      padding-right: 12px
  }

  .present_more_h2 {
      height: 71px;
      margin-bottom: 16px
  }

  .paragraph-2 {
      font-size: 9px;
      line-height: 1.2em
  }

  .f-image-cover {
      width: 112%;
      margin-left: -1%
  }

  .sp_button{
    height: 77px;
  }

  .f-button-neutral {
      margin-bottom: 0;
      padding-bottom: 18px
  }

  .f-button-neutral.sp_button {
      padding-top: 14px;
      padding-bottom: 15px;
  }

  .attension_block {
      padding: 16px
  }

  .heading-2 {
      font-size: 20px;
      font-weight: 700
  }

  .text-block-5 {
      font-size: 17px;
      font-weight: 500
  }

  .attension_block_bar {
      font-size: 13px;
      line-height: 1.5em
  }

  .attension_section {
      padding-top: 24px;
      padding-bottom: 24px
  }

  .heading-3 {
      font-size: 17px
  }

  .attension_img1 {
      width: 80%
  }

  .attension_text {
      text-align: left;
      font-size: 12px;
      line-height: 1.5em
  }

  .f-h2-heading {
      font-size: 19px
  }

  .f-section-regular {
      background-position: 50%;
      padding-top: 48px;
      padding-bottom: 48px
  }

  .cta_button_subtext {
      font-size: 16px;
      font-weight: 500;
      line-height: 1em
  }

  .cta_button_maincopy {
      margin-top: 5px;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.2em
  }

  .cta_button_secondary {
      padding-bottom: 18px
  }

  .cta_button_secondary.sp_button {
      padding-top: 10px;
      padding-bottom: 10px
  }

  .footer-dark {
      padding-top: 40px;
      padding-bottom: 68px
  }

  .container-2 {
      max-width: none
  }

  .footer-copyright-center {
      margin-top: 32px;
      font-size: 10px
  }

  .header-flex {
      width: 100%;
      padding-left: 0;
      padding-right: 0
  }

  .logo-image-2,
  .logo-image-3 {
      width: auto;
      height: 34px
  }

  .footer_logo {
      width: 170px
  }

  .column-3 {
      margin-bottom: 8px
  }

  .cta_text {
      align-items: flex-end;
      margin-top: 2px
  }

  .cta_img {
      height: 16px
  }
}

#w-node-_4e55cf51-0c1a-5aa7-a15c-b944a262070a-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: center
}

#w-node-_0e9e86f7-3cb8-2deb-14ee-6d56a438f21b-0986d473,
#w-node-_2961079c-8fb0-a2ca-3c3e-3408a495fcf3-0986d473,
#w-node-_5855a4a1-f03d-7b66-ad47-2e0ca4581917-0986d473,
#w-node-_5f5c1bf7-2f06-5cdc-dbfb-685fe785f4da-0986d473,
#w-node-dec6ab74-6d05-0076-1bfd-db04718290e8-0986d473,
#w-node-f1e9c1e6-0ec0-6e01-deaa-55f350267caf-0986d473 {
  grid-area: span 1/span 1/span 1/span 1
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d657f-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: stretch;
  justify-self: stretch
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d6582-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d6587-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: stretch;
  justify-self: stretch
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d658a-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d658f-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: stretch;
  justify-self: stretch
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d6592-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d6597-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: stretch;
  justify-self: stretch
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d659a-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d659f-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: stretch;
  justify-self: stretch
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65a2-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65a7-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: stretch;
  justify-self: stretch
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65aa-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65af-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: stretch;
  justify-self: stretch
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65b2-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65b7-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: stretch;
  justify-self: stretch
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65ba-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65bf-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: stretch;
  justify-self: stretch
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65c2-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65c7-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: stretch;
  justify-self: stretch
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65ca-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65cf-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: stretch;
  justify-self: stretch
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65d2-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65d7-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: stretch;
  justify-self: stretch
}

#w-node-_9642ff86-08f3-f928-1d5f-dc83da3d65da-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  align-self: center
}

#w-node-_085af196-706a-182e-86f7-adc7e610c8d1-0986d473,
#w-node-_128dbb52-483c-5bc5-b5a1-1dcf3f8dc545-0986d473,
#w-node-_1ccaa0a4-055b-67a7-389c-3b45fa4590b5-0986d473,
#w-node-f2d8dd19-8ce5-6fd7-e7d1-382a30a9909e-0986d473 {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: center
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-1786d47f {
  grid-area: 1/1/2/2
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-1786d47f {
  grid-area: 1/2/2/3
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-6b86d480 {
  grid-area: 1/1/2/2
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-6b86d480 {
  grid-area: 1/2/2/3
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-0886d481 {
  grid-area: 1/1/2/2
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-0886d481 {
  grid-area: 1/2/2/3
}

@media screen and (max-width:991px) {

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-0886d481,
  #w-node-_421df62a-c217-12af-eee8-27f88a387928-1786d47f,
  #w-node-_421df62a-c217-12af-eee8-27f88a387928-6b86d480 {
      grid-area: 2/1/3/2
  }
}

.header-section.sticky-header {
  padding-top: 6px;
  padding-bottom: 6px
}

.sticky-header .nav-item{
  color: #111
}

.sticky-header .logo-image-2,
.sticky-header .menu-bar-icon-black {
  display: inline-block
}

.sticky-header .logo-image-3 {
  display: none
}

.sticky-header .logo-image,
.sticky-header .menu-bar-icon {
  display: none
}

.testimonial-slide-nav .w-slider-dot {
  width: 10px;
  height: 6px;
  background: rgba(45, 61, 80, .15);
  border-radius: 50px !important;
  margin: 0 5px
}

.testimonial-slide-nav .w-slider-dot.w-active {
  background-color: rgba(45, 61, 80, .4);
  width: 20px
}

.feature-tabs-menu-item:main_current {
  box-shadow: 0 4px 6px rgb(125 128 170 / 8%)
}

.slider {
  position: relative;
  display: flex;
  width: 100vw;
  overflow: hidden;
  margin-top: 40px;
}

.slider ul {
  padding: 0;
  display: flex;
  flex-shrink: 0;
  width: 1462px;
  height: 767px;
}

.slide {
  display: inline-block;
  width: 325px;
  min-width: 150px;
  padding-right: 40px;
  list-style: none;
  text-align: center;
}

.section-movie{
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
}

.section-movie .a-container-regular,
.section-movie .f-container-regular{
  max-width: none;
}

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

  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.header-section.sticky-header {
  padding-top: 8px;
  padding-bottom: 8px;
}
.sticky-header .nav-item{
  color: #111;
}

.sticky-header .menu-bar-icon-black,
.sticky-header .logo-image-2 {
  display: inline-block;
}
.sticky-header .logo-image-3 {
  display: none;
}
.sticky-header .menu-bar-icon,
.sticky-header .logo-image {
  display: none;
}
.testimonial-slide-nav .w-slider-dot {
  width: 10px;
  height: 6px;
  background: rgba(45,61,80,0.15);
  border-radius: 50px !important;
  margin: 0 5px;
}
.testimonial-slide-nav .w-slider-dot.w-active {
  background-color: rgba(45,61,80,0.4);
  width: 20px;
}
.feature-tabs-menu-item:main_current {
box-shadow: 0px 4px 6px rgb(125 128 170 / 8%);
}
.section-movie{
  z-index: 0;
}