@charset "utf-8";

:root{
	--BFm: "Noto Serif", serif;
	--BFg: "Noto Sans JP", sans-serif;
	--BCr: #e94738;
	--BCor: #eda000;
	--BCy: #ffdd19;
	--BCyrgb: 255,211,25;
	--BCb: #0066ad;
	--BCbrgb: 208,235,242;
}

.iwrap.icf {
	box-sizing: border-box;
	color: #333;
	position: relative;
	margin-top: -65px;
	z-index: 1;
	font-family: var(--BFg);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
}
.icf img{
	width: 100%;
}
.icf video {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.icf section{padding-bottom: 5rem;}

.icf .inner {
	width: 1000px;
	margin: 0 auto;
}

.icf h2, .icf h3{
	font-family: var(--BFm);
	text-align: center;
	font-weight: 600;
	font-size: 50px;
	letter-spacing: 1px;
}
.icf h3{
	font-size: 40px;
}
.icf h2 .tag, .icf h3 .tag{
	font-size: 0.6em;
	font-weight: 400;
}
.icf .Tred{ color: var(--BCr);}
.icf .Torange{ color: var(--BCor);}
.icf .Tblue{ color: var(--BCb);}
.iwrap .Cta h3{
	text-align: center;
}
.icf .awo{
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	bottom: 310px;
	left: 140px;
}
.icf .awo li{
	margin: -2% 2% 5%;
}
.icf .awo li img{
	width: 150px;
}
.icf .triangle {
	position: relative;
}
.icf .triangle:before {
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	position: absolute;
	background: #ccc;
	width: 5rem;
	height: 3rem;
}
.icf .tech .triangle:before {
	background: #ccc;
	top: -28rem;
	right: 0;
	left: 0;
	margin: auto;
}
.icf .tech sup {
	font-family: var(--BFg);	
}
.icf .bmline {
	position: relative;
	border-bottom: 1px solid var(--BCb);
	text-align: center;
	margin: auto;
}
.icf .rub{
	position: relative;
	display: inline-block;
}
.icf .rub::before{
	content: "・・・";
	position: absolute;
	top: -1rem;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 3rem;
	letter-spacing: 43px;
	line-height: 1;
	width: 14.5rem;
	height: 1rem;
}

.icf .anno{
	width: 1000px;
	margin: auto;
	font-size: 10px;
	line-height: 1.4;
	padding-top: 10px;
	text-align: end;
}
.icf .mv{
	background: url(/images/item/sup/cf/mv_bg.png) no-repeat;
	background-size: 1000px;
	background-position: center -150px;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.icf .mv .ttl{
	max-width: 40px;
	position: absolute;
	right: 164px;
	top: 44px;
}

.icf .mv .awo{
	flex-direction: inherit;
	position: relative;
	bottom: 0;
	right: 0;
	left: 0;
}
.icf .mv .awo li{
	margin: -2% 2% 1%;
}
.icf .mv .onepoint{
	width: 120px;
	position: absolute;
	left: 230px;
	top: 20px;
}
.icf .mv img.mv1 {
	display: block;
	margin: 6% auto;
	padding-top: 9%;
	width: 45%;
}

.icf .intro{
	background: url(/images/item/sup/cf/intro_bg.png) no-repeat 0 -10%;
	background-size: cover;
	position: relative;
	margin-top: 200px;
}
.icf .intro::before{
	content: "";
	border: 1px solid var(--BCr);
	width: 95%;
	height: calc(97% - 3rem);
	display:block;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
	top: 3rem;
}
.icf .intro h2,.icf .intro h3{
	font-size: 30px;
}
.icf .intro h2{
	position: relative;
	z-index: 2;
}
.icf .intro h2 img{
	width: 500px;
	margin: auto;
	margin-bottom: 4rem;
	display: block;
}
.icf .intro .box{
	position:	relative;
	display: flex;
	padding-top: 2rem;
}
.icf .intro .box::before{
	content: "";
}
.intro .box img {
	width: 500px;
}

.icf .over{
	background: url(/images/item/sup/cf/over_bg.png) no-repeat 0 0, #97d9e8;
	background-size: 100%;
	padding-top: 5rem;
	padding-bottom: 10%;
}
.icf .over img{
	margin: auto;
	display: block;
	max-width: 900px;
}
.icf .over .tagline{
	margin: 2rem auto;
	display: block;
}
.icf .over .tagline img {
	max-width: 350px;
}
.icf .over h2{
	margin: 3rem auto;
	font-size: 35px;
}
.icf .meal{
	background: #fffbe5;
	padding: 0 5% 10%;
}
.icf .meal h2{
	top: 1vw;
	left: 0;
	right: 0;
	margin: -6rem auto;
	padding: 0 0 50px;
	background: #97d9e8;
	border-radius: 0 0 50% 50%;
	font-size: 60px;
	letter-spacing: 5px;
}
.icf .meal h2::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: -3rem;
	left: 0;
	margin: auto;
	display: block;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	width: 4rem;
	height: 4rem;
	background: #97d9e8;
}
.icf .meal h3{
	font-size: 50px;
	padding-top: 15rem;
}
.icf .meal .box dl{
	background: url(/images/item/sup/cf/meal_bg.png) repeat 0 0;
	box-shadow: 4px 4px 7px #e0dabb;
	padding: 50px 30px 30px;
}
.icf .meal .box dl:last-child::after {
	content: '';
	background: url(/images/item/sup/cf/sum.svg) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	bottom: -190px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 150px;
	height: 150px;
}
.icf dl.pore {
	margin-top: 5rem;
}
.icf .meal dt.poab {
	left: 0;
	top: -6rem;
	right: 0;
	margin: 5rem auto 0;
	padding: 1% 2%;
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	width: 10rem;
	border-radius: 10px;
	line-height: 1;
	background: var(--BCb);
}
/* .icf .meal dd{
	margin-bottom: 10rem;
} */
.icf .meal dd p{
	width: 80%;
}
.icf .meal dl:last-of-type dd{
	margin-bottom: 0;
}
.icf .meal ul {
	margin: 1rem 2rem;
	width: 70%;
	font-size: 1.3em;
}
.icf .meal dd li{
	display: flex;
	align-items: center;
	line-height: 2;
}
.icf .meal ul dd {
	display: flex;
	align-items: center;
}
.icf .meal dd .name {
	flex-shrink: 0;
	margin-right: 5px;
}
.icf .meal dd .dots {
	flex-grow: 1;
	position: relative;
	overflow: hidden;
}
.icf .meal dd .dots::before {
	content: "・・・・・・・・・・・・・・・・・・・";
	display: inline-block;
	white-space: nowrap;
	color: #666;
	font-size: .9em;
	font-weight: 200;
	width: 100%;
	letter-spacing: 2px;
}
.icf .meal ul li .amount {
	flex-shrink: 0;
	padding-left: 15px;
	font-size: 1.5em;
	font-weight: 500;
}
.icf .meal .over_sum img {
	width: 65%;
}
.icf .meal .over_sum img.deco {
	width: 23%;
	transform: rotate(-10deg);
	margin-right: 2%;
}
.icf .meal .over_sum{
padding-left: 2%;
color: var(--BCr);
font-size: 15vw;
font-weight: 600;
width: 500px;
margin: 0 auto;
}
.icf .meal h4 {
	margin: 5rem auto 1rem;
	width: 600px;
}
.icf .meal .illust {
	display: block;
	margin: 0 auto;
	max-width: 500px;
}
.icf .meal .note {
	position: absolute;
	bottom: -2vw;
	right: 0;
}
.icf .meal .anno {
	width: 400px;
	text-align: left;
}
.icf .meal .why {
	font-size: 1.2em;
}

.icf .risk{
	padding-top: 10rem;
	padding-bottom: 10rem;
	background-image: 
    url(/images/item/sup/cf/risk_bg_doctor.png),url(/images/item/sup/cf/risk_bg1.jpg);
	background-repeat: no-repeat, no-repeat;
	background-size: 70%, 100% 100%;
	background-position: top right, center;
}
.icf .risk h2 {
	filter: drop-shadow(0px 0px 4px #fff);
	font-size: 60px;
}
.icf .risk .boxBg{
	position: relative;
	background: url(/images/item/sup/cf/risk_bg2.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 1100px;
	margin: 2rem auto 5rem;
}
.icf .risk .boxBg::before,.icf .risk .boxBg::after{
	display: block;
	background-size: 100% auto;
	position: absolute;
	width: 100%;
	height: 5rem;
}
.icf .risk .box{
	margin: auto;
	padding: 150px 0 70px;
	font-size: 1.2em;
	text-align: center;
}
.icf .risk .box img {
	width: 70%;
}
.icf .risk .box .msg{
	margin-bottom: 0;
	padding-bottom: 3rem;
	font-size: .8em;
	font-weight: 300;

}
.icf .risk .box div h3{
	margin: 1rem auto;
	font-family: var(--BFg);
	font-weight: 500;
	font-size: 25px;
	border-radius: 10px;
	width: 65%;
}
.icf .risk .box div:first-of-type h3{
	background: #ccc;
}
.icf .risk .box div:nth-of-type(2) h3{
	background: rgba(var(--BCyrgb),.5);
}
.icf .risk .box .fle {
	align-items: flex-start;
	width: 900px;
}
.icf .risk .lead {
	text-align: center;
	font-size: 40px;
	font-family: var(--BFm);
	font-weight: 600;
}

.icf .cta{
	padding-bottom: 0;
}
.icf .cta h2 {
	font-size: 4rem;
	margin-top: 4rem;
}
.icf .cta h2 img, .icf #Buy h3 img {
	display: block;
	width: 70%;
	margin: 0 auto;
}
.icf .cta1 .pore h3 {
	font-size: 3vw;
	line-height: 1.6;
}
.icf .cta1 .pore h3 img {
	width: 25%;
	margin-right: 1rem;
}
.icf .cta img.itemimg, #Buy img.itemimg{
	display: block;
	width: 85%;
	margin: 0 auto;
}

.icf .component {
	margin-bottom: 5rem;
	padding: 10rem 0;
	background: #faf7f1;
	clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
	font-size: 1.3em;
}
.icf .component h2{
	padding-bottom: 1rem;
	font-size: 50px;
}

.icf .tech {
	margin: 5rem auto 15rem;
}
.icf .tech .box {
	margin: 5rem auto;
	padding: 4rem 1rem;
}
.icf .tech .box1 {
	background: rgba(var(--BCyrgb),.2);
	margin-bottom: 0;
}
.icf .tech .box2 {
	background: rgba(var(--BCbrgb),.8);
	margin: 0 auto 10rem;
}
.icf .tech .box h3 {
	margin: auto;
	color: #fff;
	font-family: var(--BFg);
	font-weight: 500;
	letter-spacing: 2px;
	border-radius: 50px;
	width: 10rem;
}
.icf .tech .box1 h3 {
	background: var(--BCor);
}
.icf .tech .box1 p {
	margin-bottom: 150px;
}
.icf .tech .box2 h3 {
	background: var(--BCb);
}
.icf .tech .box2 img.tech2 {
	width: 500px;
}
.icf .tech .box h4 {
	font-size: 2.5vw;
	font-weight: 500;
	text-align: center;
	margin-bottom: 4vw;
}
.icf .tech .box h4 .marker{
	background: linear-gradient(transparent 60%, #fff 0%);
	display: inline;
}
.icf .tech .box h4.Tblue {
	margin: -6vw auto 0;
}
.icf .tech .box img {
	display: block;
	margin: 0 auto;
	width: 800px;
}
.icf .tech h5 {
	text-align: center;
	font-size: 2vw;
	font-weight: 500;
	margin: 5rem auto 1rem;
}
.icf .tech .box3 h2 {
	font-size: 8vw;
	line-height: 1.2;
}
.icf .tech .box4 h2{
	line-height: 1.5;
}

.icf .cta2 .awo {
	bottom: 100px;
}
.icf .thoughts .txt1{
	width: 700px;
	margin: 15px auto;
	font-size: 25px;
}

.icf .point{
	padding-top: 10rem;
	padding-bottom: 15rem;
	background: #faf7f1;
	clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
	font-size: 1.3em;
}
.icf .point h2 {
	font-family: var(--BFg);
	font-weight: 500;
	font-size: 50px;
	line-height: 1.3;
}
.icf .point li:first-child {
	margin-top: 5rem;
}
.icf .point li {
	margin-top: 12rem;
}
.icf .point h3 {
	margin-bottom: 1rem;
	font-family: var(--BFg);
	font-weight: 500;
}
.icf .point li:nth-of-type(2) img {
	width: 25%;
	margin: .5rem 2rem;
}
.icf .point .msg {
	width: 800px;
	margin: 0 auto;
}

.icf .qa {
	padding-top: 5rem;
	background: url(/images/item/sup/cf/qa_bg1.png), url(/images/item/sup/cf/qa_bg2.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: top center, top;
	background-size: 1000px 462px,5px 462px;
	margin-top: -4rem;
	width: 100%;
	font-size: 1.4em;
}
.icf .qa h2 {
	text-align: left;
	font-size: 40px;
	padding-left: 2rem;
	font-family: var(--BFg);
	font-weight: 500;
	padding-top: 10rem;
	padding-bottom: 3rem;
}
.icf dt.acoA {
	padding: 1rem 4rem 1rem 1rem;
	border-top: 1px solid rgba(var(--BCbrgb),.5);
	display: flex;
	align-items: baseline;
}
.icf dd.acoB{
padding-left: 1rem;
padding-bottom: 2rem;
}
.icf .qa span.num {
	font-size: 2em;
	padding-right: 0.5rem;
}
.cirarrD:after {
	color: var(--BCb);
}

.iwrap #Buy h3 {
	font-family: var(--BFm);
	font-size: 4rem;
	letter-spacing: 1px;
	line-height: 1.8;
}
.iwrap #Buy .name{
	font-size: 2vw;
	font-weight: 600;
	text-align: center;
}
#Buy .pore p {
	line-height: 1.8;
}
#Buy .awo {
	bottom: 180px;
	left: 140px;
}

