@charset "UTF-8";
/*ベースデザイン*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 2.66666666666667vw;
}

@media (min-width: 450px) {
  html {
    font-size: 12px;
  }
}
img, video {
  vertical-align: middle;
  width: 100%;
}

ul, li {
  list-style: none;
}

body {
  font-family: YakuHanJPs,"Arial","Noto Sans JP",sans-serif;
  font-size: 1rem;
  color: #474747;
  background-color: #f8f8f8;
}

p{
	text-align: inherit;
}

.layout {
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.8;
  max-width: 450px;
  overflow: hidden;
  background: #fff;
}

.container {
  padding: 0 1.5rem;
}

main {
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
  overflow: hidden;
  padding-bottom: 8rem;
}
section:first-child {
  margin-top: 2rem;
}

footer {
  padding-bottom: 16rem;
  text-align: center;
  background-color: #C9C9C9;
  padding-top: 1.5rem;
}

/*マージン*/
section:nth-child(2) div.h2-bg {
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-title_line2.png");
}
section:nth-child(2) ul.text li h4:before {
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-list_arrow2.svg");
}
section:nth-child(3) div.h2-bg {
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-title_line3.png");
}
section:nth-child(3) ul.text li h4:before {
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-list_arrow3.svg");
}
section:nth-child(4) div.h2-bg {
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-title_line4.png");
}
section:nth-child(4) ul.text li h4:before {
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-list_arrow4.svg");
}
section:nth-child(5) div.h2-bg {
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-title_line5.png");
}
section:nth-child(6) div.h2-bg {
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-title_line6.png");
}
section:nth-child(6) ul.text li {
  margin-top: 1rem;
}
section:nth-child(6) ul.text li h4:before {
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-list_arrow6.svg");
}

