@charset "shift_jis";

@media screen and (min-width: 1030px) {
body {
	min-width: 1028px;
}
#contentsWrap {
	overflow: hidden;
	background: #fff;
}
.spOnly {
	display: none!important;
}
header {
	background: #e4fff7;
}

/* mv
---------------------------------------------*/
.mv {
	background: url(/brand/eyebon/digitalcare/img/mv_bg_pc.jpg) no-repeat center top;
}
.mv .inner {
	height: 610px;
	position: relative;
}
.mv__ttl {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}
.mv__lead {
	position: absolute;
	bottom: 10px;
	left: 0;
}
.mv__pkg {
	position: absolute;
	bottom: -15px;
	right: -110px;
}

/* shop
---------------------------------------------*/
.shop {
	width: 100%;
	background-image: linear-gradient( 20deg, rgb(46,90,183) 0%, rgb(42,189,178) 100%);
}
.shop dl {
	padding: 20px;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	justify-content: center;
}
.shop dl dt a {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	pointer-events: none;
}
.shop dl dd ul {
	display: flex;
	margin-left: 40px;
}
.shop dl dd ul li {
	width: 220px;
}
.shop dl dd ul li + li {
	margin-left: 20px;
}
.shop dl dd ul li img {
	width: 100%;
}

/* anchor
---------------------------------------------*/
.anchor {
	border-top: solid 2px #d1d1d1;
	border-bottom: solid 2px #d1d1d1;
	background: #fafffd;
}
.anchor ul {
	display: flex;
	justify-content: center;
	border-left: solid 2px #d1d1d1;
	border-right: solid 2px #d1d1d1;
}
.anchor ul li {
	width: 25%;
	/* width: 50%; */
}
.anchor ul li:nth-child(1) {
	width: 50%;
}
.anchor ul li a {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	background: url(/brand/eyebon/digitalcare/img/arrow.svg) no-repeat center right 30px / 18px;
}
.anchor ul li + li {
	border-left: solid 2px #d1d1d1;
}

/* .about
---------------------------------------------*/
.about {
  background-image: linear-gradient( 90deg, rgb(236,237,234) 0%, rgb(245,245,245) 0%, rgb(201,201,201) 100%);
	text-align: center;
	padding: 70px 0 0;
	position: relative;
}
.about::before {
	content: "";
	width: 100%;
	height: 678px;
	background: url(/brand/eyebon/digitalcare/img/about_bg_pc.png) no-repeat center top -150px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	pointer-events: none;
	mix-blend-mode: multiply;
}
.about .inner {
	position: relative;
	z-index: 1;
}
.about__lead {
	margin-top: 20px;
	font-size: 20px;
	line-height: 2.2;
	font-weight: bold;
}
.about__lead span {
	color: #099d45;
	padding-bottom: 3px;
	border-bottom: dotted 3px;
}
.about__lead b {
	font-weight: bold;
}
.about__graph {
	margin-top: 30px;
}
.about__lead--02 {
	margin-top: 60px;
	font-size: 30px;
}
.about-case {
	padding: 120px 0 0;
	margin-top: 60px;
	background: url(/brand/eyebon/digitalcare/img/about-case_bg_pc.png) no-repeat center top;
	height: 902px;
	box-sizing: border-box;
}
.about-case__ttl {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5;
	color: #099d45;
}
.about-case__list {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.about-case__list li {
	background: #fff;
	width: 330px;
	padding-top: 60px;
	box-shadow: 6.364px 6.364px 12px 0px rgba(142, 173, 158, 0.42);
}
.about-case__list li dl dt {
	font-size: 24px;
	font-weight: bold;
	color: #099d45;
	line-height: 1.4;
	position: relative;
}
.about-case__list li dl dt::before {
	content: "";
	width: 100%;
	height: 28px;
	background: url(/brand/eyebon/digitalcare/img/about-case01_pc.png) no-repeat center;
	position: absolute;
	top: -40px;
	left: 0;
}
.about-case__list li dl dd {
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
	display: inline-block;
}
.about-case__list li dl dd b {
	font-weight: bold;
}
.about-case__list li figure {
	margin-top: 20px;
}
.about-case__list li:nth-child(2) dl dt::before {
	background-image: url(/brand/eyebon/digitalcare/img/about-case02_pc.png);
}
.about-case__list li:nth-child(3) dl dt::before {
	background-image: url(/brand/eyebon/digitalcare/img/about-case03_pc.png);
}
.about-case__list li:nth-child(3) figure {
	margin-top: 70px;
}

/* .product
---------------------------------------------*/
.product {
	background: url(/brand/eyebon/digitalcare/img/product_bg_pc.png) no-repeat center top;
	text-align: center;
	padding-top: 60px;
	overflow: hidden;
}
.product__feature {
	margin-top: 20px;
}
.product__wrap {
	background: #dff8f0;
	margin-top: 80px;
	padding: 40px 0 90px;
	position: relative;
}
.product__wrap::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 230px 0 0 1000px;
	border-color: transparent transparent transparent #dff8f0;
	position: absolute;
	top: -229px;
	left: calc(50% - 1000px);
	pointer-events: none;
}
.product__wrap::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 230px 1000px;
	border-color: transparent transparent #dff8f0 transparent;
	position: absolute;
	top: -229px;
	right: calc(50% - 1000px);
	pointer-events: none;
}
.product__list {
	width: 700px;
	margin: 0 auto;
}
.product__list > li {
	box-shadow: 6.364px 6.364px 12px 0px rgba(142, 173, 158, 0.42);
	background: #fff;
	padding: 30px 40px;
	position: relative;
}
.product__list > li + li {
	margin-top: 30px;
}
.product__list > li dl dt {
	padding-top: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #099d45;
	position: relative;
}
.product__list > li dl dt span {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 5px;
	border-bottom: dotted 3px #f4e52a;
}
.product__list > li dl dt::before {
	content: "";
	width: 100%;
	height: 28px;
	background: url(/brand/eyebon/digitalcare/img/product_list01_pc.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
}
.product__list > li dl dd {
	margin-top: 15px;
}
.product__list > li dl dd p {
	font-size: 16px;
	line-height: 1.6;
}
.product__list > li dl dd.box {
	display: flex;
	justify-content: space-between;
}
.product__list > li dl dd.box p {
	width: 310px;
	text-align: left;
}
.product__list > li:nth-child(1) .balloon {
	width: 150px;
	position: absolute;
	top: -15px;
	left: -15px;
}
.product__list > li:nth-child(1) .balloon img {
	width: 100%;
}
.product__list > li:nth-child(2) dl dt::before {
	background-image: url(/brand/eyebon/digitalcare/img/product_list02_pc.png);
}
.product__list > li dl.other {
	margin-top: 20px;
}
.product__list > li dl.other dt {
	padding-top: 0;
}
.product__list > li dl.other dt::before {
	display: none;
}
.product__list > li dl.other dd {
	width: 400px;
	margin: 5px auto 0;
	text-align: left;
}
.product__list > li dl.other dd ul li {
	display: flex;
}
.product__list > li dl.other dd ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #099d45;
	border-radius: 4px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
}
.product__list > li dl.other dd ul li p {
	font-size: 14px;
	color: #099d45;
}
.product__list > li dl.other dd ul li p span {
	font-size: 11px;
	display: block;
	margin-top: 5px;
}

