@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  /*  Global */
  --primary-color: #555555;
  --secondary-color:#555555;
  --thirdly-color:#555555;
  --attention-color: #ab0507;
  --light-gray: #F5F7F9;
  --medium-gray: #EEEEEE;
  --dark-gray: #8C8C8C;
  --black: #1A1A1A;
  --white: #ffffff;

  --font-family-eb: "EB Garamond", serif;
  --font-family-shippori-yumincho: "Shippori Mincho", serif;
  --font-family-helvetica: "Helvetica Neue", Helvetica;
  --global-radius: 5px;
  --global-hover-opacity: 0.8;

  /* Body */
  --body-min-width: 320px;
  --body-font-color: var(--black);
  --body-font-family: "Noto Serif JP", serif;

  /* Base Typography */
  --paragraph-line-height: 1.7;
  --list-line-height: var(--paragraph-line-height);

  /*  Form */
  --form-element-free:  var(--dark-gray);
  --form-element-required:  var(--attention-color);
  --form-element-error:  var(--attention-color);
  --form-element-success:  #32b643;
  --form-element-padding: 15px 24px;
  --form-element-parts-color:var(--primary-color);
  --form-element-border-width: 1px;
  --form-element-border-color: var(--medium-gray);
  --form-element-background: var(--white);
  --form-element-radious: 0;
  --form-element-space: 7px;
  --form-element-font-size-large: 16;

  --content-width:100%;
  --content-width2: 100%;
  --content-width3: 100%;
  --content-width-gutter:5.3vw;
}

html {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-width: var(--body-min-width);
  background-color: var(--white);
  color: var(--body-font-color);
  -webkit-print-color-adjust: exact;
  word-wrap: break-word;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  font-feature-settings : "palt", "kern";
}

body, button, input, select, textarea {
  font-family: var(--body-font-family);
  font-optical-sizing: auto;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  line-height: var(--paragraph-line-height);
  letter-spacing: 0.06em;
}

ul,
ol,
dl {
  padding: 0;
  line-height: var(--list-line-height);
}

ul,
ol{
  padding-left: 1rem;
}

dt, dd {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

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

th {
  text-align: left;
}

a {
  cursor: pointer;
  color: currentColor;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

figure{
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

[hidden]{
  display: none;
}

template {
  display: none;
}

/* #Form Element
  -------------------------------------------------------------------------- */

.input {
  width: 100%;
  box-sizing: border-box;
  padding: var(--form-element-padding);
  border: var(--form-element-border-width) solid var(--form-element-border-color);
  border-radius: var(--form-element-radious);
  background: var(--form-element-background);
  font-size: min(4.267vw, 25.6px)
}

.input:disabled{
    color: #757575;
  }

.js-form-check-error .input{
  border-color: var(--form-element-error);
}

.textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: var(--form-element-padding);
  border: var(--form-element-border-width) solid var(--form-element-border-color);
  border-radius: var(--form-element-radious);
  background: var(--form-element-background);
  font-size: min(4.267vw, 25.6px);
}

.js-form-check-error .textarea{
  border-color: var(--form-element-error);
}

.radio {
  visibility: hidden;
  position: absolute;
}

.radio + span,
.radioLever{
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  font-size: min(4.267vw, 25.6px);
  line-height:2

}

.radio + span:before,.radioLever:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-display: auto;
    margin-right: 8px;
    content: '\f111';
    color: var(--form-element-border-color);
    font-weight: 400;
    font-size: 120%;
  }

.radio + span,
.radioLever{
  /*
  &:before{
   @mixin font-awnesome-free;
   margin-right: 8px;
   content: '\f111';
   color: var(--form-element-border-color);
   font-size: 120%;
   font-weight: 500;
 }
 */

}

.radio:checked + span:before,.radio:checked + .radioLever:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-display: auto;
    content: '\f192';
    font-size: 120%;
    color: var(--body-font-color);
  }

.radio:checked + span,
.radio:checked + .radioLever{
  /*
  &:before{
   @mixin font-awnesome-free;
   content: '\f192';
   font-size: 120%;
   color: var(--body-font-color);
   }
   */
}

.checkbox {
  visibility: hidden;
  position: absolute;
}

.checkbox + span,
.checkboxLever {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  font-size: min(4.267vw, 25.6px)

}

.checkbox + span:before,.checkboxLever:before{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-display: auto;
    content: '\f0c8';
    margin-right: 8px;
    color: var(--form-element-border-color);
    font-weight: 400;
    font-size: 120%;
  }

