body {
  height: 100%;
  margin: 0;
}

p {
  margin: 0;
}

div {
  margin: 0;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: none !important;
  outline: none !important;
  display: block;
}

.article {
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.article .inner {
  display: block;
}
.article .inner .cta-btn {
  position: relative;
}
.article .inner .cta-btn a {
  position: absolute;
  margin: 0 auto;
  top: 0;
}
.article .inner .cta-btn a .btn {
  width: 100%;
  animation: Shake 2s ease-in-out infinite;
}
.article .inner .cta-btn a .reflection {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  width: 85%;
  top: 0;
  height: 220px;
}
.article .inner .cta-btn a .reflection::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: reflection 2.5s ease-in-out infinite;
}
@media screen and (max-width: 750px) {
  .article .inner .cta-btn a .reflection {
    height: 28vw;
  }
}
.article .inner .anim {
  position: relative;
}
.article .inner .anim .swirl {
  position: absolute;
  top: 0;
}
.article .inner .anim .eye-muscles {
  position: absolute;
  top: 0;
}
.article .inner .anim .hitomi {
  position: absolute;
  top: 0;
}
.article .inner .anim .contrast_graph {
  position: absolute;
  bottom: 0;
}
.article .inner .anim .ouhan_ryou_graph {
  position: absolute;
  top: 13.6%;
  left: 5.7%;
}
.article .inner .anim .mechanism {
  position: absolute;
  top: 0;
  left: 2%;
}
.article .inner .movie {
  position: relative;
}
.article .inner .movie #video {
  position: absolute;
  top: 0;
  max-width: 750px;
  width: 100%;
  max-height: 869px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.article .inner .overlay-area {
  position: relative;
}
.article .inner .overlay-area .tel-btn {
  position: absolute;
  bottom: 8%;
}
.article .inner .accordion01Container {
  width: 100%;
  margin: 0 auto;
  padding: 9% 0 7%;
  background: #edd9af;
}
.article .inner .accordion01__item {
  position: relative;
  width: 90.9%;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 5%;
  border-radius: 10px;
  overflow: hidden;
}
.article .footArea {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.article .footArea a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.article .footArea img {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
}
.article .footArea .about {
  background: #fffce5;
}
.article .footArea .about p {
  padding: 0 5%;
  margin-bottom: 3%;
}
.article .footArea .about p:last-child {
  margin: 0;
  padding-bottom: 5%;
}
.article .footArea .about .titl {
  text-align: center;
  background: #004e89;
  color: #fff;
  font-weight: 700;
  padding: 2% 0;
  margin-bottom: 3%;
}
.article .footArea .red {
  color: #bd0014;
}
.article .footArea .pl {
  position: relative;
  width: 100%;
}
.article .footArea .mt6 {
  margin-top: 6%;
}
.article .footArea .mb3 {
  margin-bottom: 3em;
}
.article .footArea .cta-btn {
  position: absolute;
  top: 0;
  right: 3%;
  width: 47.85%;
}
.article .footArea .btn-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84.8%;
}
.article .footArea .btn-list p {
  margin-bottom: 3%;
}
.article .footArea .footer-link {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 10%;
  list-style: none;
}
.article .footArea .footer-link li {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #3c230f;
  padding-bottom: 1em;
  text-align: center;
  list-style: none;
}
.article .footArea #copy {
  background: #18512e;
  text-align: center;
  font-size: 0.72em;
  color: #fff;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 1em 0 1em;
  line-height: 1.7;
}
.article .footArea #copy p {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .article .accordion01__item {
    border-radius: 1.3333333333vw;
  }
}
.article .accordion01__btn {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #004e89;
}
.article .accordion01__content {
  overflow: hidden;
  transition-duration: 0.3s;
  background: #fff;
}
.article .accordion01__content.js-close {
  height: 0;
  opacity: 0;
}
.article .accordion01__content.js-open {
  opacity: 1;
}
.article .accordion01__state {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 4.8%;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -18px;
}
@media screen and (max-width: 750px) {
  .article .accordion01__state {
    width: 4.8vw;
    height: 4.8vw;
    margin-top: -2.4vw;
  }
}
.article .accordion01__state::after, .article .accordion01__state::before {
  position: absolute;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #004e89;
}
@media screen and (max-width: 750px) {
  .article .accordion01__state::after, .article .accordion01__state::before {
    height: 0.5333333333vw;
  }
}
.article .accordion01__state::after {
  transform: rotate(90deg);
  transition: 0.2s all ease-in-out;
}
.article .js-active .accordion01__state::after {
  transform: rotate(0);
}
.article .accordion02Container {
  width: 100%;
  margin: 9.1% auto 0;
}
.article .accordion02__item {
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .article .accordion02__item {
    border-radius: 0.6666666667vw;
  }
}
.article .accordion02__btn {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.article .accordion02__content {
  overflow: hidden;
  transition-duration: 0.3s;
  background: #fff;
  padding-top: 3.8%;
}
.article .accordion02__content.js-close {
  height: 0;
  opacity: 0;
}
.article .accordion02__content.js-open {
  opacity: 1;
}
.article .accordion02__state {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 48.2%;
  left: 17.8%;
  border-radius: 50%;
  border: solid 2px #004e89;
  margin-top: -17px;
}
@media screen and (max-width: 750px) {
  .article .accordion02__state {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border: solid 0.2666666667vw #004e89;
    margin-top: -2.2666666667vw;
  }
}
.article .accordion02__state::after, .article .accordion02__state::before {
  position: absolute;
  content: "";
  display: block;
  width: 57%;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #004e89;
}
@media screen and (max-width: 750px) {
  .article .accordion02__state::after, .article .accordion02__state::before {
    height: 0.2666666667vw;
  }
}
.article .accordion02__state::after {
  transform: rotate(90deg);
  transition: 0.2s all ease-in-out;
}
.article .js-active .accordion02__state::after {
  transform: rotate(0);
}

@keyframes Shake {
  0% {
    transform: scale(0.9, 0.9);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.4;
  }
  71% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */


/* デフォルトのスタイル */
.floatingContainer {
  position: fixed;
  max-width: 750px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s all;
  z-index: 100;
  pointer-events: none;
}
.floatingContainer.js-floating {
  opacity: 1;
  pointer-events: auto;
}
.floating__item--01 {
  display: block;
  width: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

body {
  height: 100%;
  margin: 0;
}

p {
  margin: 0;
}

div {
  margin: 0;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: none !important;
  outline: none !important;
  display: block;
}

.article {
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.article .inner {
  display: block;
}
.article .inner .cta-btn {
  position: relative;
}
.article .inner .cta-btn a {
  position: absolute;
  margin: 0 auto;
  top: 0;
}
.article .inner .cta-btn a .btn {
  width: 100%;
  animation: Shake 2s ease-in-out infinite;
}
.article .inner .cta-btn a .reflection {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  width: 85%;
  top: 0;
  height: 220px;
}
.article .inner .cta-btn a .reflection::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: reflection 2.5s ease-in-out infinite;
}
@media screen and (max-width: 750px) {
  .article .inner .cta-btn a .reflection {
    height: 28vw;
  }
}
.article .inner .anim {
  position: relative;
}
.article .inner .anim .swirl {
  position: absolute;
  top: 0;
}
.article .inner .anim .eye-muscles {
  position: absolute;
  top: 0;
}
.article .inner .anim .hitomi {
  position: absolute;
  top: 0;
}
.article .inner .anim .contrast_graph {
  position: absolute;
  bottom: 0;
}
.article .inner .anim .ouhan_ryou_graph {
  position: absolute;
  top: 13.6%;
  left: 5.7%;
}
.article .inner .anim .mechanism {
  position: absolute;
  top: 0;
  left: 2%;
}
.article .inner .movie {
  position: relative;
}
.article .inner .movie #video {
  position: absolute;
  top: 0;
  max-width: 750px;
  width: 100%;
  max-height: 869px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.article .inner .overlay-area {
  position: relative;
}
.article .inner .overlay-area .tel-btn {
  position: absolute;
  bottom: 8%;
}
.article .inner .accordion01Container {
  width: 100%;
  margin: 0 auto;
  padding: 9% 0 7%;
  background: #edd9af;
}
.article .inner .accordion01__item {
  position: relative;
  width: 90.9%;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 5%;
  border-radius: 10px;
  overflow: hidden;
}
.article .footArea {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.article .footArea a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.article .footArea img {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
}
.article .footArea .about {
  background: #fffce5;
}
.article .footArea .about p {
  padding: 0 5%;
  margin-bottom: 3%;
}
.article .footArea .about p:last-child {
  margin: 0;
  padding-bottom: 5%;
}
.article .footArea .about .titl {
  text-align: center;
  background: #004e89;
  color: #fff;
  font-weight: 700;
  padding: 2% 0;
  margin-bottom: 3%;
}
.article .footArea .red {
  color: #bd0014;
}
.article .footArea .pl {
  position: relative;
  width: 100%;
}
.article .footArea .mt6 {
  margin-top: 6%;
}
.article .footArea .mb3 {
  margin-bottom: 3em;
}
.article .footArea .cta-btn {
  position: absolute;
  top: 0;
  right: 3%;
  width: 47.85%;
}
.article .footArea .btn-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84.8%;
}
.article .footArea .btn-list p {
  margin-bottom: 3%;
}
.article .footArea .footer-link {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 10%;
  list-style: none;
}
.article .footArea .footer-link li {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #3c230f;
  padding-bottom: 1em;
  text-align: center;
  list-style: none;
}
.article .footArea #copy {
  background: #18512e;
  text-align: center;
  font-size: 0.72em;
  color: #fff;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 1em 0 1em;
  line-height: 1.7;
}
.article .footArea #copy p {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .article .accordion01__item {
    border-radius: 1.3333333333vw;
  }
}
.article .accordion01__btn {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #004e89;
}
.article .accordion01__content {
  overflow: hidden;
  transition-duration: 0.3s;
  background: #fff;
}
.article .accordion01__content.js-close {
  height: 0;
  opacity: 0;
}
.article .accordion01__content.js-open {
  opacity: 1;
}
.article .accordion01__state {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 4.8%;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -18px;
}
@media screen and (max-width: 750px) {
  .article .accordion01__state {
    width: 4.8vw;
    height: 4.8vw;
    margin-top: -2.4vw;
  }
}
.article .accordion01__state::after, .article .accordion01__state::before {
  position: absolute;
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #004e89;
}
@media screen and (max-width: 750px) {
  .article .accordion01__state::after, .article .accordion01__state::before {
    height: 0.5333333333vw;
  }
}
.article .accordion01__state::after {
  transform: rotate(90deg);
  transition: 0.2s all ease-in-out;
}
.article .js-active .accordion01__state::after {
  transform: rotate(0);
}
.article .accordion02Container {
  width: 100%;
  margin: 9.1% auto 0;
}
.article .accordion02__item {
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .article .accordion02__item {
    border-radius: 0.6666666667vw;
  }
}
.article .accordion02__btn {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.article .accordion02__content {
  overflow: hidden;
  transition-duration: 0.3s;
  background: #fff;
  padding-top: 3.8%;
}
.article .accordion02__content.js-close {
  height: 0;
  opacity: 0;
}
.article .accordion02__content.js-open {
  opacity: 1;
}
.article .accordion02__state {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 48.2%;
  left: 17.8%;
  border-radius: 50%;
  border: solid 2px #004e89;
  margin-top: -17px;
}
@media screen and (max-width: 750px) {
  .article .accordion02__state {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border: solid 0.2666666667vw #004e89;
    margin-top: -2.2666666667vw;
  }
}
.article .accordion02__state::after, .article .accordion02__state::before {
  position: absolute;
  content: "";
  display: block;
  width: 57%;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #004e89;
}
@media screen and (max-width: 750px) {
  .article .accordion02__state::after, .article .accordion02__state::before {
    height: 0.2666666667vw;
  }
}
.article .accordion02__state::after {
  transform: rotate(90deg);
  transition: 0.2s all ease-in-out;
}
.article .js-active .accordion02__state::after {
  transform: rotate(0);
}

@keyframes Shake {
  0% {
    transform: scale(0.9, 0.9);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.4;
  }
  71% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */


/* デフォルトのスタイル */
.floatingContainer {
  position: fixed;
  max-width: 750px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s all;
  z-index: 100;
  pointer-events: none;
}
.floatingContainer.js-floating {
  opacity: 1;
  pointer-events: auto;
}
.floating__item--01 {
  display: block;
  width: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* 【修正】アスペクト比を維持しつつ重ねる */

/* 1. コンテナ：padding-topでの高さ固定を解除し、自然な高さにする */
.overlayArea {
    position: relative;
    max-width: 750px;
    width: 100%;
    height: auto;      /* 修正：0からautoへ */
    padding-top: 0;    /* 修正：30.53%を解除（背景画像に高さを出させる） */
    margin: 0 auto;
}

/* 2. 背景画像：これが親の高さを作る */
.overlayArea .offer {
    position: static;  /* 修正：absoluteから解除して、この画像で枠を広げる */
    width: 100%;
    height: auto;
    display: block;
}

/* 3. 重ねるボタン：背景画像の上に浮かせる */
.overlayArea form {
    position: absolute; 
    bottom: 5%;        /* 下からの位置（画像に合わせて調整してください） */
    left: 0;
    width: 100%;
    height: auto;      /* 修正：100%から解除 */
}

/* 4. ボタン内のaタグ：CSSの上部にある top:0 を打ち消す */
.article .inner .cta-btn a {
    position: relative; /* 修正：絶対配置を解除し、form内の位置に準拠させる */
    display: block;
    top: auto;          /* 修正：上部の指定をリセット */
}