@charset "UTF-8";
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;
}

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

.relative {
  position: relative;
}

.article {
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.article .inner {
  display: block;
}
.article .inner .cta-btn {
  position: absolute;
  top: 0;
}
.article .inner .dark {
  animation: dark 3.5s ease-in-out infinite;
}
.article .inner .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 .reflection::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  width: 30px;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  animation: reflection 3.5s ease-in-out infinite;
}
@media screen and (max-width: 750px) {
  .article .inner .reflection {
    height: 28vw;
  }
}
.article .inner .anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
.article .inner .bg {
  position: absolute;
  height: 44.933vw;
  max-height: 100%;
}
.article .inner .slider {
  height: 100%;
}
.article .inner .slider img {
  height: 44.933vw;
  max-height: 337px;
  width: auto;
}
.article .inner .movie {
  position: relative;
}
.article .inner .movie #video {
  position: absolute;
  top: 0;
  max-width: 750px;
  width: 100%;
  max-height: 991px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  43% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.4;
  }
  44% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.8;
  }
  72% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
}
@keyframes dark {
  0% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  72% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 流用部分 */
.lp03_09__elm--02 {
  position: absolute;
  width: 60.267%;
  left: 19.8%;
  top: 13.33%;
}

.lp04_12__elm--01 {
  width: 60.8%;
  top: 29.8%;
  right: 5.5%;
  animation: scale02 1s infinite alternate ease-in-out;
}

.lp05_03__elm--01 {
  width: 83.7%;
  bottom: 8.7%;
  left: 8.7%;
}

.lp06_04__elm--01 {
  width: 86px;
  height: 46px;
  bottom: 14%;
  right: 14%;
}

@media screen and (max-width: 750px) {
  .lp06_04__elm--01 {
    width: 11.4666666667vw;
    height: 6.1333333333vw;
  }
}
@keyframes scale01 {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale02 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.graph__item {
  width: 90.6%;
  top: -8%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.graph__circle {
  fill: transparent;
  stroke-width: 32;
  stroke-dashoffset: 25;
  stroke-dasharray: 0;
  stroke: #dcdddd;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
}

.js-observe .graph__circle--01 {
  animation-name: graphImgAnm01;
}

@keyframes graphImgAnm01 {
  0% {
    opacity: 1;
    stroke-dasharray: 0, 100;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 80, 20;
  }
}
.footArea {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.footArea a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

.footArea img {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
}

.about {
  background: #fffce5;
}

.about p {
  padding: 0 5%;
  margin-bottom: 3%;
}

.about p:last-child {
  margin: 0;
  padding-bottom: 5%;
}

.about .titl {
  text-align: center;
  background: #ae953d;
  color: #fff151;
  font-weight: 700;
  padding: 2% 0;
  margin-bottom: 3%;
}

.red {
  color: #bd0014;
}

.pl {
  position: relative;
  width: 100%;
}

.mt6 {
  margin-top: 6%;
}

.mb3 {
  margin-bottom: 3em;
}

.overlayArea {
  position: relative;
}

.overlayItem {
  position: absolute;
}

.btn-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 84.8%;
}

.btn-list p {
  margin-bottom: 3%;
}

.footer-link {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 10%;
  list-style: none;
}

.footer-link li {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #3c230f;
  padding-bottom: 1em;
  text-align: center;
  list-style: none;
}

#copy {
  background: #18512e;
  text-align: center;
  font-size: 0.72em;
  color: #fff;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 1em 0;
  line-height: 1.7;
}

#copy p {
  text-align: center;
}

.accordionContainer {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 6.7%;
  overflow: hidden;
}

.accordion__item {
  position: relative;
  width: 90.6%;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: 5.2%;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 750px) {
  .accordion__item {
    border-radius: 1.3333333333vw;
  }
}
.accordion__btn {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.accordion__content {
  overflow: hidden;
  transition-duration: 0.3s;
  background: #fff;
}

.accordion__content.js-close {
  height: 0;
  opacity: 0;
}

.accordion__content.js-open {
  opacity: 1;
}

.accordion__state {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 47.5%;
  right: 4.7%;
  margin-top: -15px;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .accordion__state {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    margin-top: -2vw;
  }
}
.accordion__state::before, .accordion__state::after {
  position: absolute;
  content: "";
  display: block;
  width: 57%;
  height: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #cb9c2d;
}

@media screen and (max-width: 750px) {
  .accordion__state::before, .accordion__state::after {
    height: 0.5333333333vw;
  }
}
.accordion__state::after {
  transform: rotate(90deg);
  transition: 0.2s all ease-in-out;
}

.js-active .accordion__state::after {
  transform: rotate(0);
}/*# sourceMappingURL=style.css.map */
/* デフォルトのスタイル */
#floatingBtn2 {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    margin: 0 auto;
}

#floatingBtn3 {
    position: fixed;
    bottom: 13px;
    left: 56%;
    transform: translateX(-50%);
    z-index: 1000;
    margin: 0 auto;
    animation: Shake 2s ease-in-out infinite;
}

/* スマートフォン向けのスタイル */
@media only screen and (max-width: 767px) {
    #floatingBtn2, #floatingBtn3 {
       width: 100%; /* スマートフォンではボタンの幅を80%に変更 */
        transform: translateX(-50%);
    }

    #floatingBtn3 {
        width: 35%; /* スマートフォンではボタンの幅を80%に変更 */
        left: 65%;
        bottom: 8px;
        transform: translateX(-50%);
    }
}