/* ad
---------------------------------------------*/
.ad {
	padding: 70px 0;
	text-align: center;
}
.ad__ttl {
	font-size: 40px;
	font-weight: bold;
	color: #099d45;
}
#movie_container {
	margin-top: 40px;
}
.ad .c-movie ul li + li {
	display: none;
}
.ad__link {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.ad__link p {
	margin: 0 10px;
}
.ad__bnr {
	margin-top: 80px;
}
}



@media screen and (max-width: 1029px) {

#contentsWrap {
	overflow: hidden;
	background: #fff;
}
.pcOnly {
	display: none!important;
}

section {
	padding: 0;
}

/* mv
---------------------------------------------*/
.mv {
	background: url(/brand/eyebon/digitalcare/img/mv_bg_sp.jpg) no-repeat center top / 100%;
	height: 109.3vw;
	padding-top: 5.5%;
	box-sizing: border-box;
	position: relative;
}
.mv__lead {
	margin-top: 25.5%;
}
.mv__pkg {
	position: absolute;
	bottom: -2%;
	left: 0;
}

/* shop
---------------------------------------------*/
.shop {
	width: 100%;
	background-image: linear-gradient( 20deg, rgb(46,90,183) 0%, rgb(42,189,178) 100%);
}
.shop dl {
	padding: 15px 40px;
}
.shop dl dt {
	font-size: 1.5rem;
	font-weight: bold;
	background: url(/brand/eyebon/digitalcare/img/ico_plus_sp.png) no-repeat center right 10px / 15px #fff;
	text-align: center;
}
.shop dl dt a {
	width: 100%;
	padding: 10px 0;
	display: block;
}
.shop dl dd {
	display: none!important;
}

/* anchor
---------------------------------------------*/
.anchor {
	border-bottom: solid 2px #d1d1d1;
	background: #fafffd;
}
.anchor ul li {
	border-top: solid 2px #d1d1d1;
	width: 100%;
}
.anchor ul li a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	background: url(/brand/eyebon/digitalcare/img/arrow.svg) no-repeat center right 20px / 10px;
}

