@charset "UTF-8";
/* CSS Document */
body {
  color: var(--text-color);
  font-family: "Noto Sans JP", serif;
}
.wrapper {
  background: #FFF;
  overflow: hidden;
}
video {
  width: 100%;
}
.red {
  color: var(--main-red);
}
p.note {
  font-size: 0.9rem;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.3em;
}
@media screen and (min-width: 500px) {
  p.note {
    font-size: 1.1rem;
  }
}
/*cta*/
.shine_inner {
  overflow: unset;
}
.fvCpAttention {
  font-size: 0.9rem;
  position: absolute;
  letter-spacing: 0;
}
.updown {
  animation-name: updown1;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*FV*/
#fvArea p.band {
  color: #FFF;
  background: var(--main-red);
  padding: 0.5rem 0;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.05em;
  font-size: 1.2rem;
  position: relative;
  padding-left: 4rem;
}
@media (min-width:500px) {
  #fvArea p.band {
    font-size: 1.4rem;
    padding-left: 6.5rem;
    letter-spacing: 0em;
  }
}
#fvArea p.band span {
  font-size: 1rem;
  font-weight: 500;
}
#fvArea p.band:after {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(https://five-element-fit.jp/lp/cp/img/icon_fv_p.webp) 100% 0 / 100% no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.5rem;
}
@media (min-width:500px) {
  #fvArea p.band:after {
    width: 3.5rem;
    height: 3.5rem;
    left: 2rem;
  }
}
/*voice*/
#voiceArea .voiceSliderBox img {
  padding: 0px 5px;
}
#voiceArea p.notes {
  font-size: 1rem;
  margin: 1em 0px 0px 1.5em;
}
@media (min-width:500px) {
  #voiceArea p.notes {
    font-size: 1.2rem;
  }
}
/*needエリア*/
#needArea {
  width: 90%;
  margin: 6em auto;
}
#needArea h2 {
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
  padding: 0.5em 0;
}
@media (min-width:500px) {
  #needArea h2 {
    font-size: 2.2rem;
  }
}
#needArea table {
  width: 100%;
  font-size: 1.3rem;
}
@media (min-width:500px) {
  #needArea table {
    font-size: 1.6rem;
  }
}
#needArea table tr {
  border: 1px solid #d2d2d2;
}
#needArea table tr td {
  border-right: 1px solid #d2d2d2;
  vertical-align: middle;
}
#needArea table tr td.high {
  padding: 1.5rem 0 1.5rem 2rem;
}
#needArea table tr td .small {
  font-size: 1.1rem;
  letter-spacing: -0.05rem;
}
@media (min-width:500px) {
  #needArea table tr td .small {
    font-size: 1.6rem;
  }
}
#needArea table tr td:first-child {
  position: relative;
  padding-left: 2rem;
}
#needArea table tr td:first-child:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.8rem;
}
#needArea table tr td:last-child {
  text-align: center;
  padding: 1em 0.5rem;;
}
#needArea table tr td:last-child .num {
  font-family: 'DIN Alternate', sans-serif;
  font-size: 1.8rem;
}
@media (min-width:500px) {
  #needArea table tr td:last-child .num {
    font-size: 2.2rem;
  }
}
#needArea table tr.admissionFee td:last-child {
  padding-top: 0;
}
#needArea table tr.admissionFee td:last-child .line {
  position: relative;
}
#needArea table tr.admissionFee td:last-child .line:after {
  content: '';
  display: block;
  width: 4.8rem;
  height: 0.1rem;
  background: var(--main-red);
  position: absolute;
  top: 1.2rem;
  left: -0.3rem;
  transform: rotate(343deg);
}
@media (min-width:500px) {
  #needArea table tr.admissionFee td:last-child .line:after {
    width: 6.4rem;
  }
}
#needArea table tr.admissionFee td:last-child .red .num {
  font-size: 2.5rem;
}
@media (min-width:500px) {
  #needArea table tr.admissionFee td:last-child .red .num {
    font-size: 3.2rem;
  }
}
#needArea table tr.admissionFee td p {
  background: var(--main-red);
  color: #FFF;
  font-size: 1rem;
  border-radius: 0.3rem;
  text-align: center;
  line-height: 1.2rem;
  padding: 0.3rem;
}
@media (min-width:500px) {
  #needArea table tr.admissionFee td p {
    font-size: 1.2rem;
    padding: 0.6rem;
  }
}
#needArea .annotation h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1em;
}
@media (min-width:500px) {
  #needArea .annotation h3 {
    font-size: 1.6rem;
  }
}
#needArea .annotation ul {
  font-size: 1.1rem;
  text-align: justify;
}
@media (min-width:500px) {
  #needArea .annotation ul {
    font-size: 1.4rem;
  }
}
#needArea .annotation ul li {
  padding-left: 1rem;
  text-indent: -1.1rem;
  margin-top: 0.5em;
}
/*流れ*/
#flowArea .flowBox ul {
  width: 90%;
  margin: 0 auto;
  margin-left: 1.2rem;
}
#flowArea .flowBox ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}
#flowArea .flowBox ul li:first-child {
  margin-top: 0;
}
#flowArea .flowBox ul li img {
  width: 42%
}
#flowArea .flowBox ul li .box {
  width: 55%;
  margin-left: 3%;
}
#flowArea .flowBox ul li .box h3 {
  font-size: 2.2rem;
  letter-spacing: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media (min-width:500px) {
  #flowArea .flowBox ul li .box h3 {
    font-size: 2.8rem;
  }
}
#flowArea .flowBox ul li .box h3 span {
  font-size: 1.3rem;
}
@media (min-width:500px) {
  #flowArea .flowBox ul li .box h3 span {
    font-size: 1.9rem;
  }
}
#flowArea .flowBox ul li .box p {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  text-align: justify;
}
@media (min-width:500px) {
  #flowArea .flowBox ul li .box p {
    font-size: 1.8rem;
  }
}
#flowArea .flowBox ul li .box p.red {
  color: var(--main-red);
  font-size: 1rem;
}
@media (min-width:500px) {
  #flowArea .flowBox ul li .box p.red {
    font-size: 1.2rem;
  }
}
#flowArea .flowBox ul li p.notes {
  font-size: 1rem;
  width: 96%;
  margin-left: auto;
  margin-top: 1em;
}
@media (min-width:500px) {
  #flowArea .flowBox ul li p.notes {
    font-size: 1.2rem;
  }
}
/*map*/
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*料金プラン*/
.price_box {
  margin-top: 2rem;
}
.price_box .box {
  position: relative;
}
.price_box .box:first-child:before,
.price_box .box:nth-child(2):before {
  content: '';
  display: block;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: -2rem;
  left: -1.5rem;
}
@media screen and (min-width:500px) {
  .price_box .box:first-child:before,
  .price_box .box:nth-child(2):before {
    width: 9rem;
    height: 9rem;
  }
}
.price_box .box:first-child:before {
  background: url(https://five-element-fit.jp/lp/cp/type_A/img/price_icon.webp) 100% 0 / 100% no-repeat;
}
.price_box .box:nth-child(2):before {
  background: url(https://five-element-fit.jp/lp/cp/type_A/img/price_icon_b.webp) 100% 0 / 100% no-repeat;
}
.price_box .box:nth-child(2) {
  margin-top: 2.5rem;
}
.price_box .box {
  border: 0.2rem solid var(--color-brown);
}
.price_box .box .price_inner {
  padding: 0;
}
.price_box .box .price_inner img {
  width: 100%;
  padding-bottom: 0;
}
.price_box .note {
  margin-top: 0;
  padding: 0 3rem 2rem;
}
.price_box .note li {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.price_box .box:last-child {
  margin-top: 1.5rem;
}
/*よくあるご質問*/
.faq_box dd a {
  color: var(--main-red);
}