@charset "UTF-8";

/* ===================================================================
CSS information
 file name  :  style.css
 style info :  ひざサポLP style
=================================================================== */

/* ---------------------------------------
  common
--------------------------------------- */
body {
  background-color: #f2f2f2;
}
header,
main,
footer {
  width: 100%;
}
img {
  width: 100%;
  height: auto;  
}
video {
  vertical-align: bottom;
}

.wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 780px;
  margin: auto;
  box-shadow: 0 0 10px 2px #d6d6d6;
}
.inner {
  width: 92.31%;
  max-width: 720px;
  margin: 0 auto;
}
.pc_inner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 781px) {
  .sp_br {
    display: none;
  }
  .wrapper {
    max-width: 1000px;
  }
  .inner, .pc_inner {
    width: 92%;
    max-width: 920px;
  }
}

/* ---------------------------------------
  cv
--------------------------------------- */
.cv {
  text-align: center;
  background: url(../img/cv_bg_sp.png) no-repeat center top / 100% auto, #d3f458;
  position: relative;
  padding-bottom: min(calc(75/780 * 100vw), 75px);
}

.btnArea {
  position: relative;
  margin-bottom: max(-0.38vw, -3px);
}
.btnArea form {
  max-width: 92.31%;
  margin: 0 auto;
  margin-left: min(calc(50/780 * 100vw), 50px);
}
.btnArea form .cv-btn {
  max-width: 100%;
}

.cv_box .cv_modal_list {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: max(calc(-103/780 * 100vw), -103px);
}
.cv_box .cv_modal_list li + li {
  margin-left: 6.6em;
}
.cv_box .cv_modal_list li a {
  display: block;
  font-size: min(3.59vw, 28px);
  font-weight: 500;
  line-height: 1;
  color: #7ac100;
  text-decoration: underline;
}

@media screen and (min-width: 781px) {
  .cv {
    background-image: url(../img/cv_bg_pc.png?250722);
    padding-bottom: min(8.9vw, 89px);
  }
  
  .cv .ttl {
    margin-top: max(calc(-14/780 * 100vw), -14px);
  }

  .btnArea form {
    max-width: 92%;
    margin-left: min(calc(60/1000 * 100vw), 60px);
  }

  .cv_box .cv_modal_list {
    margin-top: max(calc(-109/780 * 100vw), -109px);
  }
  .cv_box .cv_modal_list li + li {
    margin-left: 7.3em;
  }
  .cv_box .cv_modal_list li a {
    font-size: min(2vw, 20px);
  }
}

/* モーダル */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  box-sizing: border-box;
}

.modal__content {
  background: #fff;
  text-align: left;
  padding: 0 0 14px 25px;
  width: 90%;
  max-width: 960px;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 8;
  font-size: calc(24/750 * 100vw);
  transform: translate(-50%, -50%);
}

.modal_scroll {
  height: min(90dvh, 800px);
  overflow-y: auto;
  padding: 30px 30px 30px 0;
  font-size: min(calc(20/750 * 100vw), 20px);
  line-height: 1.63;
}

.modal_scroll p:last-child {
  line-height: 1.4;
}

.modal_scroll span {
  font-size: min(calc(18/750 * 100vw), 18px);
}

.modal-close {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ca254f;
  border-radius: 50%;
  top: -4%;
  right: -2%;
  z-index: 9;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  /* 棒の幅（太さ） */
  height: 20px;
  /* 棒の高さ */
  background: #fff;
  /* バツ印の色 */
}

.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__content p {
  margin: 0;
  letter-spacing: 0;
}
.modal__content p + p {
  margin-top: 1.63em;
}
p.modal-close {
  margin: 0;
}

@media screen and (min-width: 781px) {
  .modal__content {
    padding: 0 0 14px 50px;
  }
}