/* .about
---------------------------------------------*/
.about {
  background: #d0d0d0;
	text-align: center;
	padding: 40px 0 0;
	position: relative;
}
.about::before {
	content: "";
	width: 100%;
	height: 100vw;
	background: url(/brand/eyebon/digitalcare/img/about_bg_sp.png) no-repeat center top / 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
.about .inner {
	position: relative;
	z-index: 2;
}
.about__lead {
	margin-top: 25px;
	font-size: 1.5rem;
	line-height: 2.2;
	font-weight: bold;
}
.about__lead span {
	color: #099d45;
	padding-bottom: 3px;
	border-bottom: dotted 3px;
}
.about__lead b {
	font-weight: bold;
}
.about__graph {
	margin-top: 30px;
	padding: 0 5%;
}
.about__lead--02 {
	margin-top: 40px;
	font-size: 2rem;
	line-height: 1.8;
}
.about-case {
	padding: 40px 0 40px;
	margin-top: 35px;
	background: #f4fef9;
	box-sizing: border-box;
	position: relative;
}
.about-case::before {
	content: "";
	width: 100%;
	height: 100vw;
	background: url(/brand/eyebon/digitalcare/img/about-case_bg_sp.png) no-repeat center bottom / 100%;
	position: absolute;
	top: -99vw;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
.about-case__ttl {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #099d45;
}
.about-case__list {
	margin-top: 40px;
	box-sizing: border-box;
	padding: 0 5%;
}
.about-case__list li {
	background: #fff;
	width: 100%;
	padding: 50px 5% 5%;
	box-shadow: 6.364px 6.364px 12px 0px rgba(142, 173, 158, 0.42);
	box-sizing: border-box;
}
.about-case__list li + li {
	margin-top: 30px;
}
.about-case__list li dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #099d45;
	line-height: 1.4;
	position: relative;
}
.about-case__list li dl dt::before {
	content: "";
	width: 100%;
	height: 23px;
	background: url(/brand/eyebon/digitalcare/img/about-case01_sp.png) no-repeat center / contain;
	position: absolute;
	top: -28px;
	left: 0;
}
.about-case__list li dl dd {
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 10px;
}
.about-case__list li dl dd b {
	font-weight: bold;
}
.about-case__list li figure {
	margin-top: 20px;
}
.about-case__list li:nth-child(2) dl dt::before {
	background-image: url(/brand/eyebon/digitalcare/img/about-case02_sp.png);
}
.about-case__list li:nth-child(3) dl dt::before {
	background-image: url(/brand/eyebon/digitalcare/img/about-case03_sp.png);
}

/* .product
---------------------------------------------*/
.product {
	background: url(/brand/eyebon/digitalcare/img/product_bg_sp.png) no-repeat center top / 100%;
	text-align: center;
	padding-top: 40px;
	overflow: hidden;
}
.product__feature {
	margin-top: 10px;
}
.product__wrap {
	background: #dff8f0;
	margin-top: 80px;
	padding: 30px 5% 40px;
	position: relative;
	box-sizing: border-box;
}
.product__wrap::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 230px 0 0 1000px;
	border-color: transparent transparent transparent #dff8f0;
	position: absolute;
	top: -229px;
	left: calc(50% - 1000px);
	pointer-events: none;
}
.product__wrap::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 230px 1000px;
	border-color: transparent transparent #dff8f0 transparent;
	position: absolute;
	top: -229px;
	right: calc(50% - 1000px);
	pointer-events: none;
}
.product__list {
	margin: 0 auto;
}
.product__list > li {
	box-shadow: 6.364px 6.364px 12px 0px rgba(142, 173, 158, 0.42);
	background: #fff;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}
.product__list > li + li {
	margin-top: 25px;
}
.product__list > li dl dt {
	padding-top: 35px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #099d45;
	position: relative;
	line-height: 1.5;
}
.product__list > li dl dt span {
	display: inline-block;
	font-size: 1.4rem;
	margin-bottom: 5px;
	border-bottom: dotted 3px #f4e52a;
}
.product__list > li dl dt::before {
	content: "";
	width: 100%;
	height: 28px;
	background: url(/brand/eyebon/digitalcare/img/product_list01_sp.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
}
.product__list > li dl dd {
	margin-top: 15px;
	text-align: left;
}
.product__list > li dl dd p {
	font-size: 1.4rem;
	line-height: 1.6;
}
.product__list > li dl dd.box p {
	margin-top: 10px;
	width: 310px;
	text-align: left;
}
.product__list > li:nth-child(1) .balloon {
	width: 22%;
	position: absolute;
	top: 4%;
	left: 2%;
}
.product__list > li:nth-child(2) dl dt::before {
	background-image: url(/brand/eyebon/digitalcare/img/product_list02_sp.png);
}
.product__list > li dl.other {
	margin-top: 20px;
}
.product__list > li dl.other dt {
	padding-top: 0;
}
.product__list > li dl.other dt::before {
	display: none;
}
.product__list > li dl.other dd {
	margin: 5px auto 0;
	text-align: left;
}
.product__list > li dl.other dd ul li {
	display: flex;
}
.product__list > li dl.other dd ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #099d45;
	border-radius: 4px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
}
.product__list > li dl.other dd ul li p {
	font-size: 1.3rem;
	color: #099d45;
}
.product__list > li dl.other dd ul li p span {
	font-size: 1rem;
	display: block;
	margin-top: 5px;
	text-indent: -1em;
	padding-left: 1em;
}

/* ad
---------------------------------------------*/
.ad {
	text-align: center;
	padding: 30px 5%;
	box-sizing: border-box;
}
.ad__ttl {
	font-size: 2.6rem;
	font-weight: bold;
	color: #099d45;
}
#movie_container {
	margin-top: 10px;
}
.ad .c-movie ul li + li {
	display: none;
}
.ad__link {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.ad__link p {
	width: 49%;
}
.ad__bnr {
	margin-top: 20px;
}
}