@charset "utf-8";
:root{
	--yellow: #ffe100;
	--Ryellow: #fff9db;
	--blue: #00499f;
	--Rblue: #e6f4fd;
}
.iLuDha{
	font-family: var(--Fyg);
	min-width: 1000px;
	overflow: hidden;
}
.iLuDha h2 {
	text-align: center;
	font-size: 45px;
	margin: 20px 0;
	letter-spacing: .05em;
}
.iLuDha h3{
	position: relative;
	display: block;
	margin: 20px auto 80px;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
}
.iLuDha h3.stripB .BlK,.iLuDha h3.stripY span{
	position: relative;
	display: inline-block;
	padding: 0 10px;
}
.iLuDha h3.stripB .BlK:after,.iLuDha h3.stripY span:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 10px;
}
.iLuDha h3.stripB .BlK:after{
	background: -webkit-repeating-linear-gradient(-45deg, rgba(27,166,252,.7),  2px, rgba(255,255,255,0) 2px, rgba(255,255,255,0) 4px);
	background: repeating-linear-gradient(-45deg, rgba(27,166,252,.7), rgba(27,166,252,.7) 2px, rgba(255,255,255,0) 2px, rgba(255,255,255,0) 5px);
}
.iLuDha h3.stripY span:after{
	background: -webkit-repeating-linear-gradient(-45deg, rgba(255,212,2,.9),  2px, rgba(255,255,255,0) 2px, rgba(255,255,255,0) 4px);
	background: repeating-linear-gradient(-45deg, rgba(255,212,2,.9), rgba(255,212,2,.9) 2px, rgba(255,255,255,0) 2px, rgba(255,255,255,0) 5px);
}

.iLuDha .num{
	font-family: sans-serif;
	font-weight: 300;
	font-size: 1.1em;
}
.iLuDha mark{
	padding: 0 3px 2px;
	font-weight: bold;
}
.iLuDha .pl60{
	padding-left: 60px;
}
.att{
	letter-spacing: .1em;
	display: block;
}
.BgBlue,.BgYellow{
	position: relative;
	padding-bottom: 100px;
}
.BgBlue{
	background: var(--Rblue);
}
.BgYellow{
	background: var(--Ryellow);
}
.BgBlue:after,.BgYellow:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -100px;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100px;
	display: inline-block;
	z-index: 9;
}
.BgBlue:after{
	background: url(/images/item/lu/ludha/bgblue.png) no-repeat;
	background-size: contain;
}
.BgYellow:after{
	background: url(/images/item/lu/ludha/bgyellow.png) no-repeat;
	background-size: contain;
}
.bbB {
	border-bottom: 5px double var(--blue);
	display: inline-block;
	line-height: 1.2;
}
.pt100{
	padding-top: 100px;
}
.ml-60{
	margin-left: -60px;
}
.mt-150{
	margin-top: -100px;
	padding-top: 200px;
}
.zi-1{
	position: relative;
	z-index: -1;
}
.BallonBlue,.BallonYellow{
	position: relative;
	margin: -10px auto 0;
	padding: 10px;
	width: 520px;
	font-size: 25px;
	font-weight: bold;
}
.BallonBlue{
	color: #fff;
	background: var(--blue);
	border-radius: 50px;
	text-align: center;
	letter-spacing: 3px;
}
.BallonYellow{
	background: var(--yellow);
	padding: 10px 10px 5px;
}
.BallonBlue:before,.BallonYellow:before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
}
.BallonBlue:before{
	bottom: -30px;
	border-top: 15px solid var(--blue);
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
}
.BallonYellow:before{
	bottom: -50px;
	border-top: 25px solid var(--yellow);
	border-right: 270px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 270px solid transparent;
}
.bdrrBlue {
	right: 0;
	bottom: 3px;
	left: 0;
	margin: auto;
	padding: 5px 10px;
	width: 550px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 2px;
	border: 2px solid var(--blue);
	border-radius: 50px;
	background: #fff;
}
.iwrap .Cta .logo {
	display: block;
}
.iwrap .Cta h3 {
	font-size: 39px;
	letter-spacing: -.01em;
	font-weight: normal;
}
.iwrap .Cta h3 span {
	letter-spacing: -0.01em;
}
.iwrap .coupon {
	margin: 10px auto;
	width: 570px;
}
.iwrap .coupon .num {
	top: 66px;
	right: 11px;
	left: auto;
	font-size: 34px;
	font-weight: bold!important;
}