.icf .buyTiS h3{
	font-family: var(--Fsm);
}
.icf .buyTiS .txt{
	font-family: var(--Fsm);
	font-size: 24px;
}
.ispec .brB{
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #999;
}
.ispec h3 span{
	font-family: var(--Fyg);
	font-size: .7em;
}
.ispec .compo{
	margin: 0 0 15px 5px;
	width: 453px;
	display: inline-block;
}
.compo dl{
	padding: 0;
	width: 100%;
}
.compo dt:last-of-type,.compo dd:last-of-type{
	border-bottom: none;
}
.compo dt{
	padding-left: 13px;
	font-size: 13px;
	width: 107px;
	border-right: 1px solid #ccc;
}
.compo dd{
	padding: 10px;
	text-align: right;
	width: 90px;
	border-right: 1px dashed #ccc;
}
.compo dd:nth-of-type(3n){
	border-right: none;
}
.compo dt:first-of-type,.compo dd:first-of-type,.compo dd:nth-of-type(2),.compo dd:nth-of-type(3){
	border-bottom: 1px solid #ccc;
}
.compo dd:first-of-type,.compo dd:nth-of-type(2),.compo dd:nth-of-type(3){
	text-align: center;
	font-weight: bold;
	background: #ddd;
}

.iGab .btn a{
	position: relative;
	padding: 10px 5px;
	color: #fff;
	font-size: 34px;
	line-height: 1;
	text-decoration: none;
	background: var(--Blue);
	box-shadow: 8px 8px 0 rgba(0,0,0,0.2);
}
.iGab .btn a::after{
	content: '';
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: url(/images/item/common/icon_buy.svg) no-repeat 0 0;
	background-size: 100% 100%;
}

