@charset "UTF-8";
/* CSS Document */
body {
  color: var(--text-color);
  font-family: 'Noto Sans JP', sans-serif;
}
.red {
  color: var(--main-red);
}
/*FV*/
#fvArea {
  position: relative;
}
#fvArea h1 {
    position: relative;
  }
#fvArea h1 p.mv_attention {
  position: absolute;
  bottom: 12em;
  right: 3em;
  font-size: 0.9rem;
}
@media screen and (min-width: 500px) {
  #fvArea h1 p.mv_attention {
    bottom: 13em;
    font-size: 1.1rem;
  }
}
/*FVCP*/
#fvCpArea {
  padding-top: 6em;
}
#fvCpArea .box {
  position: relative;
}
#fvCpArea .box .fvCpAttention {
  color: #FFF;
  bottom: 1em;
  right: 2.5em;
}
@media screen and (min-width: 500px) {
  #fvCpArea .box .fvCpAttention {
    font-size: 1.2rem;
  }
}
#fvCpArea nav {
  background: var(--light-blue);
  padding: 2em 4em 1em;
}
#fvArea .mvCtaBox {
  width: 94%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -4em;
}
@media screen and (min-width: 500px) {
  #fvArea .mvCtaBox {
    bottom: -3em;
  }
}
#fvArea .mvCtaBox .shine_inner .shine_mask {
  mask-image: url(https://five-element-fit.jp/lp/cp/type_A/takashimadaira/img/fv_mv_btn.webp);
}
.mvCtaBox p.note {
  width: 95%;
  margin: 0 auto;
}
/*特典*/
.cpArea {
  background: #edf0f6;
}
.cpArea .cpInfoBox {
  background-color: #5f90cc;
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 5px, rgba(83, 129, 194, 0.64) 5px, rgba(83, 129, 194, 0.64) 14px);
  padding: 4em 2em 4em;
}
@media (min-width:500px) {
  .cpArea .cpInfoBox {
    padding: 4em 5em 4em;
  }
}
.cpArea nav ul {
  display: flex;
  padding-bottom: 2em;
}
.cpArea nav ul li {
  margin-right: 2em;
}
.cpArea nav ul li:last-child {
  margin-right: 0;
}
.cpArea .cpInfoBox .cpInfoTrialBox {
  background: #FFF;
  margin-top: 7em;
  position: relative;
  padding: 4em 2em 2em;
}
@media (min-width:500px) {
  .cpArea .cpInfoBox .cpInfoTrialBox {
    padding-top: 7em;
  }
}
.cpArea .cpInfoBox .cpInfoTrialBox h2 {
  position: absolute;
  top: -6em;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
}
.cpArea .cpInfoBox .cpInfoTrialBox .movieBox {
  margin-top: 2em;
}
@media (min-width:500px) {
  .cpArea .cpInfoBox .cpInfoTrialBox .movieBox {
    width: 85%;
    margin: 2em auto 0;
  }
}
.cpArea .ctaBox {
  margin-top: 2em;
}
.cpArea .ctaBox a {
  padding-top: 2em;
}
.cpArea .benefitsBox {
  margin-top: 5em;
}
.cpArea .benefitsBox p {
  font-size: 1.2rem;
  margin-top: 0.8em;
}
.cpArea .benefitsBox p a {
  display: inline;
  border-bottom: 1px solid;
}
/*cta*/
.ctaBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ctaBox .ctaText {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.ctaBox .ctaText:before,
.ctaBox .ctaText:after {
  content: '';
  display: block;
  width: 0.2rem;
  height: 2.5rem;
  background: #585757;
  position: absolute;
  top: 0.5rem;
}
.ctaBox .ctaText:before {
  transform: rotate(330deg);
  left: -2.5rem;
}
.ctaBox .ctaText:after {
  transform: rotate(-330deg);
  right: -1.8rem;
}
.ctaBox .ctaText span {
  margin-left: 1em;
  position: relative;
  display: flex;
  align-items: center;
}
.ctaBox .ctaText span:before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid var(--text-color);
  border-radius: 3rem;
  position: absolute;
  left: -3rem;
}
.ctaBox .ctaText span:after {
  content: '!';
  display: block;
  position: absolute;
  left: -1.3em;
  font-size: 1.5rem;
}
.shine_inner .shine_mask {
  mask-image: url(https://five-element-fit.jp/lp/cp/type_A/takashimadaira/img/cta.webp);
}
/*flowエリア*/
#flowArea .worryBox p {
  font-size: 1.6rem;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width:500px) {
  #flowArea .worryBox p {
    font-size: 2.1rem;
  }
}
/*needエリア*/
#needArea h2 {
  background: var(--light-blue);
}
#needArea table tr td:first-child:before {
  background: var(--light-blue);
}
#needArea .annotation h3 {
  color: var(--light-blue);
}
/*よくあるご質問*/
.faq_box,
#cp_comment,
#shopArea {
  --text-color: #272727;
  color: var(--text-color);
}
.faq_box dt {
  background: #efefef;
}
.faq_box dt:before {
  background: url(https://five-element-fit.jp/lp/cp/type_A/takashimadaira/img/question.webp) 100% 0 / 100% no-repeat;
}
.faq_box dt span.open:before,
.faq_box dt span.open:after {
    background: #7595cd;
}
.faq_box dd ul li:before {
  background: var(--light-blue);
}
/*店舗情報*/
#shopArea {
  background: var(--light-grey);
  padding: 6em 0px;
}
#shopArea .shopBox {
  background: #FFF;
  width: 90%;
  margin: 0 auto;
  padding: 5em 2.5em;
}
@media (min-width:500px) {
  #shopArea .shopBox {
    padding: 5em;
  }
}
#shopArea .shopBox .shopTitleBox .logo {
  width: 70%;
  margin: auto;
}
#shopArea .shopBox .shopTitleBox h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 1em;
}
@media (min-width:500px) {
  #shopArea .shopBox .shopTitleBox h2 {
    font-size: 2.2rem;
  }
}
#shopArea .shopBox .shopTitleBox h2:before,
#shopArea .shopBox .shopTitleBox h2:after {
  content: '';
  display: block;
  width: 10.5rem;
  height: 1px;
  background: var(--text-color);
  position: absolute;
}
@media (min-width:500px) {
  #shopArea .shopBox .shopTitleBox h2:before,
  #shopArea .shopBox .shopTitleBox h2:after {
    width: 14.5rem;
  }
}
#shopArea .shopBox .shopTitleBox h2:before {
  left: 0;
}
#shopArea .shopBox .shopTitleBox h2:after {
  right: 0;
}
#shopArea .shopBox dl {
  margin-top: 2em;
}
#shopArea .shopBox dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.2em;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}
#shopArea .shopBox dl dt:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  border: solid 3px #7595cd;
}
#shopArea .shopBox dl dd {
  font-size: 1.4rem;
  margin: 0.5em 0 2em;
}
@media (min-width:500px) {
  #shopArea .shopBox dl dd {
    font-size: 1.6rem;
  }
}
#shopArea .shopBox dl dd.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
}
/*予約システム*/
.reserve_area .slick-arrow {
  background: var(--light-blue);
}
/*infoエリア*/
.infoArea .box {
  width: 90%;
  margin: 3em auto 0;
}
.infoArea .logo {
  width: 40%;
  margin: 1em auto;
}
/*footerエリア*/
footer {
  padding: 3em 0;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
footer ul li  {
  font-size: 0.9rem;
  letter-spacing: -0.05em;
  color: #FFF;
}
@media (min-width:500px) {
  footer ul li {
    font-size: 1.2rem;
  }
}
footer ul li:last-child:after {
  content: none;
}
footer ul li.line {
  border-right: 1px solid;
  margin: 0.3em 0.5em;
}
footer p {
  text-align: center;
  font-size: 0.9rem;
  padding-top: 1em;
  color: #FFF;
  letter-spacing: 0.2em;
}
/*追従ボタン*/
.topBtn .shine_inner .shine_mask {
  mask-image: url(https://five-element-fit.jp/lp/cp/type_A/takashimadaira/img/float_btn.webp);
}
/*カウントダウン*/
.countdown {
  background: rgb(95 144 204 / 90%);
}
.countdown p:before {
  height: 5rem;
  top: 0.3rem;
  left: 1.5rem;
}
@media screen and (min-width:500px) {
  .countdown p:before {
    top: 0.8rem;
    left: -5.5rem;
  }
}
.countdown a {
  border-radius: 5rem;
  padding: 0.8rem 0;
  margin-top: 0.8rem;
}
.countdown a img {
  width: 70%;
  margin: auto;
}
.countdown .countdown_box {
  font-size: 1.2rem;
  margin-top: 0.3rem;
}
.countdown .countdown_box span {
  font-size: 1.8rem;
}