.fv .fvimg{
	margin: 0 -500px;
}
.fv h2 {
	top: 60px;
	left: 0;
	right: 0;
}
.fv .medal {
	flex-direction: column;
	/* bottom: 496px; */
	bottom: 650px;
	left: 120px;
}
.fv .att.poab {
	/* bottom: 457px; */
	bottom: 475px;
	right: 0;
}

.recoche{
	margin: 120px auto 160px;
	padding: 30px 80px 40px;
	width: 750px;
	background: url(/images/item/lu/ludha/dhabg1.svg) no-repeat center center;
	background-size: 101% auto;
	border-radius: 10px;
	border: 3px solid var(--blue);
}
.recoche .BallonBlue{
	top: -50px;
}
.recoche .fle {
	flex-wrap: wrap;
}
.recoche li {
	margin: 0 -30px 0 20px;
	width: 50%;
	font-size: 25px;
}
.recoche li:nth-of-type(3) {
	margin-top: 30px;
	margin-bottom: 30px;
}
.recoche input{
	margin-top: -7px;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.recoche .msg{
	margin-top: 30px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}
.recoche .dhaimg1_1{
	right: 7px;
	bottom: 0;
	width: 170px;
	height: auto;
}
.recoche .dhaimg1_2{
	top: 90px;
	right: -60px;
	width: 160px;
	height: auto;
}
.dha{
	margin-top: 80px;
	padding: 100px 0 50px;
}
.dha ul{
	margin: 0 auto 40px;
	width: 660px;
	height: auto;
}
.dha li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	background: url(/images/item/lu/ludha/dhabg2.svg) no-repeat center center;
	background-size: 100% auto;
}