.checkbox + span,
.checkboxLever {
  /*&:before {
 @mixin font-awnesome-free;
   content: '\f0c8';
   margin-right: 8px;
   color: var(--form-element-border-color);
   font-weight: 400;
   font-size: 120%;
 }*/

}

.checkbox:checked + span:before, .checkbox:checked + .checkboxLever:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-display: auto;
    content: '\f14a';
    color: var(--body-font-color);
  }

.select-wrap{
  position: relative;
  display: inline-block
}

.select-wrap:before,
  .select-wrap:after{
    display: block;
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    content: " ";
  }

.select-wrap:before{
    bottom: 50%;
    margin-bottom: 3px;
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent var(--black) transparent;
  }

.select-wrap:after{
    top: 50%;
    margin-top: 3px;
    border-width: 5px 3px 0 3px;
    border-color: var(--black) transparent transparent transparent;
  }

.mw_wp_form_confirm .select-wrap:before,
.mw_wp_form_confirm .select-wrap:after{
  display: none;
}

.select{
  width: 100%;
  outline:none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: var(--form-element-padding);
  padding-right: 35px;
  border:var(--form-element-border-width) solid var(--form-element-border-color);
  border-radius: var(--form-element-radious);
  background: var(--form-element-background);
  font-size: min(4.267vw, 25.6px);
  .js-form-check-error &{
    border-color: var(--form-element-error);
  }
}

.select option{
  background-color: var(--white);
  color: var(--body-font-color);
}

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

.select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.js-form-error{
  margin-top: var(--form-element-space);
  color: var(--attention-color);
}

.fv-plugins-icon{
  width: calc(1em + 10px);
}

.fv-plugins-icon.js-form-icon-vaild:before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-display: auto;
  display: none !important;
  content: "\f00c";
  color: var(--body-font-color);
}

.fv-plugins-icon.js-form-icon-invalid:before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-display: auto;
  display: none !important;
  content: "\f00d";
  color: var(--body-font-color);
}

.fv-plugins-icon.js-form-icon-validating:before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-display: auto;
  display: none !important;
  content: "\f021";
  color: var(--body-font-color);
}

body{

}

.lp-page{
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}

.lp-page img{
  width: 100%;
  height: auto;
}

.js-viewport>*,
.js-viewport-children>*>*{
  backface-visibility: hidden;
  opacity:1;
  transform: translate3d(0,150px,0);
  transition: 2.8s cubic-bezier(.14,1,.34,1);
  transition-property: transform,opacity;
}

.js-viewport.viewed>* {
  backface-visibility: hidden;
  opacity: 1;
  transform: translateZ(0)
}

.js-viewport-children>.viewed>* {
  opacity: 1;
  transform: translateZ(0)
}

/*
@for $i from 0 to 20 {
  .js-viewport-children>:nth-child($i)>* {
    transition-delay: calc($i * 0.2)s;
  }
}

.js-viewport-children.no-delay>:first-child>*,.js-viewport-children.no-delay>:nth-child(0)>*,.js-viewport-children.no-delay>:nth-child(2)>*,.js-viewport-children.no-delay>:nth-child(3)>*,.js-viewport-children.no-delay>:nth-child(4)>*,.js-viewport-children.no-delay>:nth-child(5)>*,.js-viewport-children.no-delay>:nth-child(6)>*,.js-viewport-children.no-delay>:nth-child(7)>*,.js-viewport-children.no-delay>:nth-child(8)>*,.js-viewport-children.no-delay>:nth-child(9)>*,.js-viewport-children.no-delay>:nth-child(10)>*,.js-viewport-children.no-delay>:nth-child(11)>*,.js-viewport-children.no-delay>:nth-child(12)>*,.js-viewport-children.no-delay>:nth-child(13)>*,.js-viewport-children.no-delay>:nth-child(14)>*,.js-viewport-children.no-delay>:nth-child(15)>*,.js-viewport-children.no-delay>:nth-child(16)>*,.js-viewport-children.no-delay>:nth-child(17)>*,.js-viewport-children.no-delay>:nth-child(18)>*,.js-viewport-children.no-delay>:nth-child(19)>*,.js-viewport-children.no-delay>:nth-child(20)>* {
  transition-delay: 0s
}*/

.lp-accordion{

}

.lp-accordion__items{

}

.lp-accordion__item{
  margin-top: min(4vw, 24px)
}

.lp-accordion__item:first-child{
    margin-top: 0;
  }

