@charset "utf-8";

.lpbox,
.lpbox * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.lpbox {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1.5em;
}

.lpbox ul,
.lpbox ol {
  list-style-type: none;
}

.lpbox a:hover {
  opacity: 1.0;
}

.lpbox a:focus {
  outline: none;
}
.lpbox .content_wrap {
  max-width: 750px;
  margin:0 auto;
  overflow: hidden;
}
.lpbox .content_wrap img {
  display: block;
  height: auto;
  vertical-align:top;
  border: 0;
  max-width: 100%;
}
.lpbox .content_wrap video {
  width: 100%;
  display: block;
  height: auto;
  vertical-align:top;
  border: 0;
  outline: none;
}
.lpbox .content_wrap a {
  display: block;
}
.lpbox .content_wrap .rl {
  position: relative;
}
.lpbox .content_wrap .video01 {
  position: absolute;
  width: 89.3%;
  left:5.35%;
  top:27.6%;
}
.lpbox .content_wrap .video01 video {
  border-radius: min(4vw,30px);
}
.lpbox .content_wrap .hikari {
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
.lpbox .content_wrap .hikari:before {
  content: "";
  animation: hikari 4s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}
@keyframes hikari {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
.lpbox .content_wrap .btn01 {
  position: absolute;
  width: calc( 82.13% + 4px );
  top:61.2%;
  left:8.5%;
}

.lpbox .content_wrap .btn01_top {
  position: absolute;
  width: calc( 82.13% + 4px );
  top:81.5%;
  left:8.5%;
}


.lpbox .content_wrap .tel_btn {
  position: absolute;
  width: calc( 90% + 4px );
  left:5.3%;
  top:24%;
}
.lpbox .content_wrap .video02 {
  position: absolute;
  width: 37.33%;
  right:4%;
  top:35%;
}
.lpbox .content_wrap .video03 {
  position: absolute;
  width: 37.33%;
  right:4%;
  top:53.1%;
}
.lpbox .content_wrap .qa_wrap {
  background: #cdecd8;
  padding:0 min(4vw,30px) min(10.66vw,80px);
}
.lpbox .content_wrap .qa_wrap .accordionlist:not(:nth-of-type(1)) {
  margin-top:min(2vw,20px);
}
.lpbox .content_wrap .qa_wrap dl dt {
  position: relative;
  cursor: pointer;
}
.lpbox .content_wrap .qa_wrap .accordionlist dt:before {
  position: absolute;
  content: "";
  width: min(4.26vw,32px);
  background: #000;
  height: 1px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  top: 50%;
  right: min(4vw,30px);
  transition: .3s all;
}
.lpbox .content_wrap .qa_wrap .accordionlist dt:after {
  position: absolute;
  content:"";
  width: min(4.26vw,32px);
  background: #000;
  height: 1px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  top: 50%;
  right: min(4vw,30px);
  transition: .3s all;
}
.lpbox .content_wrap .qa_wrap .accordionlist dt.active:before {
  display: none;
}
.lpbox .content_wrap .qa_wrap .accordionlist dt.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.lpbox .content_wrap .qa_wrap .accordionlist dd {
  display: none;
}
.lpbox .content_wrap .fnavi {
  width: 100%;
  margin: 0 auto;
  padding: 65px 0 65px 0;
  display: flex;
  justify-content: center;
}
.lpbox .content_wrap .fnavi li {
  padding:0 15px;
  line-height: 1.1em;
}
.lpbox .content_wrap .fnavi li:not(:nth-of-type(1)) {
  border-left:1px solid #000;
}
.lpbox .content_wrap .fnavi li a {
  color:#000;
  display: block;
  opacity: 1;
  text-decoration: none;
  font-size:20px;
}
.lpbox .content_wrap .fnavi li a:hover {
  text-decoration: underline;
}
@media(max-width:749px) {
 .lpbox .content_wrap img {
   width: 100%;
 }
 .lpbox .content_wrap .fnavi {
  padding: 8.6vw 0 8.6vw 0;
 }
 .lpbox .content_wrap .fnavi li {
  padding:0 1.5vw;
  line-height: 1.0em;
 }
.lpbox .content_wrap .fnavi li a {
  font-size:3.2vw;
 }
}


/* ========== 単品購入セクション ========== */
.lpbox .single-item .inner {
    background: #fff;
    padding: 20px 20px;
}
.lpbox .single-item p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.65rem;
    color: #424e63;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.1rem;
}
.lpbox .single-item p span {
    color: #dc0454;
}
.lpbox .single-item p:last-child {
    text-align: center;
}
.lpbox .single-item p:last-child a {
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    background: #2ad359;
    color: #fff !important;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 10px 100px;
    margin: 20px 0 20px 0;
    border-radius: 32px;
    box-shadow: 3px 3px 3px #333;
    letter-spacing: -0.1rem;
    text-decoration: none !important;
}
.lpbox .single-item p:last-child a span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 0.8em;
    height: 0.8em;
    border: 0.1em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    margin: 0 0 8px 20px;
}
.lpbox .single-item p:last-child a span:before {
    content: '';
    color: #2ad359;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.18em 0.31177em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.lpbox .single-item p:last-child a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 768px) {
    .lpbox .single-item {
        padding: 15px 15px;
    }
    .lpbox .single-item .inner {
        padding: 10px 10px;
    }
    .lpbox .single-item p {
        font-size: 1.15rem;
    }
    .lpbox .single-item p:last-child a {
        font-size: 1.5rem;
        padding: 10px 50px;
        margin: 20px 0 10px 0;
    }
    .lpbox .single-item p:last-child a span {
        margin: 0 0 4px 10px;
    }
}