.iwrap .ctapri{
	letter-spacing: 0;
}
.iwrap .ctapri .Tred{
	color: var(--ReD);
}

.iwrap .buyTiS h2{
	line-height: 1.2;
	width: 600px;
}
.iwrap #Buy h3{
	line-height: 1.5;
}
.iwrap .buyReg .ctapri2{
	width: 960px;
}
.iwrap .buyReg .ctapri2 li {
	height: 295px;
	padding: 0 10px 30px;
}
.iwrap .buyReg .ctapri2 dt {
	font-size: 22px;
	letter-spacing: 0;
}
.iwrap .buyReg img {
	width: 150px;
}
.iwrap .buyReg .ctapri2 dt img {
	margin-bottom: 5px;
}
.iwrap .buyReg dd.wariSo{
	color: var(--ReD);
}
.iwrap .buyReg dd.wariSo,.iwrap .buyReg dd.tuuSo {
	margin: 5px auto 20px;
	font-size: 14px;
	width: 150px;
}
.iwrap #Buy .btnGreeN{
	margin-top: 0;
	min-width: 200px;
}
.compo2 dl {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	background: #fff;
}
.compo2 dt {
	padding: 5px 10px;
	background: #e1e1e1;
	margin: 0;
}

.acce img {
	width: 180px;
}