@charset "utf-8";

.btnshine {
	position: relative;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	outline: none;
	overflow: hidden;
}

.btnshine::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	transform: skewX(-25deg);
}

.btnshine::before {
	animation: shine 1.5s infinite;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.fuwafuwa {
	animation: fuwafuwa 3s ease-in-out infinite alternate;
	display: inline-block;
	transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa {
	0% {
		transform: translate(0, 0) rotate(-7deg);
	}

	50% {
		transform: translate(0, -7px) rotate(0deg);
	}

	100% {
		transform: translate(0, 0) rotate(7deg);
	}
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.3rem 3rem 1.8rem 2.4rem;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 11;
	-webkit-box-shadow: 0px 0.5rem 0.5rem 0px rgba(187,187,187,1);
	-moz-box-shadow: 0px 0.5rem 0.5rem 0px rgba(187,187,187,1);
	box-shadow: 0px 0.5rem 0.5rem 0px rgba(187,187,187,1);
}

header .logo {
	height: 7rem;
	display: block;
}

header .headerBtn {
	width: 33.2rem;
	display: block;
}

#mi {
	overflow: hidden;
	position: relative;
	height: 78.5rem;
	margin-bottom: -1rem;
}

#mi_bg {
	position: relative;
}

#mi_bg li {
	background: url(../img/bg01.webp) no-repeat;
	background-position: top;
	background-size: 100% auto;
	width: 100%;
	height: 78.5rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index:10;
	opacity: 0;
	animation: anime 18s 0s infinite;
}

#mi_bg li:nth-child(2) {
	background: url(../img/bg02.webp) no-repeat center center;
	background-size: cover;
	animation-delay: 6s;
}

#mi_bg li:nth-child(3) {
	background: url(../img/bg03.webp) no-repeat center center;
	background-size: cover;
	animation-delay: 12s;
}

@keyframes anime {
	0% {opacity: 0;}
	16% {opacity: 1;}
	34% {opacity: 1;}
	50% {
		opacity: 0;
		transform: scale(1.15);
		z-index:9;
	}
	100% {opacity: 0}
}

.fvBg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

#conversion .gBBanner{
	padding: 2.5rem 0;
}

.gBBanner {
	position: relative;
	z-index: 11;
	padding-bottom: 5.5rem;
}

.gBBanner > img {
	display: block;
	margin-bottom: -0.7rem;
}

.gBBanner > a {
	display: block;
	width: 66.8rem;
	margin: 0 auto;
	position: relative;
}

.gBBanner > a .gBBannerBtnTxt{
	width: 55rem;
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.goal {
	background-image: url(../img/goalBg.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 2.5rem 0 13rem;
}

.goalItem {
	width: 66.6rem;
	margin: 0 auto;
	margin-bottom: 5.5rem;
}

.goldText {
	width: 69rem;
	height: 73.4rem;
	padding: 2.5rem 1.5rem 3rem 1.2rem;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 2.7rem;
	-webkit-box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(184,166,135,0.75);
	-moz-box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(184,166,135,0.75);
	box-shadow: 0.5rem 0.5rem 0.5rem 0px rgba(184,166,135,0.75);
	margin: 0 auto;
}

.gbTContent {
	overflow-y: scroll;
	padding-right: 0.5rem;
	height: 50rem;
	margin-bottom: 0.8rem;
}

.gbTContent::-webkit-scrollbar {
	width: 2rem;
}

/* Track */
.gbTContent::-webkit-scrollbar-track {
	background-color: #E1E1E1;
	border-radius: 1rem;
}
 
/* Handle */
.gbTContent::-webkit-scrollbar-thumb {
	background: #00ACB4; 
	border-radius: 1rem;
}

.greenLine {
	width: 40.8rem;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}

.gbTItem {
	background-color: #CDEFF2;
	border-radius: 1.5rem;
	padding: 1.5rem 2rem;
	box-sizing: border-box;
	margin-bottom: 1.5rem;
}

.goldNote {
	text-align: right;
	padding-right: 3rem;
}

#box1 {
	margin-bottom: 3.5rem;
}

#box1 p span {
	font-size: 15rem;
	color: #FFFF00;
	letter-spacing: -0.5rem;
}

.goal01Text {
	position: absolute;
	left: 0;
	width: 100%;
	top: 13rem;
}

.lbl01 {
	width: 31rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 3rem;
	margin-top: -2rem;
}

.lineSolite {
	width: 57rem;
	display: block;
	margin: 0 auto;
}

.best100 {
	width: 68.6rem;
	display: block;
	margin: 0 auto;
	margin-bottom: -9rem;
}