.lack{
}
.lack .BallonYellow{
	top: -80px;
	margin-bottom: 80px;
	z-index: 9;
}
.lack dl:last-of-type{
	margin-top: 140px;
}
.lack dt {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.lack dd {
	margin: 30px auto 0;
	font-size: 20px;
	width: 670px;
}
.lack h4{
	position: relative;
	padding: 8px 0 10px;
	margin: 0 auto 40px;
	background: #eb613b;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 90%;
}
.lack h4:before{
	content: "";
	position: absolute;
	right: 0;
	bottom: -40px;
	left: 0;
	margin: auto;
	width: 0;;
	height: 0;
	letter-spacing: 1px;
	border-top: 25px solid #eb613b;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
}
.lack .fle dl{
	width: 420px;
}
.lack .fle div{
	width: 450px;
}
.lack .tag {
  top: 54px;
  left: 110px;
  transform: rotate(-9deg);
  color: #fff;
  font-size: 30px;
		text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.lackImg2_2 {
	right: 180px;
	bottom: 173px;
	width: 240px;
	height: auto;
}
.nutri .tag{
	margin-bottom: 20px;
	padding-left: 5px;
	font-size: 34px;
	letter-spacing: 5px;
}
.nutri .tag:before{
	content: url(/images/item/lu/ludha/nutripoi.svg);
	margin: auto;
	padding-left: 5px;
	width: 160px;
	height: 50px;
	display: block;
}
.nutri h3{
	margin-bottom: 80px;
	line-height: 1.3;
	font-size: 50px;
}
.nutri .att.poab {
	right: 90px;
	bottom: 30px;
	z-index: 2;
}
.nutri .bbB .Fs14 {
	display: inline-block;
	margin-top: 2px;
	vertical-align: top;
}
.nutri .box11 .txt p {
	border-radius: 50%;
	border: 5px dotted var(--blue);
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 22px;
	top: 10px;
	left: 195px;
	background: rgba(255,255,255,.5);
	line-height: 1.6;
}
.nutriimg1 {
	z-index: 2;
	position: relative;
	padding-left: 110px;
}
.nutri .box11 .medal {
	flex-direction: column;
	right: 110px;
	bottom: 102px;
	z-index: 1;
}
.nutri .box12 .txt p {
	border-radius: 50%;
	border: 5px dotted var(--blue);
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 22px;
	top: 20px;
	right: 60px;
	background: rgba(255,255,255,.5);
	line-height: 1.6;
}
.nutri .box12 .medalImg {
	top: 30px;
	left: 200px;
}
.nutri .box1 li{
	margin-bottom: 120px;
}
.nutri .box1 li div{
	width: 400px;
	height: 400px;
	text-align: center;
	border: 5px solid #fff;
	border-radius: 50%;
}
.nutri .box1 li:nth-of-type(even){
	flex-direction: row-reverse;
}
.nutri .box1 li:nth-of-type(1) .four{
	background: #e9ebf6 url(/images/item/lu/ludha/nutri1bg.svg) no-repeat 35% 60%;
	background-size: 80% auto;
}
.nutri .box1 li:nth-of-type(2) .four{
	background: #fdefe9 url(/images/item/lu/ludha/nutri2bg.svg) no-repeat center 80%;
	background-size: 60% auto;
}
.nutri .box1 li:nth-of-type(3) .four{
	background: #f1f3bd url(/images/item/lu/ludha/nutri3bg.svg) no-repeat center 60%;
	background-size: 80% auto;
}
.nutri .box1 li:nth-of-type(4) .four{
	background: #fff5b9 url(/images/item/lu/ludha/nutri4bg.svg) no-repeat center 65%;
	background-size: 70% auto;
}
.nutri .box1 li .four h4{
	position: relative;
	margin: 70px auto 40px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	width: 70%;
	letter-spacing: 3px;
	border-radius: 50px;
}
.nutri .box1 li:nth-of-type(1) .four h4{
	background: #00499f;
}
.nutri .box1 li:nth-of-type(2) .four h4{
	background: #ed5a61;
}
.nutri .box1 li:nth-of-type(3) .four h4{
	background: #4ab134;
}
.nutri .box1 li:nth-of-type(4) .four h4{
	background: #ee7500;
}
.nutri .box1 li .four h4 img{
	position: absolute;
	margin: auto;
	top: 0;
	left: -90px;
	bottom: 0;
}
.nutri .box1 li .four h5{
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2;
}
.nutri .box1 li:nth-of-type(1) .four h5{
	color: #00499f;
}
.nutri .box1 li:nth-of-type(2) .four h5{
	color: #ed5a61;
}
.nutri .box1 li:nth-of-type(3) .four h5{
	color: #4ab134;
}
.nutri .box1 li:nth-of-type(4) .four h5{
	color: #ee7500;
}
.nutri .box1 li .four p{
	font-size: 18px;
}
.nutri .commi{
	margin: auto;
	margin-top: 180px;
	padding: 30px 30px 0 30px;
	width: 700px;
	background: #fff;
	drop-shadow: 7px 7px 0 rgba(0,0,0,.1);
}
.nutri .commi h3.BallonBlue{
	margin-top: -80px;
	margin-bottom: 40px;
	padding: 10px 0 10px 53px;
	font-size: 20px;
	width: 450px;
}
.nutri .commi dl{
	flex-wrap: wrap;
	justify-content: space-around;	
}
.nutri .commi dt, .nutri .commi dd {
	margin-bottom: 40px;
	padding: 5px 0 6px;
	font-size: 20px;
}
.nutri .commi dt{
	position: relative;
	background: #ffe100;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	width: 25%;
	border-radius: 50px;
}
.nutri .commi dt:before{
	content: "";
	background: #ffe100;
}
.nutri .commi dd{
	width: 72%;
	font-size: 24px;
}
.commiimg1 {
  top: 0;
	bottom: 0;
	left: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 3px;
  width: 80px;
  height: 80px;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 50%;
  overflow: hidden;
}
.nutri .commiimg2{
	right: 0;
	bottom: 0;
	width: 200px;
	height: auto;
}

.voiBg{
	padding-bottom: 120px;
	overflow: hidden;
	background-color: #fffbeb;
	background-image: repeating-linear-gradient(-45deg,#fff, #fff 15px,transparent 0, transparent 30px);
}
.voi{
	margin: 0 auto 120px;
	padding-top: 50px;
	width: 800px;
}
.voi h3:before,.voi h3:after{
  display: inline-block;
  width: 30px;
  height: 0;
	vertical-align: text-top;
}
.voi h3:before{
  content: url(/images/item/lu/ludha/voilef.svg);
  padding-right: 17px;
}
.voi h3:after{
  content: url(/images/item/lu/ludha/voirgt.svg);
  padding-left: 11px;
}
.voi ul{
}
.voi li{
	position: relative;
	justify-content: space-around;
	align-items: flex-end;
	margin-bottom: 100px;
}
.voi li:nth-of-type(even){
	flex-direction: row-reverse;
}
.voi li:last-of-type{
	margin-bottom: 80px;
}
.voi .star{
	margin-left: 39px;
	font-size: 40px;
	color: var(--yellow);
	letter-spacing: 4px;
	filter: drop-shadow(1px 1px 0 rgb(229, 198, 0));
}
.voi .cmt{
	position: relative;
	padding: 10px 40px;
	width: 440px;
	font-size: 21px;
	letter-spacing: 1px;
	border: 3px solid var(--blue);
	border-radius: 70px;
	background: #fff;
}
.voi li:nth-of-type(odd) .cmt:before,.voi li:nth-of-type(even) .cmt:before,.voi li:nth-of-type(odd) .cmt:after,.voi li:nth-of-type(even) .cmt:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid transparent;
}
.voi li:nth-of-type(odd) .cmt:before{
	border-left: 20px solid var(--blue);
	right: -49px;
}
.voi li:nth-of-type(odd) .cmt:after{
	border-left: 20px solid #fff;
	right: -43px;
}
.voi li:nth-of-type(even) .cmt:before{
	border-right: 20px solid var(--blue);
	left: -41px;
}
.voi li:nth-of-type(even) .cmt:after{
	border-right: 20px solid #fff;
	left: -35px;
}
.voi .name{
	position: absolute;
	right: 160px;
	bottom: -20px;
	padding: 2px 10px;
	width: 200px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	transform: rotate(-8deg);
	background: var(--blue);
	border-radius: 5px;
}
.voi li:nth-of-type(1) .name{
}
.voi li:nth-of-type(2) .name{
	right: 10px;
}
.voi li:nth-of-type(3) .name{
}
.voi .voi1img,.voi .voi2img{
	margin: auto;
	width: 300px;
	height: auto;
	z-index: 0;
	filter: drop-shadow(3px 3px 5px rgba(0,0,0,.2));
	transform: rotate(25deg);
}
.voi .voi1img{
	top: -520px;
	bottom: 0;
	left: -410px;
	transform: rotate(25deg);
}
.voi .voi2img{
	bottom: -230px;
	right: -410px;
	transform: rotate(-25deg);
}
.voi1icon, .voi2icon, .voi3icon{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
}
.voi1icon img, .voi2icon img, .voi3icon img{
	width: 90%;
	height: 90%;

}
.acti{
	padding-bottom: 100px;
	padding-top: 140px;
}
.acti .fle .fle{
	flex-direction: column;
}
.acti .msg{
	margin: 25px auto 0;
	font-size: 20px;
	width: 80%;
	line-height: 2;
}
.acti .acti1img{
	top: -40px;
}
.acti .acti2img{
	bottom: 10px;
	right: 75px;
	padding: 10px;
	background: #fff;
}

.iwrap .qaBg{
  padding-bottom: 100px;
  background: url(/images/item/lu/ludha/qabg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.iwrap .qa{
	padding: 20px 0;
}
.aarw{
	border-bottom: 1px solid rgba(var(--blue),1);
}
.aarw .acoA:after{
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}
.aarw .acoA.active:after{
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.iwrap .aarw dt.acoA:before {
	background: rgba(0,73,159,.4);
}
.aarw .acoA.active span,.aarw .acoA.active p{
	color: #fff;
}
.iwrap .qa .aarw dd span.num{
	font-size: 25px;
	margin-top: -3px;
}
.iwrap .qa .aarw dd span.Tred{
	margin: auto;
	vertical-align: baseline;
}
.iwrap .aarw dd.acoB {
	background: rgba(255,255,255,.7);
	border-left: 30px solid rgba(0,73,159,.1);
}

.iwrap .buyTiS h2{
	font-size: 34px;
	width: 500px;
}
.iwrap .buyTiS h3{
	margin-bottom: 0;
	padding-bottom: 10px;
	font-family: var(--Fyg),var(--Fip);
	letter-spacing: 2px;
	font-size: 37px;
	font-weight: normal;
}
.buyTiS .medal {
	flex-direction: column;
	bottom: 120px;
	left: 120px;
}
.buyTiS .att.poab {
	bottom: 70px;
	right: 10px;
}
#Buy .buyTiS .itemNa{
	margin-top: 30px;
}
.iwrap .buyReg3 .wariSo{
	top: 54px;
	bottom: auto;
}
.iwrap .buyReg3 .oneTu dt {
	display: block;
}
.iwrap .buyReg3 ul dl.oneTu{
	margin-left: 80px;
}
.iwrap .buyReg3 .tuuSo{
	right: 35px;
	bottom: 28px;
}

.ispec .compo{
	width: 100%;
}
.compo dt {
  width: 120px;
}
.compo dd {
  width: 70px;
  text-align: right;
}
.compo .mlAuto{
	margin-left: auto;
}

.iwrap .qa .aarw p{
	width: 86%;
}