header .header-inner {
  position: relative;
  background-image: url(https://static.voifull.jp/img/nonmember/n_woman/img-top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
header .header-inner .logo {
  position: absolute;
  top: 3.7rem;
  left: 1rem;
  width: 12.2rem;
  height: auto;
  line-height: 1;
  z-index: 100;
}
header .header-inner .top-text {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 100%;
  height: 3.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-inner .top-text b {
  font-size: 2rem;
  color: #FF668E;
  position: relative;
  top: 0.1rem;
}
header .header-inner .top-text span {
  font-size: 1rem;
  color: #FF668E;
}
header .header-inner img.top_catch {
  z-index: 200;
  width: 24.5rem;
  height: auto;
  margin-top: 9rem;
}
header .header-inner img.top_burn {
  position: absolute;
  top: 3rem;
  right: -1rem;
  z-index: 200;
  width: 9.6rem;
  height: auto;
}
header .header-inner img.iphone {
  position: absolute;
  top: 9rem;
  right: 1rem;
  z-index: 100;
  width: 8.6rem;
  height: auto;
}
header .header-inner .header-box p {
  text-align: right;
  font-size: 1rem;
  color: #fff;
}
header .header-inner .header-box div.header-box-inner {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
header .header-inner .header-box div.header-box-inner .title {
  position: relative;
  z-index: 200;
  background: #FF80A2;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  line-height: 1.3;
}
header .header-inner .header-box div.header-box-inner .title p {
  font-size: 1.5rem;
  text-align: center;
}
header .header-inner .header-box div.header-box-inner div.box-main {
  padding: .75rem 1.5rem 1.5rem 1.5rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .mission {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .mission div:first-child {
  background-color: #84D946;
  color: #fff;
  font-size: 1.8rem;
  padding: 0 1rem;
  margin-right: 4rem;
  position: relative;
}
header .header-inner .header-box div.header-box-inner div.box-main .mission div:first-child:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translateY(-50%) translateX(0%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .6rem 0 .6rem 1rem;
  border-color: transparent transparent transparent #84D946;
}
header .header-inner .header-box div.header-box-inner div.box-main .mission div:last-child {
  display: flex;
  flex-flow: column;
  line-height: 1.2;
  font-weight: bold;
}
header .header-inner .header-box div.header-box-inner div.box-main .mission div:last-child span {
  font-size: 1.6rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .mission div:last-child span:last-child {
  font-size: 2.2rem;
  color: #84D946;
}
header .header-inner .header-box div.header-box-inner div.box-main .price {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: .25rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .price small {
  font-size: 1rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .price ul {
  flex: 0 0 auto;
  display: flex;
  line-height: 1.3;
}
header .header-inner .header-box div.header-box-inner div.box-main .price ul + ul {
  margin-left: 1.5rem;
  border-left: 1px solid #C9C9C9;
  padding-left: 1.5rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .price ul li:first-child {
  color: #66B3FF;
  font-size: 1.2rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .price ul li + li {
  margin-left: .75rem;
  position: relative;
  top: -0.2rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .bis {
  text-align: center;
}
header .header-inner .header-box div.header-box-inner div.box-main .bis div {
  color: #FF80A2;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
}
header .header-inner .header-box div.header-box-inner div.box-main .bis div img {
  width: 8rem;
  height: auto;
  margin: 0 .5rem;
  position: relative;
  top: .1rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .bis div:first-child {
  line-height: 1.5;
}
header .header-inner .header-box div.header-box-inner div.box-main .bis div:first-child:before {
  content: '';
  border-top: 2px solid #FF80A2;
  display: inline;
  height: 100%;
  width: 2rem;
  transform: rotate(40deg);
  position: relative;
  top: -0.3rem;
  left: -1rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .bis div:first-child:after {
  content: '';
  border-top: 2px solid #FF80A2;
  display: inline;
  height: 100%;
  width: 2rem;
  transform: rotate(-40deg);
  position: relative;
  top: -0.3rem;
  right: -.5rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .bis div:last-child {
  background-color: #FF80A2;
  color: #fff;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding-top: .1rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .bis div:last-child p {
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
  top: 0rem;
}
header .header-inner .header-box div.header-box-inner div.box-main .bis div:last-child span {
  font-size: 3.3rem;
  position: relative;
  top: -.15rem;
  margin-left: .75rem;
  color: #FFFF00;
}
header .header-inner .header-box div.header-box-inner div.box-main .bis div:last-child small {
  color: #FFFF00;
  font-size: 2rem;
  position: relative;
  top: .2rem;
}

h2 {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  height: 18rem;
  width: 100%;
  margin-bottom: 2rem;
}
h2 div.h2-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-title_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
h2 div.girl {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
h2 div.girl img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
h2 div.title {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50%;
}
h2 div.title ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: auto;
  width: 100%;
}
h2 div.title ul li {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: .75rem;
}
h2 div.title ul li:first-child {
  margin-bottom: 1.25rem;
  margin-top: 0;
}
h2 div.title ul li img {
  width: 11.176rem;
  height: auto;
  margin-right: 0.3rem;
  position: relative;
  top: -0.25rem;
}
h2 div.title ul li span {
  line-height: 1;
}

h3 {
  margin-bottom: 1rem;
}
h3 div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
h3 div img {
  width: 7.5rem;
  height: auto;
  margin-right: .3rem;
  position: relative;
  top: -0.2rem;
}
h3 div span {
  font-size: 2.2rem;
  font-weight: normal;
}

div.text p {
  margin-top: 1.5rem;
}
div.text p:first-child {
  margin: 0;
}
div.text p b {
  color: #FF668E;
}
div.text p b.underline {
background: linear-gradient(transparent 60%, #FFFF00 60%);
}
div.text p b .num-text{
  font-size: 2.5rem;
  margin: 0 2px;
}
div.text p small {
  line-height: 1.5;
  display: block;
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
}
div.text img {
  border-radius: 15px;
}
div.text div {
  position: relative;
  margin-top: 1rem;
}
div.text div ul {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 49%;
  transform: translateY(-50%) translateX(0%);
}
div.text div ul li {
  margin-top: .8rem;
  position: relative;
}
div.text div ul li:first-child {
  margin: 0;
}
div.text div ul li span {
  padding: 0.3rem 3rem;
  border-radius: 5px;
  background-color: #C3F69D;
  display: inline-block;
}
div.text div ul li span:before {
  content: '';
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-ballon.svg");
  height: 2rem;
  width: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 0.3rem;
  left: -1rem;
}

ul.text {
  padding-left: 4rem;
}
ul.text li {
  list-style: none;
  margin-top: 5rem;
}
ul.text li:first-child {
  margin-top: 0;
}
ul.text li h4 {
  font-size: 2rem;
  font-weight: normal;
  position: relative;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
ul.text li h4:before {
  content: '';
  width: 3rem;
  height: 2.8rem;
  position: relative;
  text-indent: 2rem;
  display: inline-block;
  position: absolute;
  top: -0.1em;
  left: -4rem;
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-list_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
ul.text li img {
  margin-top: 2rem;
  width: 100%;
  border-radius: 15px;
}

.thumbnail {
  position: relative;
  width: 100%;
}

.thumbnail:before {
  content: "";
  display: block;
  padding-top: 130%;
}

.thumbnail > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

.thumbnail > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.btn-fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  text-align: center;
  padding: .5rem 1.5rem 0rem 1.5rem;
  max-width: 450px;
  background-color: rgba(255, 255, 255, 0.85);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: column;
  border-top: 1px solid #ccc;
}
.btn-fix .btn {
  width: 100%;
}
.btn-fix .btn div {
  margin-bottom: .4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.btn-fix .btn div img {
  position: relative;
  top: -0.4rem;
  width: 6rem;
  height: auto;
}
.btn-fix .btn div span {
  color: #FF981D;
}
.btn-fix .btn a {
  width: 100%;
  height: 7rem;
  border-radius: 10000px;
  border: 1px solid #C9C9C9;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
  color: #ff981d;
}
.btn-fix .btn a:before {
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) translateX(0%);
  background-image: url("https://static.voifull.jp/img/nonmember/n_woman/img-btn_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-fix .btn a img {
  width: 14rem;
  height: auto;
  margin-right: .3rem;
  position: relative;
  top: -0.3rem;
}
.btn-fix .btn a span {
  font-size: 2.2rem;
  font-weight: bold;
}
.btn-fix .btn a:hover {
  color: #ff981d;
}
.btn-fix .btn p {
  font-size: 1.2rem;
  margin: .5rem 0;
  line-height: 1;
}

.effect {
  position: relative;
  opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 600ms;
  animation-delay: 0s;
}

.fade.active {
  animation-name: fade;
}

.left.active {
  animation-name: fade-left;
}

.right.active {
  animation-name: fade-right;
  animation-delay: 50ms;
}

.top_catch, .top_burn, .iphone {
  opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 600ms;
  animation-delay: 0s;
  animation-name: fade;
}

.header-box {
  opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 600ms;
  animation-delay: 300ms;
  animation-name: fade;
}

.btn a {
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-duration: 4s;
  animation-name: fade-btn;
  animation-iteration-count: infinite;
}

/*キーフレーム*/
@keyframes fade {
  0% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-5%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-btn {
  0% {
    transform: scale(1);
  }
  43% {
    transform: scale(1);
  }
  44% {
    transform: scale(1.1);
  }
  46% {
    transform: scale(0.9);
  }
  48% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

/* 2024/12/17 追加 丹生 */
.footer-floating{
	position: fixed;
	bottom: 0;
	background-color: rgba(67, 52, 52, 0.75);
	width: 100%;
	padding: 16px 0;
	z-index: 1000;
}

.footer-floating .floating-btn{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
  padding: 18px 0 18px 25px;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #FF981D;
	border-radius: 100px;
}

.footer-floating .floating-btn::before{
	content: '';
	position: absolute;
	background-image: url("https://static.voifull.jp/img/icon-signin.svg");
	width: 20px;
  height: 20px;
	background-repeat: no-repeat;
  background-size: 100%;
  left: 54px;
  top: calc(50% - 21px / 2);
}
  

#qr-code-dialog p{
  line-height: normal;
}

#qr-code-dialog{
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	padding-bottom: 100px;
	background-color: rgba(51, 51, 51, 0.75);
	z-index: 99999;
	top: 0;
}

#qr-code-dialog .dialog-contain{
  width: 50%;
  max-width: 390px;
	padding: 20px 0 32px;
	background-color: #FFF;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.dialog-btn-close-circle {
	width: 38px;
	height: 38px;
	position: absolute;
	top: -12px;
	right: -12px;
	cursor: pointer;
	z-index: 100;
}

.dialog-btn-close-circle img {
	width: 100%;
}

#qr-code-dialog .dialog-title{
	position: relative;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	z-index: 1;
}

#qr-code-dialog .dialog-title::after{
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  height: 8px;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFE8CC;
  border-radius: 3px;
  z-index: -1;
}

#qr-code-dialog .dialog-text{
	margin: 20px auto 25px;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}

#qr-code-dialog .dialog-qr{
	width: 45%;
	margin: 0 auto;
}

#qr-code-dialog .dialog-qr-url{
	margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

.btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.btn-wrap .link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 44px;
  border: 1px solid #000;
  border-radius: 22px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.btn-wrap .link-btn.vt-about {
  margin-bottom: 35px;
}

.btn-wrap .link-btn::after {
  display: block;
  position: absolute;
  bottom: -23px;
  font-size: 12px;
  font-weight: 400;
}

.btn-wrap .link-btn.vt-about::after {
  content: "※男性用説明ページ";
}

.btn-wrap .link-btn.vt-woman::after {
  content: "※女性用説明ページ";
}