@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Arizonia&family=Kaisei+Decol:wght@500&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
}

svg {
  max-width: 100%;
}

figure {
  margin: 0;
}

iframe {
  border: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

button,
input {
  outline-width: 0px;
}
[data-whatinput=keyboard] button:focus,
[data-whatinput=keyboard] input:focus {
  outline-width: 1px;
}

button {
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1.75;
}

a {
  color: #272727;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

html {
  color: #272727;
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  overflow-y: scroll;
  letter-spacing: 0.05em;
}

body {
  line-height: 1.75;
  font-size: 1.4rem;
  /*
  &:not(.ready) {
  	* {
  		transition: none !important;

  		&::before,
  		&::after {
  			transition: none !important;
  		}
  	}
  }
  */
}

/* header style */
.l-header {
  position: fixed;
  z-index: 200;
  height: 46px;
  width: 100%;
  top: 0;
  left: 0;
}
.l-header .l-header__pc-outer {
  height: inherit;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
}
.l-header .l-header__pc-outer .l-header__pc-inner {
  position: relative;
}
.l-header .l-header__pc-outer .l-header__pc-inner .l-header__pc-logo {
    position: absolute;
    /* top: -19px; */
    top: -14px;
    bottom: 0;
    margin: auto;
    /* left: -15%; */
    left: 0;
    z-index: 10;
}
.l-header .l-header__pc-outer .l-header__pc-inner .l-header__pc-logo .l-header__pc-logo-link {
  position: relative;
  display: inline-block;
  width: 250px;

}
.l-header .l-header__pc-outer .l-header__pc-inner .l-header__pc-logo .l-header__pc-logo-link .l-header__pc-logo-src {
  display: block;
  width: 100%;
  transition: 0.4s ease-in-out;
}
.l-header .l-header__pc-outer .l-header__pc-inner .l-header__pc-list {
  display: flex;
  justify-content: end;
  gap: 40px;
  padding-block: 26px;
  max-width: 960px;
  margin: auto;
}
.l-header .l-header__pc-outer .l-header__pc-inner .l-header__pc-list .l-header__pc-item .l-header__pc-item-link {
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  transition: 0.2s ease-out;
  color: #3e1b8d;
}
[data-whatinput=keyboard] .l-header .l-header__pc-outer .l-header__pc-inner .l-header__pc-list .l-header__pc-item .l-header__pc-item-link:focus {
  color: #ff36ba;
}
.l-header .l-header__pc-outer .l-header__pc-inner .l-header__pc-list .l-header__pc-item .l-header__pc-item-link.no-link {
  opacity: 0.5;
  cursor: pointer;
  pointer-events: none;
}

body.menu-open .l-header__sp-inner::before {
  opacity: 0;
}
body.menu-open .l-header__sp-inner::after {
  opacity: 1;
}

.l-header__sp-outer {
  height: inherit;
}
.l-header__sp-outer .l-header__sp-inner {
  position: relative;
  z-index: 200;
  padding-block: 20px;
}
.l-header__sp-outer .l-header__sp-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  z-index: -1;
  transition: 0.3s ease-out;
}
.l-header__sp-outer .l-header__sp-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: 0.3s ease-out;
  z-index: -1;
}
.l-header__sp-outer .l-header__sp-inner .l-header__sp-menu {
  position: relative;
}
.l-header__sp-outer .l-header__sp-inner .l-header__sp-menu .l-header__sp-menu-text {
  text-align: center;
  color: #3e1b8d;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-block: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__sp-outer .l-header__sp-inner .l-header__sp-menu .l-header__sp-menu-text img {
  display: block;
  height: 14px;
}
.l-header__sp-outer .l-header__sp-inner .l-header__sp-menu .l-header__sp-menu-button {
  position: absolute;
  z-index: 1000;
  top: -2px;
  right: 0;
  width: 24px;
  height: 23px;
  background: none;
  border: none;
  padding: 0;
}
.l-header__sp-outer .l-header__sp-inner .l-header__sp-menu .l-header__sp-menu-button .menu-icon {
  height: 100%;
  width: 100%;
  position: relative;
}
.l-header__sp-outer .l-header__sp-inner .l-header__sp-menu .l-header__sp-menu-button .menu-icon::before {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  content: "";
  background: #3e1b8d;
  background-size: 100% auto;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.l-header__sp-outer .l-header__sp-inner .l-header__sp-menu .l-header__sp-menu-button .menu-icon::after {
  position: absolute;
  bottom: 6px;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  content: "";
  background: #3e1b8d;
  background-size: 100% auto;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.l-header__sp-outer .l-header__sp-inner .l-header__sp-menu .l-header__sp-menu-button.menu-open .menu-icon::before {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
.l-header__sp-outer .l-header__sp-inner .l-header__sp-menu .l-header__sp-menu-button.menu-open .menu-icon::after {
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}
.l-header__sp-outer .l-header__sp-nav {
  height: calc(100vh - 46px);
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  display: none;
  overflow-y: scroll;
  padding-bottom: 40px;
}
.l-header__sp-outer .l-header__sp-nav .l-header__sp-nav-logo {
  padding-top: 27px;
  text-align: center;
}
.l-header__sp-outer .l-header__sp-nav .l-header__sp-nav-logo .l-header__sp-nav-logo-link {
  display: inline-block;
  width: 300px;
}
.l-header__sp-outer .l-header__sp-nav .l-header__sp-nav-logo .l-header__sp-nav-logo-link .l-header__sp-nav-logo-link-src {
  width: 100%;
  display: block;
}
.l-header__sp-outer .l-header__sp-nav .l-header__sp-nav-list {
  margin-block: 24px 40px;
  position: relative;
}
.l-header__sp-outer .l-header__sp-nav .l-header__sp-nav-list .l-header__sp-nav-item {
  text-align: center;
  position: relative;
  padding-block: 16px;
}
.l-header__sp-outer .l-header__sp-nav .l-header__sp-nav-list .l-header__sp-nav-item .l-header__sp-nav-item-link {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: Noto Sans JP, "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #3e1b8d;
}
.l-header__sp-outer .l-header__sp-nav .l-header__sp-nav-list .l-header__sp-nav-item .l-header__sp-nav-item-link.no-link {
  opacity: 0.5;
  cursor: pointer;
  pointer-events: none;
}

@-webkit-keyframes hoverScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes hoverScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.l-wrap {
  background-image: url("/lp/precure/exh/assets/images/lower_back_sp.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  overflow: hidden;
}

.l-content {
  position: relative;
  z-index: 2;
  padding-bottom: 64px;
}

/* footer style */
.l-footer {
  margin-top: 83px;
  padding: 24px 0 80px;
  position: relative;
  z-index: 2;
}
.l-footer .l-footer-inner {
  margin: 0 20px;
}
.l-footer .l-footer-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 55px;
}
.l-footer .l-footer-banner li {
  text-align: center;
  width: 336px;
}
.l-footer .l-footer-banner li a {
  display: block;
  overflow: hidden;
}
.l-footer .l-footer-banner li a img {
  transition: all 0.3s ease-out;
  width: 336px;
  height: 120px;
}
[data-whatinput=keyboard] .l-footer .l-footer-banner li a:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.l-footer .l-footer-copy {
  margin-top: 44px;
  text-align: center;
  font-size: 1.2rem;
}

.l-footer__box-share {
  margin-top: 0px;
  position: relative;
}
.l-footer__box-share .l-footer__box-share_ttl-inner {
  width: 190px;
  margin-inline: auto;
}
.l-footer__box-share .l-footer__list-share {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.l-footer__box-share .l-footer__list-share > li {
  width: 70px;
}
.l-footer__box-share .l-footer__list-share a {
  display: block;
}
[data-whatinput=keyboard] .l-footer__box-share .l-footer__list-share a:focus {
  -webkit-animation: hoverScale 0.3s linear;
          animation: hoverScale 0.3s linear;
}
.l-footer__box-share .l-footer__box-totop {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-footer__box-share .l-footer__box-totop a {
  display: block;
  transition: all 0.3s ease-out;
}
[data-whatinput=keyboard] .l-footer__box-share .l-footer__box-totop a:focus {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@keyframes hoverScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
[data-fixed] {
  padding: 0 15px;
}

.c-box-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 110vw;
  right: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  outline: none;
  -webkit-overflow-scrolling: auto;
}
.c-box-modal .c-box-modal__title {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}
.c-box-modal.is-active {
  opacity: 1;
  visibility: visible;
  left: 0;
  pointer-events: auto;
}
.c-box-modal .c-box-modal__overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-box-modal .c-box-modal__inner {
  position: relative;
  z-index: 1;
  min-width: 200px;
  min-height: 200px;
  padding: 30px 15px;
  margin-top: 30px;
  pointer-events: none;
}
.c-box-modal .c-box-modal__inner .c-box-modal__youtube {
  display: none;
  width: calc(100vw - 30px);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 50px);
  max-height: calc(var(--vh, 1vh) * 100 - 50px);
  pointer-events: auto;
}
.c-box-modal .c-box-modal__inner .c-box-modal__youtube .c-box-modal__youtube-inner {
  position: relative;
}
.c-box-modal .c-box-modal__inner .c-box-modal__youtube .c-box-modal__youtube-inner:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}
.c-box-modal .c-box-modal__inner .c-box-modal__youtube .c-box-modal__youtube-inner > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.c-box-modal .c-box-modal__inner .c-box-modal__content {
  display: none;
  width: calc(100vw - 45px);
  border-radius: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
  max-height: calc(var(--vh, 1vh) * 100 - 80px);
  pointer-events: auto;
  background-color: #fff;
}
.c-box-modal .c-box-modal__inner .c-box-modal__content > *:first-child {
  margin-top: 0 !important;
}
.c-box-modal .c-box-modal__inner .c-box-modal__content > *:first-child.m-box-section {
  padding-top: 0;
}
.c-box-modal .c-box-modal__inner .c-box-modal-content-inner {
  padding: 40px 16px;
}
.c-box-modal .c-box-modal__inner .c-box-modal-content-title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 2px solid #804C1E;
}
.c-box-modal .c-box-modal__inner .c-box-modal-content-title .c-box-modal-content-title-span {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid #804C1E;
}
.c-box-modal .c-box-modal__inner .c-box-modal-content-image {
  text-align: center;
  margin-block: 8px;
}
.c-box-modal .c-box-modal__inner .c-box-modal-content-image .c-box-modal-content-image-src {
  max-height: 400px;
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
}
.c-box-modal .c-box-modal__inner .c-box-modal-content-box {
  padding-top: 16px;
  position: relative;
}
.c-box-modal .c-box-modal__inner .c-box-modal-content-box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  content: "";
  background-size: 10px 1px;
  background-image: linear-gradient(to right, #DCCCBE 6px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left top;
}
.c-box-modal .c-box-modal__inner .c-box-modal-content-box .c-box-modal-content-box-price {
  font-size: 1.6rem;
  font-weight: bold;
}
.c-box-modal .c-box-modal__inner .c-box-modal-content-box .c-box-modal-content-box-text {
  margin-top: 8px;
  line-height: 1.5;
}

.c-box-modal-content {
  display: none;
}

.c-list-desc {
  margin-top: 10px;
}
.c-list-desc a[target=_blank]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background-color: #EA4F98; /* デフォルトの色 */
  -webkit-mask-image: url("../../images/i_blank.svg");
          mask-image: url("../../images/i_blank.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  top: 0;
  transition: 0.2s ease-out;
  width: 14px;
  top: -0.05em;
}
.c-list-desc a[href$=".pdf"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background-color: #EA4F98; /* デフォルトの色 */
  -webkit-mask-image: url("../../images/i_pdf.svg");
          mask-image: url("../../images/i_pdf.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  top: 0;
  transition: 0.2s ease-out;
}
.c-list-desc a[href$=".doc"]:not(.noticon):after, .c-list-desc a[href$=".docx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background-color: #EA4F98; /* デフォルトの色 */
  -webkit-mask-image: url("../../images/i_word.svg");
          mask-image: url("../../images/i_word.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  top: 0;
  transition: 0.2s ease-out;
}
.c-list-desc a[href$=".xls"]:not(.noticon):after, .c-list-desc a[href$=".xlsx"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background-color: #EA4F98; /* デフォルトの色 */
  -webkit-mask-image: url("../../images/i_excel.svg");
          mask-image: url("../../images/i_excel.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  top: 0;
  transition: 0.2s ease-out;
}
.c-list-desc a[href$=".zip"]:not(.noticon):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 22px;
  margin-left: 5px;
  background-color: #EA4F98; /* デフォルトの色 */
  -webkit-mask-image: url("../../images/i_zip.svg");
          mask-image: url("../../images/i_zip.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  top: 0;
  transition: 0.2s ease-out;
  top: 0.2em;
}
.c-list-desc > li {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 1.15em;
}
.c-list-desc > li:nth-child(n+2) {
  margin-top: 8px;
}
.c-list-desc > li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #272727;
  top: 0.7em;
  left: 0px;
}

ul.c-list-asterisk {
  margin-top: 10px;
  font-size: 1.4rem;
}
ul.c-list-asterisk .fzs {
  font-size: 1rem;
}
ul.c-list-asterisk .fzm {
  font-size: 1.2rem;
}
ul.c-list-asterisk .fzl {
  font-size: 1.4rem;
}
ul.c-list-asterisk > li {
  margin-top: 8px;
  padding-left: 17px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}
ul.c-list-asterisk > li:first-child {
  margin-top: 0;
}
ul.c-list-asterisk > li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  content: "\30FB";
  background-color: transparent;
}

/* テーブルの横スクロール対応 */
.c-table-scroll__wrap {
  width: 100%;
  overflow-x: auto;
}

/* テーブル全体のスタイル */
.c-table-common {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  min-width: 750px; /* スクロールを発生させるための最小幅 */
  margin: 20px auto;
  border: 1px solid #3E1B8D;
}
.c-table-common a {
  text-decoration: underline;
}
[data-whatinput=keyboard] .c-table-common a:focus {
  text-decoration: none;
}

/* ヘッダーのスタイル */
.c-table-common thead {
  background-color: #EBE7F3;
}

.c-table-common th {
  padding: 10px;
  border: 1px solid #3E1B8D;
  text-align: left;
  font-weight: 500;
}

.c-table-common td {
  padding: 10px;
  border: 1px solid #3E1B8D;
  text-align: left;
  width: 20%;
}

.date-cell {
  background-color: #EBE7F3;
  font-weight: 500;
  width: 20%;
}
.c-content__title {
  font-weight: bold;
  font-size: 2rem;
  padding-left: 14px;
  position: relative;
  margin-top: 56px;
}
.c-content__title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 30px;
  margin: auto;
  content: "";
  background: url("/lp/precure/exh//assets/images/ticket/p_title_decoration.png") center no-repeat;
  background-size: 100% auto;
}

.u-w1p {
  width: 1% !important;
}

.u-w2p {
  width: 2% !important;
}

.u-w3p {
  width: 3% !important;
}

.u-w4p {
  width: 4% !important;
}

.u-w5p {
  width: 5% !important;
}

.u-w6p {
  width: 6% !important;
}

.u-w7p {
  width: 7% !important;
}

.u-w8p {
  width: 8% !important;
}

.u-w9p {
  width: 9% !important;
}

.u-w10p {
  width: 10% !important;
}

.u-w11p {
  width: 11% !important;
}

.u-w12p {
  width: 12% !important;
}

.u-w13p {
  width: 13% !important;
}

.u-w14p {
  width: 14% !important;
}

.u-w15p {
  width: 15% !important;
}

.u-w16p {
  width: 16% !important;
}

.u-w17p {
  width: 17% !important;
}

.u-w18p {
  width: 18% !important;
}

.u-w19p {
  width: 19% !important;
}

.u-w20p {
  width: 20% !important;
}

.u-w21p {
  width: 21% !important;
}

.u-w22p {
  width: 22% !important;
}

.u-w23p {
  width: 23% !important;
}

.u-w24p {
  width: 24% !important;
}

.u-w25p {
  width: 25% !important;
}

.u-w26p {
  width: 26% !important;
}

.u-w27p {
  width: 27% !important;
}

.u-w28p {
  width: 28% !important;
}

.u-w29p {
  width: 29% !important;
}

.u-w30p {
  width: 30% !important;
}

.u-w31p {
  width: 31% !important;
}

.u-w32p {
  width: 32% !important;
}

.u-w33p {
  width: 33% !important;
}

.u-w34p {
  width: 34% !important;
}

.u-w35p {
  width: 35% !important;
}

.u-w36p {
  width: 36% !important;
}

.u-w37p {
  width: 37% !important;
}

.u-w38p {
  width: 38% !important;
}

.u-w39p {
  width: 39% !important;
}

.u-w40p {
  width: 40% !important;
}

.u-w41p {
  width: 41% !important;
}

.u-w42p {
  width: 42% !important;
}

.u-w43p {
  width: 43% !important;
}

.u-w44p {
  width: 44% !important;
}

.u-w45p {
  width: 45% !important;
}

.u-w46p {
  width: 46% !important;
}

.u-w47p {
  width: 47% !important;
}

.u-w48p {
  width: 48% !important;
}

.u-w49p {
  width: 49% !important;
}

.u-w50p {
  width: 50% !important;
}

.u-w51p {
  width: 51% !important;
}

.u-w52p {
  width: 52% !important;
}

.u-w53p {
  width: 53% !important;
}

.u-w54p {
  width: 54% !important;
}

.u-w55p {
  width: 55% !important;
}

.u-w56p {
  width: 56% !important;
}

.u-w57p {
  width: 57% !important;
}

.u-w58p {
  width: 58% !important;
}

.u-w59p {
  width: 59% !important;
}

.u-w60p {
  width: 60% !important;
}

.u-w61p {
  width: 61% !important;
}

.u-w62p {
  width: 62% !important;
}

.u-w63p {
  width: 63% !important;
}

.u-w64p {
  width: 64% !important;
}

.u-w65p {
  width: 65% !important;
}

.u-w66p {
  width: 66% !important;
}

.u-w67p {
  width: 67% !important;
}

.u-w68p {
  width: 68% !important;
}

.u-w69p {
  width: 69% !important;
}

.u-w70p {
  width: 70% !important;
}

.u-w71p {
  width: 71% !important;
}

.u-w72p {
  width: 72% !important;
}

.u-w73p {
  width: 73% !important;
}

.u-w74p {
  width: 74% !important;
}

.u-w75p {
  width: 75% !important;
}

.u-w76p {
  width: 76% !important;
}

.u-w77p {
  width: 77% !important;
}

.u-w78p {
  width: 78% !important;
}

.u-w79p {
  width: 79% !important;
}

.u-w80p {
  width: 80% !important;
}

.u-w81p {
  width: 81% !important;
}

.u-w82p {
  width: 82% !important;
}

.u-w83p {
  width: 83% !important;
}

.u-w84p {
  width: 84% !important;
}

.u-w85p {
  width: 85% !important;
}

.u-w86p {
  width: 86% !important;
}

.u-w87p {
  width: 87% !important;
}

.u-w88p {
  width: 88% !important;
}

.u-w89p {
  width: 89% !important;
}

.u-w90p {
  width: 90% !important;
}

.u-w91p {
  width: 91% !important;
}

.u-w92p {
  width: 92% !important;
}

.u-w93p {
  width: 93% !important;
}

.u-w94p {
  width: 94% !important;
}

.u-w95p {
  width: 95% !important;
}

.u-w96p {
  width: 96% !important;
}

.u-w97p {
  width: 97% !important;
}

.u-w98p {
  width: 98% !important;
}

.u-w99p {
  width: 99% !important;
}

.u-w100p {
  width: 100% !important;
}

.u-mat0 {
  margin-top: 0px !important;
}

.u-mats {
  margin-top: 10px !important;
}

.u-matm {
  margin-top: 20px !important;
}

.u-matl {
  margin-top: 30px !important;
}

.u-mat2l {
  margin-top: 40px !important;
}

.u-fw {
  font-weight: bold !important;
}

.u-cred {
  color: #c00 !important;
}

.u-cpink {
  color: #EA4F98 !important;
}

.u-tal {
  text-align: left !important;
}

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

.u-tdu {
  text-decoration: underline !important;
}

.u-oh {
  overflow: hidden !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-fsi {
  font-style: italic !important;
}

[data-scroll_float]::before, [data-scroll_float]::after {
  transition: 1s ease-out;
}
[data-scroll_float].is-float::before, [data-scroll_float].is-float::after {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .l-content {
    padding-bottom: 120px;
  }
  .l-footer {
    padding: 40px 0;
    margin-top: 120px;
  }
  .l-footer .l-footer-banner {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-top: 81px;
  }
  .l-footer .l-footer-copy {
    margin-top: 64px;
  }
  .l-footer__box-share {
    margin-top: 10px;
    padding-top: 0;
  }
  .l-footer__box-share .l-footer__box-share_ttl-inner {
    width: 294px;
  }
  .l-footer__box-share .l-footer__box-totop {
    top: auto;
    left: auto;
    right: 0px;
    bottom: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  [data-fixed] {
    /* max-width: 960px; */
    max-width: 1227px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: content-box;
  }
  .c-box-modal {
    padding: 0px 0 0;
  }
  .c-box-modal .c-box-modal__inner {
    padding: 30px;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__youtube {
    max-width: 980px;
    width: calc(100vw - 80px);
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > .image-position-left:first-child + *,
.c-box-modal .c-box-modal__inner .c-box-modal__content > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content {
    max-width: 960px;
    width: calc(100vw - 75px);
  }
  .c-box-modal .c-box-modal__inner .c-box-modal-content-inner {
    padding: 56px 30px 40px;
    max-width: 862px;
    margin-inline: auto;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal-content-image {
    margin-block: 16px;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal-content-box {
    padding-inline: 40px;
  }
  .c-list-desc > li {
    padding-left: 1.5rem;
  }
  .c-list-desc > li {
    padding-left: 1.3em;
  }
  .c-list-desc > li:before {
    width: 4px;
    height: 4px;
    top: 1.2rem;
  }
  ul.c-list-asterisk .fzs {
    font-size: 1.2rem;
  }
  ul.c-list-asterisk .fzm {
    font-size: 1.4rem;
  }
  ul.c-list-asterisk .fzl {
    font-size: 1.6rem;
  }
  ul.c-list-asterisk {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  ul.c-list-asterisk > li {
    margin-top: 8px;
    padding-left: 20px;
  }
  .c-content__title {
    font-size: 2.4rem;
  }
  .u-mat0 {
    margin-top: 0px !important;
  }
  .u-mats {
    margin-top: 20px !important;
  }
  .u-matm {
    margin-top: 40px !important;
  }
  .u-matl {
    margin-top: 60px !important;
  }
  .u-mat2l {
    margin-top: 80px !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-header {
    height: auto;
  }
  .l-header .l-header__pc-outer .l-header__pc-inner .l-header__pc-list .l-header__pc-item .l-header__pc-item-link:hover {
    color: #ff36ba;
  }
  .l-wrap {
    background-size: 2100px auto;
    background-image: url("/lp/precure/exh/assets/images/lower_back.png");
  }
  .l-footer .l-footer-banner li a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .l-footer__box-share .l-footer__list-share a:hover {
    -webkit-animation: hoverScale 0.3s linear;
            animation: hoverScale 0.3s linear;
  }
  .l-footer__box-share .l-footer__box-totop a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
  .c-list-desc.c-list-desc__inlineblock {
    margin-top: 0.8rem;
    margin-left: -20px;
  }
  .c-list-desc.c-list-desc__inlineblock > li {
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    vertical-align: top;
  }
  .c-table-common a:hover {
    text-decoration: none;
  }
  .u-hide-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 1300px) {
  .l-footer__box-share .l-footer__box-totop {
    right: -120px;
  }
}
@media screen and (max-width: 767px) {
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .u-hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .c-box-modal .c-box-modal__inner .c-box-modal__content > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
  .u-hide-tab {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .c-table-scroll__wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .c-table-common {
    width: 100%;
    min-width: 750px;
  }
}
@media print {
  html {
    background: none;
  }
  body {
    min-width: 1300px;
    padding: 0;
    background: none;
    zoom: 85% !important;
  }
  .l-wrap {
    padding-top: 0 !important;
  }
  .l-header {
    display: none;
  }
  .l-footer {
    display: none;
  }
}