.lp-accordion__item > dt{
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  padding: min(2.67vw, 16px) min(14.67vw, 88px) min(2.67vw, 16px) min(4.8vw, 28.8px);
  background: linear-gradient(to right,#c49ed1 0%, #f4a9cc 100%);
  color: var(--white);
  min-height: min(16vw, 96px);
  font-weight: normal;
  font-size: min(4.6vw, 35.2px);
  letter-spacing: 0.03em;
  cursor: pointer;
}

.lp-accordion__item > dd{
  display: none;
  background: var(--white);
  padding: min(4.27vw, 25.6px) min(3.2vw, 19.2px);
  font-size: min(3.467vw, 20.8px);
  color: var(--body-font-color);
}

.lp-accordion__item-trigger{
  position: absolute;
  right: min(4.27vw, 25.6px);
  top: 50%;
  transform: translateY(-50%);
  width: min(5.33vw, 32px);
  height: min(5.33vw, 32px);
  border: 1px solid currentColor;
  border-radius: 50px
}

.lp-accordion__item-trigger:before,
  .lp-accordion__item-trigger:after{
    content: "";
    display: block;
    width: min(2.13vw, 12.8px);
    height: 1px;
    border-radius: 3px;
    background-color: currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

.lp-accordion__item-trigger:after{
    transform: rotate(90deg);
  }

.lp-accordion__item dt.is-active .lp-accordion__item-trigger:after{
    transform: rotate(0);
  }

.lp-clinic{
  padding-top: 0 !important;
  background: #FAF8F5 url(../img/index/clinic-bg@2x.png) no-repeat top center / 100% auto;

}

.lp-clinic_head{
  margin-bottom: min(6.13vw, 36.8px);
}

.lp-clinic_head img{
  width: 100%;
  height: 100%;
}

.lp-clinic_heading{
  margin-bottom: min(4.27vw, 25.6px);
  font-size: min(6.933vw, 41.6px);
  font-weight: bold;
  text-align: center;
}

.lp-clinic_heading2{
  margin-bottom: min(6.4vw, 38.4px);
  font-size: min(3.733vw, 22.4px);
  font-weight: normal;
  text-align: center;
}

.lp-clinic__data{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px 0;
}

.lp-clinic__data dt{
  box-sizing: border-box;
  flex: 0 0 auto;
  width: min(20vw, 120px);
  padding-right: 1em;
  font-weight: bold;
}

.lp-clinic__data dd{
  flex: 0 0 auto;
  width: calc(100% - min(20vw, 120px));
}

.lp-clinic__map{
  margin-top: min(4vw, 24px);
}

.lp-clinic__map iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 319 / 171;
}

.lp-container{
  padding-left: 16px;
  padding-right: 16px;
}

.lp-cta1{
  position: relative;
}

.lp-cta1__image img{
  width: 100%;
  height: auto;
}

.lp-cta1__btns{
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: min(1.07vw, 6.4px);
  width: min(94.67vw, 568px);
  transform: translateX(-50%);
}

.lp-cta1__btn img{
  width: 100%;
  height: auto;
}

.lp-cta2{
  position: relative;
}

.lp-cta2__image img{
  width: 100%;
  height: auto;
}

.lp-cta2__btns{
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: min(1.07vw, 6.4px);
  width: min(94.67vw, 568px);
  transform: translateX(-50%);
}

.lp-cta2__btn img{
  width: 100%;
  height: auto;
}

.lp-doctor{
  margin-top: max(-10.67vw, -64px);
}

.lp-footer{
  padding-top: min(8vw, 48px);
  padding-bottom: min(2.67vw, 16px);
  background: #000;
  color: #FFFFFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.lp-footer_copyright{
  font-size: min(3.733vw, 22.4px);
  font-weight: bold;
}

.lp-header{
  box-sizing: border-box;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  padding: 5px 20px;
  background: #FFFFFF
}

.lp-header__container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-header__logo{
  width: 161px;

}

.lp-header__cta{
  width: 170px;
}

.lp-modal{
  position: fixed;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

body:has(.lp-modal.is-active){
  overflow: hidden;
}

.lp-modal.is-active{
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-modal__overlay{
  position: absolute;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.8);
  transition: opacity .5s,transform 0s .5s;
}

.lp-modal__box{
  position: relative;
  max-width: 96vw;
  max-height: 80vh;
  max-height: 80svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lp-modal__box:has(video){
  max-width: min(87.2vw, 523.2px);
}

.lp-modal__container{
  position: relative;
  z-index: 2;
  flex: 0 1 auto;
  box-sizing: border-box;
  overflow: hidden; /* 子要素の飛び出しを防止 */
  background: var(--white);
}

.lp-modal__container:has(video){
  background: transparent;
}

.lp-modal__close-btn{
  position: absolute;
  right: 0;
  bottom: calc(100% + min(2.67vw, 16px));
  z-index: 9999;
  width: min(5.33vw, 32px);
  height: min(5.33vw, 32px);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS43MDciIGhlaWdodD0iMTkuNzA3IiB2aWV3Qm94PSIwIDAgMTkuNzA3IDE5LjcwNyI+IDxnIGlkPSLplonjgZjjgosiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMDUuMTQ2IC02MDA0LjE0NikiPiA8cGF0aCBpZD0i57eaXzE3IiBkYXRhLW5hbWU9Iue3miAxNyIgZD0iTTE4LjY0NiwxOS4zNTRsLTE5LTE5TC4zNTQtLjM1NGwxOSwxOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwNS41IDYwMDQuNSkiIGZpbGw9IiNmZmYiLz4gPHBhdGggaWQ9Iue3ml8xOCIgZGF0YS1uYW1lPSLnt5ogMTgiIGQ9Ik0uMzU0LDE5LjM1NGwtLjcwNy0uNzA3LDE5LTE5LC43MDcuNzA3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzA1LjUgNjAwNC41KSIgZmlsbD0iI2ZmZiIvPiA8L2c+PC9zdmc+");
  cursor: pointer;
}

.lp-modal__movie{

}

.lp-modal__movie video{
  max-width: min(87.2vw, 523.2px);
  max-height: 80vh;
  max-height: 80svh;
}

.lp-modal__cta{
  position: relative;
  z-index: 1
}

.lp-modal__cta:before{
    content: "";
    display: inline-block;
    background: #F4F2F7;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

.lp-modal__cta:after{
    content: "";
    display: inline-block;
    background: #F8F7FA;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: -1;
  }

.lp-modal__list{
  display: grid;
  /* autoprefixer: off */
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px 0;
  gap: 10px 0;
  list-style-type: none;
  padding: min(8vw, 48px) min(1.6vw, 9.6px) min(4vw, 24px);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.lp-modal__list-heading{
  margin-bottom: min(1.6vw, 9.6px);
  font-size: min(3vw, 22.4px);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  align-self: center;

}

.lp-modal__list-item{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  box-sizing: border-box;
  padding:min(0vw, 0px) min(1.6vw, 9.6px) min(2.67vw, 16px);
  text-align: center;
  & + &{
    border-left: dashed 1px #333;
  }
}

.lp-modal__list-item:nth-child(3n+1){
  border-left: 0;
}

.lp-modal__list-btn{
  display: block;
  padding: min(2.67vw, 16px);
  color: var(--white);
  font-size: min(3.2vw, 19.2px);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2
}

.lp-modal__list-btn:before{
    content: ' ';
    width: 1.5em;
    height: 1.5em;
    display: block;
    margin-inline: auto;
    line-height: 1;
    margin-bottom: min(1.33vw, 8px);
  }

.lp-modal__list-btn--reserve{
  background: #511ab0
}

.lp-modal__list-btn--reserve:before{
    background: url(../img/common/modal-icon-reserve.svg) no-repeat center center  / contain;
  }

.lp-modal__list-btn--line{
  background: #04C755
}

.lp-modal__list-btn--line:before{
    background: url(../img/common/modal-icon-line.svg) no-repeat center center  / contain;
  }

.lp-risk{
  color: #5D5D5D;
  padding-top: min(6.4vw, 38.4px);
  padding-bottom: min(6.4vw, 38.4px);
}

.lp-risk__heading{
  margin-bottom: min(2.13vw, 12.8px);
  font-size: min(3.2vw, 19.2px);
  font-weight: normal;
}

.lp-risk__text{
  font-size: min(2.667vw, 16px);
}

.lp-section{
  padding-top: min(6.4vw, 38.4px);
  padding-bottom: min(6.4vw, 38.4px);
}

.lp-section--bg1{
  background: #F1F7FA;
}

@media (min-width: 900px),print{
  :root {
    --content-width: 1030px;
    --content-width2: 1064px;
    --content-width3: 820px;
    --content-width-gutter:30px;
  }

.input {
    width:80%
}

.input-xsmall{
    width: 12em
}

.lp-header{
}
}