.magazine {
	width: 35.3rem;
	display: block;
	margin: 0 auto;
	-webkit-box-shadow:0.7rem 1.7rem 1.1rem 0px rgba(103,117,119,0.64);
	-moz-box-shadow:0.7rem 1.7rem 1.1rem 0px rgba(103,117,119,0.64);
	box-shadow:0.7rem 1.7rem 1.1rem 0px rgba(103,117,119,0.64);
}

.spSpc {
	display: inline-block;
	margin: 0 -2rem;
}

.redText01 {
	width: 69rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 4.7rem;
}

.bestOne01 {
	margin-bottom: 10.5rem;
}

.bestOne02 {
	margin-bottom: -10rem;
}

.bestOne {
	padding-bottom: 14.5rem;
	background-image: url(../img/bgMG.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: -10rem;
	margin-bottom: -6.5rem;
}

.lstCheck {
	color: #FFE563;
	width: 56rem;
	position: absolute;
	bottom: 26rem;
	left: 10rem;
}

.lstCheck p {
	padding-left: 6rem;
	position: relative;
}

.lstCheck p:after {
	content: '';
	position: absolute;
	background-image: url(../img/checkIcon.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 4.3rem;
	height: 4.1rem;
	top: 0;
	left: 0;
}

.skeLbl {
	width: 20rem;
	height: 20rem;
	background-color: #EB6161;
	border-radius: 50%;
	margin: 0 auto;
	font-size: 4.8rem;
	line-height: 20rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	position: relative;
}

.ske {
	padding: 6rem 0 18rem 0;
	background-image: url(../img/skeBg.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: -12rem;
}

.skeText01 {
	width: 68.1rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}

.skeText02 {
	width: 73.9rem;
	display: block;
	margin: 0 auto;
	margin-top: 3rem;
}

.lstToUs p {
	margin: 0 auto;
	letter-spacing: -0.1rem;
	margin-bottom: 4.3rem;
	color: #EB6161;
	width: 72rem;
	border-radius: 3.2rem;
	line-height: 1.38;
	padding: 2rem 0 2rem 10rem;
	box-sizing: border-box;
	background-image: url(../img/usTextBg.webp);
	background-size: 100% 100%;
	-webkit-box-shadow: 0.4rem 0.6rem 0.5rem 0px rgba(89,102,104,0.75);
	-moz-box-shadow: 0.4rem 0.6rem 0.5rem 0px rgba(89,102,104,0.75);
	box-shadow: 0.4rem 0.6rem 0.5rem 0px rgba(89,102,104,0.75);
}

.lstToUs p:last-child {
	margin-bottom: 0;
}

.toUsTText {
	margin: 3.5rem 0 10rem 0;
}

.bigLogo {
	width: 46.6rem;
	margin: 0 auto;
	display: block;
}

.toUs {
	background-image: url(../img/usBg.webp);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 4rem 0 11.5rem 0;
}

.thinkTTBg {
	width: 66.3rem;
	height: 27rem;
	background-image: url(../img/thinkTTBg.webp);
	background-size: 100% 100%;
	margin: 0 auto;
	padding-top: 0.3rem;
}

.thinkTTBg p:nth-child(2) {
	color: #EB6161;
	margin-top: 5rem;
	margin-bottom: 0.5rem;
}

.thinkContentText {
	width: 69rem;
	display: flex;
	position: absolute;
	justify-content: space-between;
	left: 3rem;
	bottom: 5.5rem;
	flex-wrap: wrap;
}

.thinkContentText p {
	width: 49.3%;
	background: #FFF;
	height: 13rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #EB6161;
	border-radius: 6.5rem;
	margin-bottom: 4.5rem;
	flex-wrap: wrap;
	-webkit-box-shadow: 0px 0px 0.5rem 0px rgba(187,187,187,1);
	-moz-box-shadow: 0px 0px 0.5rem 0px rgba(187,187,187,1);
	box-shadow: 0px 0px 0.5rem 0px rgba(187,187,187,1);
}

.thinkContentText p span {
	display: block;
	margin-top: -5rem;
}

.thinkContentText p:first-child {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.pointLst {
	background-color: #EB6161;
	padding: 18.5rem 0 13rem 0;
	margin-top: -18rem;
}

.pointItemContent {
	background-color: #FFF;
	border-radius: 3.1rem;
	width: 69.3rem;
	margin: 0 auto;
	padding: 4rem 3rem 5.5rem 3rem;
	box-sizing: border-box;
}

.pointLbl {
	display: block;
	width: 12.5rem;
	margin: 0 auto;
	margin-bottom: 3.5rem;
}

.pointImg {
	display: block;
	margin-bottom: 1rem;
}

.pointLineArrow {
	width: 58.2rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	margin-top: 2rem;
}

.pointL {
	position: absolute;
	width: 11rem;
	left: 0;
	top: 0.5rem;
}

.pointItemContent .arrowDown {
	display: block;
	width: 2.4rem;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}

.point02Sub {
	border-radius: 3.4rem;
	background-color: #EB6161;
	padding: 2.5rem 1.8rem 4rem 1.8rem;
	box-sizing: border-box;
}

.point02Sub .point02SubTT {
	width: 56.1rem;
	margin: 0 auto;
	display: block;
}

.point02Sub.bluepsBox {
	background-color: #3DB7BF;
}

.point02Sub.bluepsBox .point02SubTT {
	width: 52.1rem;
	margin: 0 auto;
	display: block;
}

.point02SubText {
	border-radius: 2.5rem;
	margin-top: 1.5rem;
	background-color: #FFE2E3;
	padding: 2.5rem 0 1.5rem 0;
}

.point02Sub.bluepsBox .point02SubText {
	background-color: #DFFFEA;
}

.point02SubText p {
	color: #EB6161;
	padding: 0 8rem 0 12rem;
	position: relative;
}

.point02Sub.bluepsBox .point02SubText p {
	color: #3DB7BF;
	padding-right: 4rem;
}

.point02SubText span {
	color: #A2A2A2;
	display: block;
}

.point02SubText p:after {
	content: '';
	position: absolute;
	background-image: url(../img/point02Check.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 3rem;
	height: 3rem;
	top: 50%;
	left: 7rem;
	transform: translate(0,-50%);
}

.point02Sub.bluepsBox .point02SubText p:after {
	content: '';
	position: absolute;
	background-image: url(../img/point02Check02.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 3rem;
	height: 3rem;
	top: 50%;
	left: 7rem;
	transform: translate(0,-50%);
}

.point02Img01 {
	width: 56.5rem;
	display: block;
	margin: 0 auto;
}

.pointNote02 {
	width: 56.5rem;
	display: block;
	margin: 0 auto;
	margin-top: 1.5rem;
}

.point02SubLnl {
	background-color: #3DB7BF;
	font-size: 5.1rem;
	line-height: 15.3rem;
	width: 15.3rem;
	height: 15.3rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 2rem;
	margin-top: 3rem;
}

.point02SubLine {
	background-image: url(../img/point02BgLine.webp);
	background-size: 100% 100%;
	padding: 2rem 0;
	margin-bottom: 2rem;
}

.point03Slider {
	width: 46.8rem;
	margin: 0 auto;
}

.point03Slider .slick-next:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.8rem solid transparent;
  border-bottom: 1.8rem solid transparent;
  border-left: 3.2rem solid #eb6161;
  border-right: 0;
  font-size: inherit;
  opacity: 1;
}

.point03Slider .slick-prev:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.8rem solid transparent;
  border-bottom: 1.8rem solid transparent;
	border-right: 3.2rem solid #eb6161;
  border-left: 0;
  font-size: inherit;
  opacity: 1;
}

.point03Slider .slick-prev {
  left: -6.5rem;
}

.point03Slider .slick-next {
  right: -5rem;
}

.point03Slider .slick-dots {
	bottom: -3rem;
}

.point03Slider .slick-dots li button:before {
	font-size: 1rem;
}

.point03Slider .slick-dots li.slick-active button:before {
	color: #EB6161;
}

.voice {
	padding-top: 4rem;
}

.voiceTT {
	width: 62.7rem;
	margin: 0 auto;
	display: block;
	margin-bottom: 3rem;
}

.voiceItem .voiceImg {
	padding-left: 2.4rem;
}

.voiceItem:nth-child(2) .voiceImg {
	padding: 0;
}

.pointName {
	line-height: 8.2rem;
	padding: 0 3rem 0 5.5rem;
	box-sizing: border-box;
	display: inline-block;
	background-color: #EB6161;
	letter-spacing: -0.2rem;
	margin-top: -6.5rem;
}

.pointName02 {
	text-align: right;
	margin-top: -20.6rem;
	margin-bottom: 5.5rem;
}

.pointName02 p {
	line-height: 8.2rem;
	padding: 0 4rem 0 2.5rem;
	box-sizing: border-box;
	display: inline-block;
	background-color: #EB6161;
	letter-spacing: -0.2rem;
	margin-bottom: 1rem;
}

.pointText {
	width: 61rem;
	margin: 0 auto;
	margin-bottom: 4rem;
}

.voiceItem {
	padding-bottom: 12rem;
	background-image: url(../img/voice01Bg.webp);
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}

.voiceItem:nth-child(2) {
	margin-bottom: 8rem;
	margin-top: 4.5rem;
	background-image: none;
	padding-bottom: 0;
}

.voiceItem:last-child {
	padding-bottom: 17rem;
	padding-top: 5.5rem;
	background-image: url(../img/voice03Bg.webp);
	background-size: 100% 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}