/* ---------------------------------------
  catch
--------------------------------------- */
.catch {
  display: grid;
}
.catch .ttl,
.catch .movie-box {
  grid-area: 1 / 1;
}
.catch .ttl {
  z-index: 2;
}
.catch .movie-box {
  overflow: hidden;
  height: 100vw;
}
.catch .movie-box video {
  width: auto;
  height: 100%;
  transform: translateX(-20%);
  transform-origin: 100% 0%;
}

@media screen and (min-width: 781px) {
  .catch .movie-box {
    height: auto;
  }
  .catch .movie-box video {
    width: 100%;
    height: auto;
    transform: translateX(0);
  }
}

/* ---------------------------------------
  header
--------------------------------------- */
header {
  background-color: #fff;
}

/* ---------------------------------------
  fv
--------------------------------------- */
.fv {
  position: relative;
}
.fv .movie-box video {
    width: 100%;
    height: auto;
}
.fv .ttl {
  width: min(calc(461/780 * 100vw), 461px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.fv .sub_ttl {
  width: min(calc(319/780 * 100vw), 319px);
  position: absolute;
  top: 0;
  z-index: 2;
}
.fv_02 {
    position: relative;
  }
.fv_02 p {
  margin-top: max(calc(-80/780 * 100vw), -80px);
}
.fv_02 .movie-box{
  width: min(calc(450/780 * 100vw), 450px);
  height: auto;
  position: absolute;
  top: 34.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.fv_02 .movie-box video {
  border-radius: 50%;
}
.fv_02 .icon {
  width: min(calc(720/780 * 100vw), 720px);
  position: absolute;
  top: 45%;
  left: 51%;
  transform: translateX(-51%);
  z-index:2;
}
@media screen and (min-width: 781px) {
  .fv .ttl {
    width: min(calc(540/1000 * 100vw), 540px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .fv .sub_ttl {
    width: min(calc(146/1000 * 100vw), 146px);
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .fv_02 {
    position: relative;
  }
  .fv_02 .movie-box{
    width: min(calc(358/1000 * 100vw), 358px);
    height: auto;
    position: absolute;
    top: 29%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .fv_02 p {
    margin-top: max(calc(-66/1000 * 100vw), -66px);
  }
  .fv_02 .icon {
    width: min(calc(699/1000 * 100vw), 699px);
    position: absolute;
    top: 38.4%;
    left: 45%;
    transform: translateX(-51%);
    z-index:2;
  }
}

/* ---------------------------------------
  nayami
--------------------------------------- */

.nayami {
  --section-end-triangle-height: min(11.54vw, 90px);

  background: url(../img/nayami_bg_top_sp.png) no-repeat center top / 100% auto, url(../img/nayami_bg_bottom_sp.png) no-repeat center bottom / 100% auto, url(../img/nayami_bg_sp.png) repeat center / auto, #c3cfd4;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--section-end-triangle-height)), 50.5% 100%, 49.5% 100%, 0% calc(100% - var(--section-end-triangle-height)));
  margin-bottom: calc(var(--section-end-triangle-height) * -1);
  position: relative;
  z-index: 2;
}

.nayami .taisaku {
  background: url(../img/nayami_taisaku_bg_sp.png) no-repeat center top / contain;
  padding-top: min(27.05vw, 211px);
  margin-top: max(-27.05vw, -211px);
}

@media screen and (min-width: 781px) {
  .nayami {
    --section-end-triangle-height: min(7.2vw, 72px);

    background: url(../img/nayami_bg_top_pc.png) no-repeat center top / 100% auto, url(../img/nayami_bg_bottom_pc.png) no-repeat center bottom / 100% auto, url(../img/nayami_bg_pc.png) repeat center / auto, #c3cfd4;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--section-end-triangle-height)), 50.5% 100%, 49.5% 100%, 0% calc(100% - var(--section-end-triangle-height)));
    padding-top: 91px;
    margin-bottom: calc(var(--section-end-triangle-height) * -1);
    position: relative;
    z-index: 2;
  }

  .nayami .taisaku {
    background: url(../img/nayami_taisaku_bg_pc.png) no-repeat center top / contain;
    padding-top: min(26.6vw, 266px);
    margin-top: max(-26.6vw, -266px);
  }

}

/* ---------------------------------------
  support
--------------------------------------- */
.support {
  background: url(../img/support_bg_sp.png) no-repeat center top / 100% auto;
  padding: min(11.54vw, 90px) 0 min(12.82vw, 100px);
}

@media screen and (min-width: 781px) {
  .support {
    background: url(../img/support_bg_pc.png) no-repeat center top / 100% auto;
    padding: min(7.2vw, 72px) 0 min(6.9vw, 69px);
  }

}

/* ---------------------------------------
  until
--------------------------------------- */
.until {
  background: url(../img/until_bg_sp.png) no-repeat center top / 100% auto;
  padding: min(8.33vw, 65px) 0 min(35.64vw, 278px);
}

@media screen and (min-width: 781px) {
  .until {
    background: url(../img/until_bg_pc.png) no-repeat center top / 100% auto;
    padding: min(5.8vw, 58px) 0 min(24.2vw, 242px);
  }
}

/* ---------------------------------------
  uc2
--------------------------------------- */
.uc2 {
  background: url(../img/uc2_bg_sp.png) no-repeat center top / 100% auto;
  position: relative;
}

.uc2::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/uc2_finger_sp.png) no-repeat right bottom / contain;
  width: 50%;
  height: max(80.51vw, 628px);
  bottom: max(-19.36vw, -151px);
  right: 0;

}

@media screen and (min-width: 781px) {
  .uc2 {
    background-image: url(../img/uc2_bg_pc.png);
  }

  .uc2::after {
    background-image: url(../img/uc2_finger_pc.png);
    height: max(58.7vw, 587px);
    bottom: max(-12.1vw, -121px);
  }
}

/* ---------------------------------------
  advantage
--------------------------------------- */

.advantage .grid-box {
  display: grid;
}

.advantage-02 .review {
  position: relative;
  z-index: 2;
}
.advantage-02 .review::before {
  content: '';
  display: block;
  background-color: rgb(131 207 0 / .25);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: inset(min(13.59vw, 106px) 0 0 0 round min(5.13vw, 40px));
}

.advantage-03 {
  margin-top: min(12.31vw, 96px);
}

.advantage .column {
  background: url(../img/advantage_column_bg_sp.png) no-repeat center top / 100% auto;
  padding: min(73.72vw, 575px) 0 min(25.26vw, 197px);
  position: relative;
}
.advantage .column::before {
  content: '';
  background: url(../img/advantage_column_pkg_sp.png) no-repeat left top / contain;
  display: block;
  position: absolute;
  width: 50%;
  height: min(55.64vw, 434px);
  left: 0;
  top: min(70.26vw, 548px);
}
.advantage .column .img-box {
  margin-top: max(-7.56vw, -59px);
}



@media screen and (min-width: 781px) {
  .advantage-01 .grid-box {
    grid-template-columns: 55.54% 1fr;
  }
  .advantage-02 .grid-box {
    grid-template-columns: 38.26% 1fr;
  }
  .advantage-02 .review::before {
    clip-path: inset(min(8.4vw, 84px) 0 0 0 round min(4vw, 40px));
  }

  .advantage-03 {
    margin-top: min(8.4vw, 84px);
  }

  .advantage .column {
    background: url(../img/advantage_column_bg_pc.png) no-repeat center top / 100% auto;
    padding: min(46vw, 460px) 0 min(11vw, 110px);
  }
  .advantage .column::before {
    background-image: url(../img/advantage_column_pkg_pc.png);
    height: min(40.8vw, 408px);
    top: min(39.6vw, 396px);
  }
  .advantage .column .img-box {
    margin-top: 0;
  }
}

/* ---------------------------------------
  reason
--------------------------------------- */
.reason {
  padding-bottom: min(12.05vw, 94px);
}

.reason-02 .content-box {
  position: relative;
  z-index: 2;
  padding-bottom: min(8.08vw, 63px);
}
.reason-02 .content-box::before {
  content: '';
  background-color: #f2fbe0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: inset(0 min(3.85vw, 30px) 0 min(3.85vw, 30px) round 0 0 min(2.56vw, 20px) min(2.56vw, 20px));
}
.reason-02 .content-box .movie-area {
  position: relative;
}
.reason-02 .content-box .movie-area .movie-box {
  position: absolute;
  width: min(44.87vw, 350px);
  height: min(41.03vw, 320px);
  top: min(8.59vw, 67px);
  left: 0;
  overflow: hidden;
  border-radius: 0 min(1.92vw, 15px) min(1.92vw, 15px) 0;
  z-index: -1;
}
.reason-02 .content-box .movie-area .movie-box video {
  width: auto;
  height: 100%;
}


@media screen and (min-width: 781px) {
  .reason {
    padding: min(6.4vw, 64px) 0 min(7vw, 70px);
  }

  .reason-02 .content-box {
    padding-bottom: 0;
  }
  .reason-02 .content-box::before {
    clip-path: inset(0 round 0 0 min(4vw, 40px) min(4vw, 40px));
  }

  .reason-02 .content-box .movie-area {
    position: relative;
  }
  .reason-02 .content-box .movie-area .movie-box {
    position: absolute;
    width: min(42.8vw, 428px);
    height: min(25.6vw, 256px);
    top: min(5.4vw, 54px);
    left: 0;
    overflow: hidden;
    border-radius: 0 15px 15px 0;
  }
  .reason-02 .content-box .movie-area .movie-box video {
    width: auto;
    height: 100%;
  }
}

/* ---------------------------------------
  voice
--------------------------------------- */
.voice {
  padding-top: min(15.38vw, 120px);
}

@media screen and (min-width: 781px) {
  .voice {
    padding-top: min(10.5vw, 105px);
  }
}


/* ---------------------------------------
  doctor
--------------------------------------- */
.doctor {
  padding: min(17.69vw, 138px) 0 min(18.46vw, 144px);
}

@media screen and (min-width: 781px) {
  .doctor {
    padding: min(12.3vw, 123px) 0 min(9.9vw, 99px);
  }
}

/* ---------------------------------------
  message
--------------------------------------- */
.message {
  background: url(../img/message_bg_sp.png) no-repeat center top / cover;
  padding-bottom: min(13.08vw, 102px);
}
.message .about {
  background: url(../img/message_about_bg_sp.png) no-repeat center top / auto 100%;
}

@media screen and (min-width: 781px) {
  .message {
    background-image: url(../img/message_bg_pc.png);
    padding-bottom: min(8.7vw, 87px);
  }
  .message .about {
    background-image: url(../img/message_about_bg_pc.png);
  }
}

/* ---------------------------------------
  faq
--------------------------------------- */
.faq {
  padding: min(17.05vw, 133px) 0 min(14.23vw, 111px);
}

.qa-list {
  margin-bottom: min(11.15vw, 87px);
}
.qa-box + .qa-box {
  margin-top: min(5.13vw, 40px);
}

.qa-box dt {
  position: relative;
  cursor: pointer;
}
.qa-box dt::after {
  content: '';
  cursor: inherit;
  position: absolute;
  right: min(3.21vw, 25px);
  top: min(7.18vw, 56px);
  background: url(../img/faq_icon_sp.png) no-repeat center / contain;
  width: min(3.72vw, 29px);
  height: min(2.18vw, 17px);
  transform: rotate(180deg) translateY(0);
  transition: all .5s;
}
.qa-box dt.open::after {
  transform: rotate(0deg) translateY(-10%);
}

@media screen and (min-width: 781px) {
  .faq {
    padding: min(10.8vw, 108px) 0 min(8.7vw, 87px);
  }

  .qa-list {
    margin-bottom: min(7.2vw, 72px);
  }
  .qa-box + .qa-box {
    margin-top: min(4vw, 40px);
  }

  .qa-box dt::after {
    width: min(2.3vw, 23px);
    height: min(1.4vw, 14px);
    top: min(4.5vw, 45px);
    right: min(3vw, 30px);
    background-image: url(../img/faq_icon_pc.png);
  }

}

/* ---------------------------------------
  tokuten
--------------------------------------- */
.tokuten {
  background-color: #7ac100;
  padding: min(12.05vw, 94px) 0 min(8.59vw, 67px);
}

@media screen and (min-width: 781px) {
  .tokuten {
    padding: min(7.5vw, 75px) 0 min(6.5vw, 65px);
  }
}

/* ---------------------------------------
  info
--------------------------------------- */
.info {
  padding: min(6.54vw, 51px) 0 min(8.46vw, 66px);
  color: #252525;
  font-size: min(2.2vw, 18px);
  font-weight: 500;
  line-height: 1.68;
}
.info .inner {
  width: 88.46%;
  max-width: 690px;
}

.info dl {
  border: min(0.26vw, 2px) solid #e0e1e1;
  text-align: justify;
}
.info dt {
  font-size: min(3.08vw, 24px);
  line-height: 2.8;
  padding-left: 0.55em;
  background-color: #e0e1e1;
  letter-spacing: 0.05em;
}
.info dd {
  padding: 1em 0.8em 1.8em;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 781px) {
  .info {
    padding: min(5.6vw, 56px) 0 min(5.3vw, 53px);
    font-size: min(1.4vw, 14px);
    line-height: 1.7;
  }
  .info .inner {
    width: 92%;
    max-width: 920px;
  }

  .info dl {
    border-width: 2px;
  }
  .info dt {
    font-size: min(1.9vw, 19px);
    line-height: 2.94;
    padding-left: min(2.2vw, 22px);
  }
  .info dd {
    padding: min(0.7vw, 7px) min(2.2vw, 22px) min(2vw, 20px);
    letter-spacing: 0.03em;
  }
}

/* ---------------------------------------
  hanbai
--------------------------------------- */
.hanbai {
  border-bottom: #727171 solid 0.51vw;
  padding-bottom: 8.21vw;
}
@media screen and (min-width: 781px) {
  .hanbai {
    border-width: 4px;
    padding-bottom: min(5vw, 50px);
  }
  .hanbai .inner {
    width: 80%;
    max-width: 800px;
  }
}

/* ---------------------------------------
  footer
--------------------------------------- */
footer {
  width: 100%;
  padding: 6.15vw 0 12.82vw;
  text-align: center;
}

footer h2 {
  width: 100%;
  margin-bottom: 12px;
  width: calc(199/750 * 100vw);
  max-width: 199px;
  margin: 0 auto 2%;
}

footer p {
  font-size: min(calc(12/750 * 100vw), 12px);
}

footer p a {
  text-decoration: underline;
  color: #000;
  margin: 0 0.5em;
}

footer p a:hover {
  text-decoration: none;
}

@media screen and (min-width: 781px) {
  footer {
    padding: 36px 0;
  }
}

/* -----------------------------
	Animation
----------------------------- */
.shine {
  position: absolute;
  width: min(calc(700/780 * 100vw), 700px);
  height: min(calc(220/780 * 100vw), 220px);
  overflow: hidden;
  top: 0;
  left: min(4.21vw, 43px);
  z-index: 2;
  pointer-events: none;
  border-radius: 2em;
  mix-blend-mode: overlay;
}

@media screen and (min-width: 781px) {
  .shine {
    left: min(calc(70/1000 * 100vw), 70px);
    top: 0;
    width: min(86vw, 860px);
    height: min(calc(220/1000 * 100vw), 220px);
  }
}

.shine::before {
  content: "";
  width: 200%;
  height: 200%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  animation: shine 1.8s linear infinite;
}

@keyframes shine {

  from,
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
    transform: translate3d(100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
    transform: translate3d(100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  to,
  100% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
}

/*
@keyframes move_btn {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0);
  }
  85% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(2%);
  }
  95% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}