@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;

}
@media screen and (max-width: 750px) {
  html {
    font-size: 4.266666666vw;
    height: -webkit-fill-available
  }
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  position: relative;
  color: #000000
}
picture, img {
  display: block;
  width: 100%;
  height: auto
}
@media screen and (min-width: 751px) {
  .sp {
    display: none
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none
  }
}
.wrap {
  width: 100%;
  overflow: hidden
}
.sans {
  font-family: 'Noto Sans JP', sans-serif
}
.serif {
  font-family: 'Noto Serif JP', serif
}
.js-effect.fade-up {
  opacity: 0;
  transform: translate(0, 5em)
}
.js-effect.fade-btn {
  opacity: 0;
  transform: scale(0.5) translate(0, 3em)
}
.js-effect.is-view {
  opacity: 1
}
.js-effect.is-view.fade-up {
  transform: translate(0, 0);
  transition: 1s ease .3s
}
.js-effect.is-view.fade-btn {
  transform: scale(1) translate(0, 0);
  transition: 0.5s cubic-bezier(0, 0.64, 0.64, 1.52) 0.3s
}

main {
  position: relative;
  overflow: hidden;
  width: 375px;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #fff
}
main a {
  color: #fff
}
@media screen and (max-width: 750px) {
  main {
    width: 100%;
    margin: 0 auto
  }
}

.area-first .reuse-cart-area {
  position: relative;
}
.area-first .reuse-cart-area .btn-area {
  position: absolute;
  width: 90.66%;
  left: 5.33%;
  top: 62.28%;
}

.accordion-content {
  background-color: #e56370;
  color: #fff;
  text-align: justify;
  line-height: calc(21 / 12);
}

.area-first .accordion-content-first-para {
  background-color: #e56370;
  color: #fff;
  padding: 0 20px 45px 20px;
  /* font-size: calc(12 / 16* 1em); */
  text-align: justify;
  line-height: calc(21 / 12);
}

.gif-area-one {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gif-one, .gif-two, .gif-three {
  position: absolute;
  width: 47.2%;
  padding-bottom: 66.67%;

}

.gif-one {
  left: 5.75%;
  top: 17.70%;
  padding-bottom: 56.67%;
}

.gif-two {
  right: 5.70%;
  top: 44.18%;
  padding-bottom: 56.67%;
}

.gif-three {
  left: 5.75%;
  top: 70.65%;
  padding-bottom: 56.67%;
}

.gif-one img, .gif-two img, .gif-three img,
.gif-one video, .gif-two video, .gif-three video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gif-area-two {
  position: relative;
}

.gif-area-two-one {
  position: relative;
}

.gif-two-one {
  position: absolute;
  top: 27.95%;
  width: 79%;
  left: 10.93%;
}

.rela .accordion-content .reuse-cart-area {
  position: relative;
}

.rela .accordion-content .btn-area {
  position: absolute;
  width: 90.66%;
  left: 5.33%;
  top: 62.28%;
}

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

.rela .accordion-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #e56370;
}

.rela .accordion-content p {
  color: #fff;
  text-align: justify;
  line-height: calc(21 / 12);
  max-height: 0;
  transition: all 0.8s ease-out;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
  opacity: 0;
}

.accordion-toggle:checked + .accordion-content p {
  max-height: 803px;
  opacity: 1;
  padding: 40px 20px;
}

.rela .accordion-content p {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); /* Different easing curve */
}


@keyframes slideDown {
  from {
    height: 0;
  }
  to {
    height: var(--content-height);
  }
}

.accordion-toggle {
  display: none;
}

.accordion-img,
.accordion-toggle-sign.minus {
  display: none;
}

.btn-cl-op {
  width: calc(670 / 750 * 100%);
  height: 6.18rem;
  margin: 0 auto;
  max-width: 89.33%;
  background-color: #e56370;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: solid 1px white;
  position: relative;
}

.btn-cl-op::before {
  content: "詳細はこちら";
  color: #ffffff;
  font-size: calc(28 / 16* 1em);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  .btn-cl-op::before{
    font-size: calc(12 / 16* 1em);
  }

  .btn-cl-op {
    height: 4rem;
  }

  .rela .accordion-content p {
    font-size: 2.93vw;
  }

  .accordion-content-first-para {
    font-size: 2.93vw;
  }

}

.accordion-toggle-sign {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}

.accordion-toggle-sign.plus::before,
.accordion-toggle-sign.plus::after {
  content: '';
  position: absolute;
  background-color: #ffffff;
}

.accordion-toggle-sign.plus::before {
  width: 28px;
  height: 1px;
  top: 13px;
  left: 0;
  transition: transform 0.3s ease;
}

.accordion-toggle-sign.plus::after {
  width: 1px;
  height: 28px;
  left: 13px;
  top: 0;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.accordion-toggle-sign.minus::before {
  content: '';
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: #ffffff;
  top: 13px;
  left: 0;
}


.accordion-toggle:checked + .accordion-content .accordion-toggle-sign.plus::after {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion-toggle:checked + .accordion-content .accordion-toggle-sign.plus::before {
  transform: rotate(0);
}

/* .accordion-toggle:checked + .accordion-content p {
  display: block;
  padding: 20px;
} */

.accordion-toggle:checked + .accordion-content .accordion-img {
  display: block;
}

.accordion-toggle:checked + .accordion-content .toggle-image {
  display: none;
}

.accordion-toggle:checked + .accordion-content label + img {
  display: none;
}

.gif-area-last {
  position: relative;
}

.gif-area-last-one {
  position: relative;
}

.gif-last {
  position: absolute;
  top: 43.17%;
  width: 84%;
  left: 8%;
}

.flbtn {
  position: fixed;
  width: 375px;
  left: calc(50% - (375 / 2 * 1px));
  bottom: -7px;
  z-index: 10;
  display: none;
  padding-bottom: .25em;
  transition: 0.5s cubic-bezier(0, 0.64, 0.64, 1.52);
}
.flbtn a {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  position: relative;
  /* width: calc(616 / 750 * 100%) */
  bottom: -5px;
}
@media screen and (max-width: 750px) {
  .flbtn {
    width: 100%;
    left: auto;
    margin: 0 auto;
    display: block;
    bottom: -30vw;
    transition: 0.5s cubic-bezier(0, 0.64, 0.64, 1.52);
    transform: scale(0.5)
  }
  .flbtn.show {
    bottom: 0;
    transform: scale(1);
  }

  .accordion-toggle-sign.plus::before {
    width: 18px;
    height: 1px;
    top: 12px;
    left: 2px;
    transition: transform 0.3s ease;
  }

  .accordion-toggle-sign.plus::after {
    width: 1px;
    height: 18px;
    left: 10px;
    top: 4px;
    transition: all 0.3s ease;
    transform: rotate(0deg);
  }

  .accordion-toggle-sign {
    right: 20px;
  }
}

@media screen and (min-width: 751px) {
  .flbtn.show {
    display: block;
    width: 100%;
  }
  .flbtn {
    position: fixed;
    width: 750px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    z-index: 10;
    display: none;
    transition: 0.5s cubic-bezier(0, 0.64, 0.64, 1.52);
  }
  .flbtn img {
    width: 750px;
    margin: 0 auto;
  }
}

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