@charset "UTF-8";
body.c5-isFixed {
  overflow: hidden !important;
}

.c5-only--sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .c5-only--sp {
    display: block;
  }
}

.c5-only--pc {
  display: block;
}
@media screen and (max-width: 780px) {
  .c5-only--pc {
    display: none;
  }
}

.c5-oshikatsu {
  color: #0C0A17;
}
.c5-oshikatsu p {
  line-height: 1.5;
}
.c5-oshikatsu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.c5-text--pink {
  color: #CB2C64;
}

.c5-text--gray {
  color: #5E5E5E;
}

.c5-text--purple {
  color: #4F3E8D;
}

.c5-text--bold {
  font-weight: 600;
}

.c5-text--lh1 {
  line-height: 1;
}

.c5-notes {
  font-size: 0.875rem;
  font-weight: 300;
  display: inline-block;
  margin: 0;
}

.c5-heading {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .c5-heading {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}
.c5-heading--small {
  font-size: 1.5rem;
}
@media screen and (max-width: 780px) {
  .c5-heading--small {
    font-size: 0.75rem;
  }
}

.c5-button--pink {
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2 !important;
  margin: 0;
  padding: 17px 1.5rem;
  border-radius: 999px;
  border: 2px solid transparent;
  background: linear-gradient(to right, #CB2C64 0%, #A8003B 100%) padding-box, conic-gradient(from -72deg, #FFFFFF 0%, #FFA3C6 18%, #FFFFFF 50%, #FF8CB8 82%, #FFFFFF 96%, #FFFFFF 100%) border-box;
  opacity: 1;
}
@media screen and (max-width: 780px) {
  .c5-button--pink {
    font-size: 1rem;
    padding: 16px 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }
}
.c5-button--pink::after {
  display: inline-block;
  content: '';
  background-image: url(../images/icon_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  height: .75rem;
  width: .75rem;
  margin: -.15em 0 0 1rem;
}
.c5-button--pink:hover {
  text-decoration: none;
  color: #fff;
  opacity: .7;
  transition: all .3s;
}
.c5-button--purple {
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2 !important;
  margin: 0;
  padding: 17px 1rem 17px 1.5rem;
  border-radius: 999px;
  border: 2px solid transparent;
  background: linear-gradient(to right, #584B89 0%, #281377 100%) padding-box, conic-gradient(from -65deg, #FFFFFF 0%, #898FFF 18%, #FFFFFF 50%, #898FFF 82%, #FFFFFF 96%, #FFFFFF 100%) border-box;
  opacity: 1;
}
@media screen and (max-width: 780px) {
  .c5-button--purple {
    padding: 16px 8px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
.c5-button--purple::after {
  display: inline-block;
  content: '';
  background-image: url(../images/icon_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  height: .75rem;
  width: .75rem;
  margin: -.15em 0 0 1rem;
}
@media screen and (max-width: 780px) {
  .c5-button--purple::after {
    margin: -.15em 0 0 0.5rem;
  }
}
@media screen and (max-width: 388px) {
  .c5-button--purple::after {
    margin: -.15em 0 0 1rem;
  }
}
.c5-button--purple:hover {
  text-decoration: none;
  color: #fff;
  opacity: .7;
  transition: all .3s;
}

.c5-buttonIcon {
  width: 1rem;
  height: 1rem;
}

.c5-mv {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 30px;
}
@media screen and (max-width: 780px) {
  .c5-mv {
    padding: 0;
    margin: 0 auto;
  }
}
.c5-mv__img img {
  width: 100%;
}

.c5-select {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 780px) {
  .c5-select {
    display: block;
    padding: 20px 24px !important;
  }
}
.c5-select__title {
  line-height: 1.2;
  font-size: 1.5rem;
  margin: 16px 0;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .c5-select__title {
    font-size: 1.125rem;
  }
}
.c5-select__title--big {
  font-size: 2rem;
}
@media screen and (max-width: 780px) {
  .c5-select__title--big {
    font-size: 1.5rem;
  }
}
.c5-select__text {
  font-size: 1.25rem;
  margin: 16px 0;
}
@media screen and (max-width: 780px) {
  .c5-select__text {
    font-size: 1rem;
  }
}
.c5-select__img {
  max-width: 139px;
  margin-left: 6px;
  width: 30%;
}
@media screen and (max-width: 1220px) {
  .c5-select__img {
    margin-left: 1vw;
  }
}
@media screen and (max-width: 780px) {
  .c5-select__img {
    max-width: none;
    margin: 1rem auto 0;
    width: 24%;
  }
}
.c5-select__img img {
  width: 100%;
}
.c5-select__rentalRead {
  color: #CB2C64;
  line-height: 1 !important;
  font-weight: 600;
  margin: 0;
}
.c5-select__buyRead {
  color: #4F3E8D;
  line-height: 1 !important;
  font-weight: 600;
  margin: 0;
}
.c5-select__rental {
  background-color: #FBF0F8;
  padding: 1.5rem 40px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 588px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .c5-select__rental {
    padding: 1.5rem 2vw;
  }
}
@media screen and (max-width: 780px) {
  .c5-select__rental {
    padding: 1.5rem 1rem;
    display: block;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 24px;
    text-align: center;
  }
}
.c5-select__rental::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  z-index: -1;
  pointer-events: none;
  opacity: .3;
  background: conic-gradient(from -90deg, #F41CC5 0%, #FF4D94 50%, #FF4D94 100%);
  filter: blur(30px);
}
.c5-select__buy {
  background-color: #F2F1F9;
  padding: 1.5rem 40px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 588px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .c5-select__buy {
    padding: 1.5rem 2vw;
  }
}
@media screen and (max-width: 780px) {
  .c5-select__buy {
    padding: 1.5rem 1rem;
    display: block;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
.c5-select__buy::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  z-index: -1;
  pointer-events: none;
  opacity: .3;
  background: conic-gradient(from -90deg, #9E1CF4 0%, #7A4DFF 50%, #7A4DFF 100%);
  filter: blur(30px);
}
.c5-select .c5-buttonFlex {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 980px) {
  .c5-select .c5-buttonFlex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 780px) {
  .c5-select .c5-buttonFlex {
    justify-content: center;
  }
}
@media screen and (max-width: 388px) {
  .c5-select .c5-buttonFlex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 780px) {
  .c5-select .c5-buttonFlex li {
    width: calc((100% - 8px) / 2);
  }
}
@media screen and (max-width: 388px) {
  .c5-select .c5-buttonFlex li {
    width: 100%;
  }
}

.c5-reason {
  background: linear-gradient(to right, #F2F1F9 0%, #FBF0F8 100%);
  padding: 64px 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 780px) {
  .c5-reason {
    padding: 40px 0;
  }
}
.c5-reason__inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .c5-reason__inner {
    max-width: none;
    padding: 0 24px;
    text-align: left;
  }
}
.c5-reason .c5-reason__notes {
  font-size: 0.875rem;
  font-weight: 300;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .c5-reason .c5-reason__notes {
    margin-top: 24px;
    text-align: left;
  }
}
.c5-reason__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  margin-bottom: 34px;
}
@media screen and (max-width: 780px) {
  .c5-reason__content {
    display: block;
    width: 83%;
    margin: 0 auto 44px;
  }
}
.c5-reason__modalOpen {
  width: calc((100% - 1.5rem * 3) / 4);
  box-sizing: border-box;
  max-width: 282px;
  background-color: #fff;
  padding: 16px;
  border: none;
  border-radius: 8px;
  position: relative;
  opacity: 1;
  transition: .3s;
}
@media screen and (max-width: 780px) {
  .c5-reason__modalOpen {
    max-width: none;
    width: 100%;
    margin-bottom: 28px;
  }
}
.c5-reason__modalOpen:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 780px) {
  .c5-reason__modalOpen:hover {
    background-color: #fff;
  }
}
.c5-reason__modalOpen::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: 16px;
  filter: blur(20px);
  opacity: .3;
  bottom: -10px;
  top: auto;
  height: 100%;
}
.c5-reason__modalOpen:nth-child(-n+4) {
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .c5-reason__modalOpen:nth-child(-n+4) {
    margin-bottom: 28px;
  }
}
.c5-reason__modalOpen:nth-child(-n+4)::before {
  bottom: -20px;
}
@media screen and (max-width: 780px) {
  .c5-reason__modalOpen:last-child {
    margin-bottom: 0;
  }
}
.c5-reason__modalOpen:nth-child(1)::before {
  background: conic-gradient(from 130deg, #4DFFCD 0%, #8665FF 50%, #8665FF 100%);
}
.c5-reason__modalOpen:nth-child(2)::before {
  background: conic-gradient(from 130deg, #6E4DFF 0%, #FB57B1 50%, #FB57B1 100%);
}
.c5-reason__modalOpen:nth-child(3)::before {
  background: conic-gradient(from 130deg, #D3FF59 0%, #55F4FF 50%, #55F4FF 100%);
}
.c5-reason__modalOpen:nth-child(4)::before {
  background: conic-gradient(from 130deg, #FFB867 0%, #FF9FF2 50%, #FF9FF2 100%);
}
.c5-reason__modalOpen:nth-child(5)::before {
  background: conic-gradient(from 130deg, #FFDB4D 0%, #FF86C8 50%, #FF86C8 100%);
}
.c5-reason__modalOpen:nth-child(6)::before {
  background: conic-gradient(from 130deg, #38FF9C 0%, #E9FF86 50%, #E9FF86 100%);
}
.c5-reason__modalOpen:nth-child(7)::before {
  background: conic-gradient(from 130deg, #BD59FF 0%, #FF55E0 50%, #FF55E0 100%);
}
.c5-reason__modalOpenImg {
  max-width: 250px;
}
@media screen and (max-width: 780px) {
  .c5-reason__modalOpenImg {
    max-width: none;
    width: 100%;
    margin: auto;
  }
}
.c5-reason__modalOpenImg img {
  width: 100%;
}
.c5-reason__modalOpenTitle {
  margin: 16px auto;
  max-width: 236px;
}
@media screen and (max-width: 780px) {
  .c5-reason__modalOpenTitle {
    max-width: none;
    width: 70%;
  }
}
.c5-reason__modalOpenTitle img {
  width: 100%;
}
.c5-reason__modalOpenText {
  color: #5E5E5E;
  font-size: 0.875rem;
  font-weight: 600;
}
.c5-reason__modalOpenMore {
  color: #CB2C64;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 auto;
}
.c5-reason__modalOpenMoreIcon {
  vertical-align: middle;
  margin-top: -0.1rem;
  margin-left: 8px;
}
.c5-reason .c5-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  box-sizing: border-box;
  background-color: rgba(120, 123, 131, 0.8);
}
.c5-reason .c5-modal.c5-isActive {
  opacity: 1;
  pointer-events: auto;
}
.c5-reason .c5-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.c5-reason .c5-modal__content {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 1000px;
  padding: 80px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100dvh - 40px);
}
@media (max-height: 600px) {
  .c5-reason .c5-modal__content {
    padding: 2vw 80px;
  }
}
@media screen and (max-width: 780px) {
  .c5-reason .c5-modal__content {
    max-width: none;
    padding: 26px 16px 24px;
    width: 97%;
    z-index: 0;
  }
}
.c5-reason .c5-modal__sliderWrapper {
  align-items: center;
}
@media screen and (max-width: 780px) {
  .c5-reason .c5-modal__sliderWrapper {
    align-items: unset;
  }
}
.c5-reason .c5-modal__slideText {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 780px) {
  .c5-reason .c5-modal__slideText {
    width: 100%;
  }
}
.c5-reason .c5-modal__slideText h3 {
  max-width: 236px;
}
@media screen and (max-width: 780px) {
  .c5-reason .c5-modal__slideText h3 {
    max-width: none;
    width: 62%;
    margin: 0.5rem auto 1rem;
  }
}
.c5-reason .c5-modal__slideText h3 img {
  width: 100%;
}
.c5-reason .c5-modal__slideText p {
  font-size: 0.875rem;
}
@media screen and (max-width: 780px) {
  .c5-reason .c5-modal__slideText p {
    margin: 1rem 0 0;
  }
}
.c5-reason .c5-modal__slide {
  display: flex;
  gap: 40px;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .c5-reason .c5-modal__slide {
    display: block;
  }
}
.c5-reason .c5-modal__navigation {
  position: absolute;
  width: 84%;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .c5-reason .c5-modal__navigation {
    width: 92%;
    max-width: none;
  }
}
.c5-reason .c5-modal__navigation--prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) scale(-1, 1);
  left: 20px;
  pointer-events: auto;
  max-width: 48px;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .c5-reason .c5-modal__navigation--prev {
    left: 0;
    max-width: 32px;
    width: 10%;
  }
}
.c5-reason .c5-modal__navigation--prev img {
  width: 100%;
}
.c5-reason .c5-modal__navigation--next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  pointer-events: auto;
  max-width: 48px;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .c5-reason .c5-modal__navigation--next {
    right: 0;
    max-width: 32px;
    width: 10%;
  }
}
.c5-reason .c5-modal__navigation--next img {
  width: 100%;
}
.c5-reason .c5-modal .c5-modalClose--btn {
  color: #5E5E5E;
  position: absolute;
  right: .5rem;
  top: .1rem;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  font-size: 2rem;
}
@media screen and (max-width: 780px) {
  .c5-reason .c5-modal .c5-modalClose--btn {
    top: 0;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.8rem;
  }
}
.c5-reason .c5-modal__slideImg {
  max-width: 400px;
  width: 50%;
}
@media screen and (max-width: 780px) {
  .c5-reason .c5-modal__slideImg {
    max-width: none;
    width: 100%;
  }
}

.c5-voice {
  padding: 64px 0;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 780px) {
  .c5-voice {
    padding: 40px 0;
  }
}
.c5-voice__inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
@media screen and (max-width: 780px) {
  .c5-voice__inner {
    max-width: none;
    padding: 0 24px;
  }
}
.c5-voice .c5-heading {
  line-height: 1;
}
.c5-voice__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 780px) {
  .c5-voice__content {
    display: block;
  }
}
.c5-voice__contentBox {
  position: relative;
  width: calc((100% - 1.5rem) / 2);
  border: 2px solid transparent;
  padding: 1.5rem;
  border-radius: 16px;
  box-sizing: border-box;
  background: linear-gradient(to right, #F2F1F9 0%, #FBF0F8 100%) padding-box, conic-gradient(from 90deg, #9383EF 0deg, #9383EF 175deg, #FF2DC0 185deg, #FF2DC0 355deg, #9383EF 360deg) border-box;
}
@media screen and (max-width: 780px) {
  .c5-voice__contentBox {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 780px) {
  .c5-voice__contentBox:last-child {
    margin-bottom: 0;
  }
}
.c5-voice__contentBox::before {
  content: "";
  position: absolute;
  background-image: url(../images/voice_double-quotes.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 1rem;
  bottom: 0;
  width: 80px;
  height: 80px;
  pointer-events: none;
}
.c5-voice__contentBoxText {
  margin: 0 auto 1rem;
}
@media screen and (max-width: 780px) {
  .c5-voice__contentBoxText {
    margin: 0 auto 1rem 24px;
  }
}
.c5-voice__contentBoxUser {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.c5-voice__contentBoxUser img {
  max-width: 80px;
  width: 100%;
}
.c5-voice__contentBoxUser p {
  font-size: 0.875rem;
  color: #5E5E5E;
  margin: 0;
}
.c5-voice__contentBoxUserName {
  font-weight: 600;
  margin: 0 0 8px;
  display: inline-block;
}
.c5-voice__notes {
  text-align: right;
}

.c5-rental {
  background: linear-gradient(to right, #F2F1F9 0%, #FBF0F8 100%);
  padding: 64px 0;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 780px) {
  .c5-rental {
    padding: 40px 0;
  }
}
@media screen and (max-width: 780px) {
  .c5-rental .c5-heading {
    line-height: 1;
  }
}
.c5-rental__inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .c5-rental__inner {
    max-width: none;
    padding: 0 24px;
  }
}
.c5-rental__read {
  text-align: center;
  font-weight: 600;
  margin: 0 auto 40px;
}
@media screen and (max-width: 780px) {
  .c5-rental__read {
    font-size: 0.875rem;
    margin: 0 auto 24px;
  }
}
.c5-rental__onetime {
  position: relative;
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin-bottom: 40px;
  border-radius: 16px;
  border: 4px solid transparent;
  box-sizing: border-box;
  background: linear-gradient(#fff, #fff) padding-box, conic-gradient(from 90deg, #9383EF 0deg, #9383EF 175deg, #FF2DC0 185deg, #FF2DC0 355deg, #9383EF 360deg) border-box;
}
@media screen and (max-width: 780px) {
  .c5-rental__onetime {
    padding: 0 .75rem 1.5rem .75rem;
    margin-bottom: 24px;
  }
}
.c5-rental__onetimeTitle {
  color: #fff;
  padding: 8px 1.5rem;
  background: linear-gradient(to right, #CB2C64 0%, #A8003B 100%);
  border-radius: 0 0 8px 8px;
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 780px) {
  .c5-rental__onetimeTitle {
    font-size: 1rem;
  }
}
.c5-rental__onetimeText {
  font-weight: 600;
  margin: 0.75rem 0 1rem;
}
@media screen and (max-width: 780px) {
  .c5-rental__onetimeText {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 780px) {
  .c5-rental__onetimeIllust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6.5vw;
    margin-bottom: 1rem;
  }
}
.c5-rental__onetimeIllust--left {
  position: absolute;
  max-width: 167px;
  width: 100%;
  left: 5.2vw;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 980px) {
  .c5-rental__onetimeIllust--left {
    left: 1vw;
    width: 20%;
  }
}
@media screen and (max-width: 780px) {
  .c5-rental__onetimeIllust--left {
    position: unset;
    transform: none;
    max-width: none;
    left: 5.2vw;
    width: 28%;
  }
}
.c5-rental__onetimeIllust--right {
  position: absolute;
  max-width: 172px;
  width: 100%;
  right: 5vw;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 980px) {
  .c5-rental__onetimeIllust--right {
    right: 1vw;
    width: 20%;
  }
}
@media screen and (max-width: 780px) {
  .c5-rental__onetimeIllust--right {
    position: unset;
    transform: none;
    max-width: none;
    width: 29%;
    right: 5vw;
  }
}
.c5-rental__onetimeCp {
  color: #CB2C64;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  padding: 0 42px;
  display: inline-block;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 780px) {
  .c5-rental__onetimeCp {
    font-size: 1rem;
  }
}
.c5-rental__onetimeCp::before, .c5-rental__onetimeCp::after {
  content: "";
  position: absolute;
  background-image: url(../images/rental_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 28px;
  top: 0;
  right: 0;
}
.c5-rental__onetimeCp::after {
  left: 0;
  right: auto;
  transform: scale(-1, 1);
}
.c5-rental__onetimeCpInfo {
  padding: 1rem 40px 0.5rem !important;
  background-color: #FBF0F8;
  color: #CB2C64;
  max-width: 560px;
  margin: 0 auto 12px !important;
  text-align: center;
  border-radius: 999px;
  box-sizing: border-box;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .c5-rental__onetimeCpInfo {
    padding: 1rem 1.25rem !important;
  }
}
.c5-rental__onetimeCpInfo img {
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-right: 11px;
}
@media screen and (max-width: 780px) {
  .c5-rental__onetimeCpInfo img {
    width: 25%;
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 388px) {
  .c5-rental__onetimeCpInfo img {
    width: 20%;
  }
}
.c5-rental__onetimeCpInfoDeadline {
  font-size: 0.875rem;
  margin: 0 !important;
}
.c5-rental__onetimeCpInfoFlex {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 2rem;
}
@media screen and (max-width: 780px) {
  .c5-rental__onetimeCpInfoFlex {
    font-size: 1.5rem;
    gap: 2vw;
  }
}
@media screen and (max-width: 388px) {
  .c5-rental__onetimeCpInfoFlex {
    display: block;
  }
}
@media screen and (max-width: 388px) {
  .c5-rental__onetimeCpInfoPrice {
    margin-top: 8px;
  }
}
.c5-rental__onetimeCpInfoPrice--small {
  font-size: 1rem;
}
.c5-rental__onetimeNotes {
  color: #5E5E5E;
  font-size: 0.875rem;
  font-weight: 300;
  display: inline-block;
  margin: 0;
  text-align: left;
  padding-left: 32px;
}
@media screen and (max-width: 780px) {
  .c5-rental__onetimeNotes {
    padding-left: 0;
  }
}
.c5-rental .c5-accordion {
  margin: 0;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  padding-right: 30px;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .c5-rental .c5-accordion {
    margin-bottom: 24px;
  }
}
.c5-rental .c5-accordion::after {
  content: "+";
  position: absolute;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  background-color: #CB2C64;
  border-radius: 999px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(0, -55%);
  right: 0;
  transition: all .3s ease;
}
.c5-rental .c5-accordion.c5-isOpen::after {
  content: "−";
}
.c5-rental .c5-flow {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.c5-rental .c5-flow__step {
  position: relative;
  background-color: #fff;
  border: solid 1px #CB2C64;
  border-radius: 16px;
  padding: 1rem 1.5rem;
  filter: drop-shadow(2px 2px 0 #CB2C64);
  margin-bottom: 26px;
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 99.7%;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .c5-rental .c5-flow__step {
    gap: 12px;
    padding: 1rem;
    max-width: none;
    width: 99%;
  }
}
.c5-rental .c5-flow__step::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 18px solid #CB2C64;
}
.c5-rental .c5-flow__step:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .c5-rental .c5-flow__step:last-child {
    margin-bottom: 24px;
  }
}
.c5-rental .c5-flow__step:last-child::after {
  content: none;
}
.c5-rental .c5-flow__stepImg {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
}
@media screen and (max-width: 780px) {
  .c5-rental .c5-flow__stepImg {
    width: 41%;
    display: block;
  }
}
.c5-rental .c5-flow__stepImg img {
  max-width: 120px;
  width: 46%;
}
@media screen and (max-width: 780px) {
  .c5-rental .c5-flow__stepImg img {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .c5-rental .c5-flow__stepImg img:first-child {
    width: 80%;
  }
}
.c5-rental .c5-flow__stepText {
  text-align: left;
  width: 76%;
}
@media screen and (max-width: 780px) {
  .c5-rental .c5-flow__stepText {
    width: 59%;
  }
}
.c5-rental .c5-flow__stepText h3 {
  margin: 0 0 1.5rem 0;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .c5-rental .c5-flow__stepText h3 {
    margin: 0 0 8px 0;
    font-size: 1rem;
  }
}
.c5-rental .c5-flow__stepText p {
  margin: 0;
}
@media screen and (max-width: 780px) {
  .c5-rental .c5-flow__stepText p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 780px) {
  .c5-rental .c5-button--pink {
    width: auto;
  }
}

.c5-store {
  background: #0C0A17;
  padding: 64px 0 27px 0;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 780px) {
  .c5-store {
    padding: 40px 0;
  }
}
.c5-store__inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .c5-store__inner {
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 780px) {
  .c5-store__head {
    padding: 0 24px;
  }
}
@media screen and (max-width: 780px) {
  .c5-store__head p {
    text-align: left;
  }
}
@media screen and (max-width: 780px) {
  .c5-store .c5-heading {
    font-size: 1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 780px) {
  .c5-store__swiper {
    overflow: hidden;
  }
}
@media screen and (max-width: 780px) {
  .c5-store__swiperContainer {
    padding: 0 24px;
    overflow: visible;
  }
}
.c5-store__read {
  font-weight: 600;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .c5-store__read {
    margin: 0 auto 24px;
  }
}
.c5-store__list {
  margin: 64px auto 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 780px) {
  .c5-store__list {
    margin: 24px auto 0 !important;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.c5-store__listItem {
  position: relative;
  width: calc((100% - 16px * 3) / 4);
  padding: 1.5rem 1.5rem 48px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #F3F3F3;
  filter: drop-shadow(0 0 10px #A722FF);
}
@media screen and (max-width: 980px) {
  .c5-store__listItem {
    width: calc((100% - 16px * 2) / 3);
  }
}
@media screen and (max-width: 780px) {
  .c5-store__listItem {
    width: 100%;
    height: auto !important;
  }
}
.c5-store__listItemImg {
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .c5-store__listItemImg {
    max-width: none;
    width: 65%;
  }
}
.c5-store__listItemTitle {
  color: #0C0A17;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: .6rem auto 1rem;
}
@media screen and (max-width: 780px) {
  .c5-store__listItemTitle {
    font-size: 1rem;
  }
}
.c5-store__listItemName {
  color: #5E5E5E;
  font-size: 0.875rem;
  line-height: 1.4 !important;
  margin: 0 auto 1rem;
}
.c5-store__listItemText {
  color: #0C0A17;
  line-height: 1.4 !important;
  margin: 0 auto 1rem;
  text-align: left;
}
.c5-store__listItemLink {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  margin: 0;
}

.c5-cta {
  background-image: url(../images/cta_bg_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 40px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .c5-cta {
    padding: 32px 35px;
    background-image: url(../images/cta_bg_sp.jpg);
  }
}
.c5-cta__inner {
  max-width: 978px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
@media screen and (max-width: 780px) {
  .c5-cta__inner {
    display: block;
    max-width: none;
    text-align: center;
  }
}
.c5-cta__title {
  max-width: 787px;
  margin: auto;
}
@media screen and (max-width: 780px) {
  .c5-cta__title {
    max-width: none;
    width: 72%;
    margin: 0 auto 24px;
  }
}
.c5-cta__title img {
  width: 100%;
}
.c5-cta__innerText {
  width: 80%;
}
@media screen and (max-width: 780px) {
  .c5-cta__innerText {
    width: 100%;
  }
}
.c5-cta__btn {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  max-width: 664px;
  margin: auto;
}
@media screen and (max-width: 780px) {
  .c5-cta__btn {
    display: block;
    max-width: none;
  }
}
.c5-cta__btn .c5-button--pink,
.c5-cta__btn .c5-button--purple {
  max-width: 320px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 780px) {
  .c5-cta__btn .c5-button--pink,
  .c5-cta__btn .c5-button--purple {
    max-width: none;
  }
}
.c5-cta__btnItem {
  width: calc((100% - 1.5rem) / 2);
}
@media screen and (max-width: 780px) {
  .c5-cta__btnItem {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .c5-cta__btnItem:last-child {
    margin-top: 12px;
  }
}
.c5-cta__img {
  max-width: 167px;
  width: 20%;
}
@media screen and (max-width: 780px) {
  .c5-cta__img {
    max-width: none;
    width: 29%;
    margin-top: 32px;
  }
}

.c5-plan {
  max-width: 1200px;
  margin: auto;
  padding: 64px 30px;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 780px) {
  .c5-plan {
    padding: 40px 24px;
  }
}
.c5-plan__read {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 auto 40px;
}
@media screen and (max-width: 780px) {
  .c5-plan__read {
    text-align: left;
    font-size: 1rem;
  }
}
.c5-plan__list {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 780px) {
  .c5-plan__list {
    display: block;
  }
}
.c5-plan__listItem {
  width: calc((100% - 1.5rem) / 2);
  background-color: #fff;
  border: solid 2px #CB2C64;
  border-radius: 16px;
  padding: 1.5rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 780px) {
  .c5-plan__listItem {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .c5-plan__listItem:last-child {
    margin-top: 1rem;
  }
}
.c5-plan__listItem::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: 16px;
  filter: blur(20px);
  opacity: .3;
  bottom: -10px;
  top: auto;
  height: 100%;
  background: conic-gradient(from 130deg, #F41CC5 0%, #8E4DFF 50%, #8E4DFF 100%);
}
@media screen and (max-width: 780px) {
  .c5-plan__listItem::before {
    top: 0;
    bottom: auto;
    height: 90%;
  }
}
.c5-plan__listItemCase {
  margin: 0 0 1rem;
}
@media screen and (max-width: 780px) {
  .c5-plan__listItemCase {
    margin: 0 0 8px;
  }
}
.c5-plan__listItemMethod {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
@media screen and (max-width: 780px) {
  .c5-plan__listItemMethod {
    font-size: 1rem;
    margin: 0 0 8px;
  }
}
.c5-plan__listItemPrice {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .c5-plan__listItemPrice {
    display: block;
  }
}
.c5-plan__listItemPriceMonth {
  color: #CB2C64;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .c5-plan__listItemPriceMonth {
    font-size: 1.5rem;
    margin: 0 0 8px;
  }
}
.c5-plan__listItemPriceMonth span {
  font-size: 1.25rem;
}
@media screen and (max-width: 780px) {
  .c5-plan__listItemPriceMonth span {
    font-size: 0.9375rem;
  }
}
.c5-plan__listItemPriceAll {
  margin: 0;
}
@media screen and (max-width: 780px) {
  .c5-plan__listItemPriceAll {
    margin: 0 0 8px;
  }
}
.c5-plan__notes {
  margin: 0 0 1rem;
}
@media screen and (max-width: 780px) {
  .c5-plan__notes {
    margin: 0 0 8px;
  }
}
.c5-plan__link {
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .c5-plan__link {
    text-align: left;
  }
}

/*# sourceMappingURL=main.css.map */
