@charset "utf-8";
/* CSS Document */

body {
  background-image: url("/images/kenkoukan/top/bg.gif");
}

footer {
  background-color: #fff;
}

.wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.wrap::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 190px;
  position: absolute;
  top: -35px;
  z-index: -1;
}

.campagin-bnr {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 40px auto;
  text-align: center;
}

.campagin-bnr img {
  width: 100%;
  border: 1px solid #dedaba !important;
  box-sizing: border-box;
}

@media (max-width: 750px) {
  .wrap::after {
    height: 170px;
  }
}

.pankuzu {
  width: 96%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.wrap section {
  color: #555555;
  width: 100%;
  max-width: 1630px;
  margin: 0 auto;
}

.wrap section h2,
.wrap section h3,
.wrap section p {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #555555;
}

.wrap .products ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  border: none;
}

.mv {
  margin-right: 10px;
}
.mv {
  width: 447px;
}

.hero {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  display: -ms-flex;
  -ms-flex-flow: wrap;
  -ms-justify-content: center;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  -webkit-justify-content: center;
  position: relative;
}
.hero .bnr-mov {
  position: absolute;
  right: 5px;
  top: -80px;
  width: 325px;
}
.hero .bnr-mov img {
  width: 100%;
}
.hero .bnr-mov img {
  width: 100%;
  animation: key1 0.5s ease infinite alternate;
}
@keyframes key1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.hero .title {
  width: calc(100% - 457px);
  max-width: 950px;
}
.hero .title h2 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 122px;
  margin-bottom: 8px;
}

.hero .title img {
  display: block;
}

.hero .title img.logo {
  width: 460px;
  margin-bottom: 80px;
}

.hero .title img.pro-img {
  width: 100%;
  max-width: 601px;
}

@media (max-width: 1060px) {
  .hero {
    display: block;
    text-align: center;
  }
  .mv {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .hero .title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .hero .title img.logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .hero .title img.pro-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .title h2 {
    margin-top: 20px;
  }
}

@media (max-width: 750px) {
  .hero .title img.logo {
    margin-bottom: 25px;
  }
  .hero .title h2 {
    font-size: 14px;
  }
  .hero .title img.pro-img {
    width: 100%;
  }
  .hero .bnr-mov {
    width: 200px;
  }
}
@media (max-width: 500px) {
  .hero .bnr-mov {
    top: 340px;
  }
}

@media (max-width: 414px) {
  .hero .bnr-mov {
    top: 270px;
  }
}

@media (max-width: 375px) {
  .hero .bnr-mov {
    top: 235px;
  }
}

@media (max-width: 320px) {
  .hero .bnr-mov {
    top: 180px;
  }
}

section.products {
  margin-top: 130px;
  margin-bottom: 70px;
}

.products ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  display: -ms-flex;
  -ms-flex-flow: wrap;
  -ms-justify-content: center;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  -webkit-justify-content: center;
  margin: 0 auto;
  margin-bottom: 35px;
  max-width: 1380px;
}

.products ul li {
  width: 224px;
  height: 388px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.16);
  padding: 15px 10px 10px 10px;
  box-sizing: border-box;
  position: relative;
  margin: 0 5px 5px;
}
.products ul li:nth-child(1) {
  width: 438px;
}
.products ul li:nth-child(5),
.products ul li:nth-child(6),
.products ul li:nth-child(7) {
  margin-top: 140px;
  /*width: 340px;*/
  height: 404px;
}
.inner-clmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: calc(100% - 44px);
}
.inner-clmn > div {
  width: 49%;
  position: relative;
}
@media (max-width: 1656px) {
  .wrap section {
    width: 96%;
  }
  .products ul {
    justify-content: center;
  }
  .products ul li {
    height: 354px;
  }
  .products ul li {
    margin: 0 0.333%;
    margin-bottom: 150px;
  }
  .products ul li:last-child {
    margin-bottom: 0;
  }
  .products ul li:nth-child(1) {
    width: 49%;
  }
  .products ul li:nth-child(2),
  .products ul li:nth-child(3),
  .products ul li:nth-child(4),
  .products ul li:nth-child(5),
  .products ul li:nth-child(6),
  .products ul li:nth-child(7) {
    margin-top: 0;
    margin-bottom: 0;
    width: 24%;
    height: 364px;
  }
}

.products ul li a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 10;
}
.products ul li.life-stage-clmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products ul li.life-stage-clmn a {
  width: 49%;
  height: calc(100% - 38px);
}
.products ul li a::after {
  content: "";
  background-image: url("/images/kenkoukan/top/ico-allow@2x.png");
  width: 20px;
  height: 21px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.products ul li .category {
  width: 100%;
  color: #fff;
  font-size: 14px;
  border-radius: 13px;
  height: 26px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
@media (min-width: 751px) and (max-width: 1000px) {
  .products ul li .category {
    font-size: 12px;
  }
}
.products ul li:nth-child(2) .category {
  margin-bottom: 18px;
}
.products ul li:nth-child(1) .category {
  background: #00683a;
}

.products ul li:nth-child(2) .category {
  background: #e60012;
}

.products ul li:nth-child(3) .category {
  background: #0075c1;
}

.products ul li:nth-child(4) .category {
  background: #f08200;
}

.products ul li:nth-child(5) .category {
  background: #58c3e0;
}

.products ul li:nth-child(6) .category {
  background: #a66aaa;
}

.products ul li:nth-child(7) .category {
  background: #1d5d8e;
}

.products ul li h3 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  line-height: 95%;
}
/*.products ul li h3.lifestage-h3{
	line-height: 1.2;
}*/
.products ul li h3.lifestage-h3 {
  padding-top: 24px;
}
.products ul li h3.lifestage-h3 br {
  display: none;
}
@media (max-width: 1420px) {
  .products ul li h3.lifestage-h3 {
    padding-top: 0;
    line-height: 1.2;
  }
  .products ul li h3.lifestage-h3 br {
    display: block;
  }
}
.products ul li h3 span {
  display: block;
  color: inherit;
  font-size: 14px;
  margin-bottom: 0px;
}

.products ul li:nth-child(1) h3 {
  color: #00683a;
}

.products ul li:nth-child(2) h3 {
  color: #e60012;
}

.products ul li:nth-child(3) h3 {
  color: #0075c1;
}

.products ul li:nth-child(4) h3 {
  color: #f08200;
}

.products ul li:nth-child(5) h3 {
  color: #58c3e0;
}

.products ul li:nth-child(6) h3 {
  color: #a66aaa;
}

.products ul li:nth-child(7) h3 {
  color: #1d5d8e;
}

.products ul li p {
  color: #555555;
  font-size: 14px;
  line-height: 160%;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
}

.products ul li:nth-child(1):before {
  content: "";
  background-image: url("/images/kenkoukan/top/product-ico-01@2x.png");
  width: 162px;
  height: 114px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -100px;
  left: calc(50% - 81px);
  z-index: 1;
}

.products ul li a.life-stage-a:before {
  content: "";
  background-image: url("/images/kenkoukan/top/product-img-01_v02@2x.png");
  width: 88px;
  height: 112px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 44px);
  z-index: 1;
}

.products ul li a.kitten-a:before {
  content: "";
  background-image: url("/images/kenkoukan/top/product-img-01-01@2x.png");
  width: 58px;
  height: 99px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 44px);
  z-index: 1;
}

.products ul > li:nth-child(2):before {
  content: "";
  background-image: url("/images/kenkoukan/top/product-ico-02_new@2x.png");
  width: 114px;
  height: 138px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -131px;
  left: calc(50% - 57px);
  z-index: 1;
}

.products ul li a.senior-a:before {
  content: "";
  background-image: url("/images/kenkoukan/top/product-img-02_v02@2x.png");
  width: 119px;
  height: 119px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 60px);
  z-index: 1;
}

.products ul li a.kidney-a:before {
  content: "";
  background-image: url(/images/kenkoukan/top/product-img-02-02_v01@2x.png);
  width: 119px;
  height: 119px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 60px);
  z-index: 1;
}
/*
.products ul li:nth-child(2) .inner-clmn div:nth-child(1):after {
	content:"";
	background-image:url("/images/kenkoukan/top/product-img-02@2x.jpg");
	width:119px;
	height:119px;
	background-size:cover;
	display:block;
	position:absolute;
	bottom:10px;
	left:calc(50% - 60px);
	z-index:1;
}
.products ul li:nth-child(2) .inner-clmn div:nth-child(2):after {
	content:"";
	background-image:url("/images/kenkoukan/top/product-img-02-02@2x.png");
	width:119px;
	height:119px;
	background-size:cover;
	display:block;
	position:absolute;
	bottom:10px;
	left:calc(50% - 60px);
	z-index:1;
}
*/
.products ul li:nth-child(3):before {
  content: "";
  background-image: url("/images/kenkoukan/top/product-ico-03@2x.png");
  width: 152px;
  height: 122px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -109px;
  left: calc(50% - 76px);
  z-index: 1;
}

.products ul li:nth-child(3):after {
  content: "";
  background-image: url("/images/kenkoukan/top/product-img-03_v01@2x.jpg");
  width: 125px;
  height: 125px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 63px);
  z-index: 1;
}

.products ul li:nth-child(4):before {
  content: "";
  background-image: url("/images/kenkoukan/top/product-ico-04@2x.png");
  width: 118px;
  height: 112px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -99px;
  left: calc(50% - 59px);
  z-index: 1;
}

.products ul li:nth-child(4):after {
  content: "";
  background-image: url("/images/kenkoukan/top/product-img-04_v01@2x.jpg");
  width: 127px;
  height: 127px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 64px);
  z-index: 1;
}

.products ul li:nth-child(5):before {
  content: "";
  background-image: url("/images/kenkoukan/top/product-ico-05@2x.png");
  width: 144px;
  height: 124px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -116px;
  left: calc(50% - 72px);
  z-index: 1;
}

.products ul li:nth-child(5):after {
  content: "";
  background-image: url("/images/kenkoukan/top/product-img-05_v02@2x.jpg");
  width: 72px;
  height: 123px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 36px);
  z-index: 1;
}

.products ul li:nth-child(6):before {
  content: "";
  background-image: url("/images/kenkoukan/top/product-ico-06@2x.png");
  width: 122px;
  height: 127px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -116px;
  left: calc(50% - 61px);
  z-index: 1;
}

.products ul li:nth-child(6):after {
  content: "";
  background-image: url("/images/kenkoukan/top/product-img-06_v03@2x.png");
  width: 76px;
  height: 123px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 38px);
  z-index: 1;
}

.products ul li:nth-child(7):before {
  content: "";
  background-image: url("/images/kenkoukan/top/product-ico-07@2x.png");
  width: 95px;
  height: 58px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -47px;
  left: calc(50% - 47px);
  z-index: 1;
}

.products ul li:nth-child(7):after {
  content: "";
  background-image: url("/images/kenkoukan/top/product-img-07@2x.jpg");
  width: 71px;
  height: 121px;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 35px);
  z-index: 1;
}

@media (max-width: 1468px) {
  .products ul li {
    /*height: 410px;*/
  }
}
@media (max-width: 1070px) {
  .products ul li {
    height: 400px;
  }
  .products ul li:nth-child(2),
  .products ul li:nth-child(3),
  .products ul li:nth-child(4),
  .products ul li:nth-child(5),
  .products ul li:nth-child(6),
  .products ul li:nth-child(7) {
    height: 400px;
  }
}

@media (max-width: 750px) {
  .products ul {
    justify-content: center;
    margin-bottom: 0px;
  }

  .products ul li:nth-child(1),
  .products ul li:nth-child(2),
  .products ul li:nth-child(3),
  .products ul li:nth-child(4),
  .products ul li:nth-child(5),
  .products ul li:nth-child(6),
  .products ul li:nth-child(7) {
    width: 100%;
    margin: 0% 0% 10px 0%;
    height: auto;
  }
}

@media (max-width: 750px) {
  section.products {
    margin-top: 35px;
    margin-bottom: 10px;
  }

  .products ul li:nth-child(1):before,
  .products ul li:nth-child(2):before,
  .products ul li:nth-child(3):before,
  .products ul li:nth-child(4):before,
  .products ul li:nth-child(5):before,
  .products ul li:nth-child(6):before,
  .products ul li:nth-child(7):before {
    display: none;
  }

  .products ul li:nth-child(1):after,
  .products ul li:nth-child(2) .inner-clmn div:nth-child(1):after,
  .products ul li:nth-child(2) .inner-clmn div:nth-child(2):after,
  .products ul li:nth-child(3):after,
  .products ul li:nth-child(4):after,
  .products ul li:nth-child(5):after,
  .products ul li:nth-child(6):after,
  .products ul li:nth-child(7):after {
    display: none;
  }
  .products ul li a.senior-a,
  .products ul li a.kidney-a {
    padding-bottom: 140px;
    box-sizing: border-box;
  }

  .products ul li a.kitten-a,
  .products ul li a.life-stage-a {
    padding-bottom: 130px;
    box-sizing: border-box;
  }
  .products ul li a.senior-a:before {
    content: "";
    background-image: url("/images/kenkoukan/top/product-img-02_v02@2x.png");
    width: 119px;
    height: 119px;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    z-index: 1;
  }
  .products ul li a.kidney-a:before {
    content: "";
    background-image: url("/images/kenkoukan/top/product-img-02-02@2x.png");
    width: 119px;
    height: 119px;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    z-index: 1;
  }
  .products ul li a.life-stage-a:before {
    content: "";
    background-image: url("/images/kenkoukan/top/product-img-01_v02@2x.png");
    width: 88px;
    height: 112px;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    z-index: 1;
  }
  .products ul li a.kitten-a:before {
    content: "";
    background-image: url("/images/kenkoukan/top/product-img-01-01@2x.png");
    width: 58px;
    height: 99px;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    z-index: 1;
  }
  .products ul li:nth-child(2) .inner-clmn {
    height: auto;
  }
  .products ul li:nth-child(2) .inner-clmn div {
    display: flex;
    flex-direction: column;
  }
  /*
.products ul li:nth-child(2) .inner-clmn div:nth-child(1):after {
	content:"";
	background-image:url("/images/kenkoukan/top/product-img-02@2x.jpg");
	width:119px;
	height:119px;
	background-size:cover;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	z-index:1;
	position: static;
}
.products ul li:nth-child(2) .inner-clmn div:nth-child(2):after {
	content:"";
	background-image:url("/images/kenkoukan/top/product-img-02-02@2x.png");
	width:119px;
	height:119px;
	background-size:cover;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	z-index:1;
	position: static;
}
*/
  .products ul li:nth-child(3) p.txt:after {
    content: "";
    background-image: url("/images/kenkoukan/top/product-img-03@2x.jpg");
    width: 125px;
    height: 125px;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    z-index: 1;
  }
  .products ul li:nth-child(4) p.txt:after {
    content: "";
    background-image: url("/images/kenkoukan/top/product-img-04@2x.jpg");
    width: 127px;
    height: 127px;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    z-index: 1;
  }
  .products ul li:nth-child(5) p.txt:after {
    content: "";
    background-image: url("/images/kenkoukan/top/product-img-05_v02@2x.jpg");
    width: 72px;
    height: 123px;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    z-index: 1;
  }
  .products ul li:nth-child(6) p.txt:after {
    content: "";
    background-image: url("/images/kenkoukan/top/product-img-06_v02@2x.png");
    width: 76px;
    height: 123px;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    z-index: 1;
  }
  .products ul li:nth-child(7) p.txt:after {
    content: "";
    background-image: url("/images/kenkoukan/top/product-img-07@2x.jpg");
    width: 71px;
    height: 121px;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    z-index: 1;
  }
}

a.leaf {
  width: 100%;
  border-radius: 47px;
  background: #ffffef;
  border: 1px solid #e5e5c3;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.16);
  display: block;
}

a.leaf .inner-contents {
  width: 96%;
  height: 94px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

a.leaf .inner-contents {
  width: 96%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

a.leaf .inner-contents .title {
  position: absolute;
  left: 0px;
  top: 13px;
}

a.leaf .inner-contents .image {
  position: absolute;
  right: 0px;
  top: -4px;
}

a.leaf .inner-contents .title {
  width: 90%;
  max-width: 544px;
}

a.leaf .inner-contents .image {
  width: 90%;
  max-width: 392px;
}

@media (max-width: 1055px) {
  a.leaf .inner-contents {
    height: auto;
    padding: 15px 0;
  }

  a.leaf .inner-contents {
    text-align: center;
  }

  a.leaf .inner-contents .title {
    position: static;
  }

  a.leaf .inner-contents .image {
    position: static;
  }
}

@media (max-width: 750px) {
  a.leaf {
    border-radius: 15px;
    margin-bottom: 70px;
  }

  a.leaf .inner-contents img {
    margin-left: auto;
    margin-right: auto;
  }
}

section.information {
  margin-bottom: 70px;
}

.information h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 90%;
  position: relative;
}

.information h2 span {
  display: block;
  font-size: 16px;
  color: inherit;
  font-weight: bold;
}

.information h2::after {
  content: "";
  width: 200px;
  height: 27px;
  border-radius: 10px;
  background: #ffcbc4;
  display: block;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 100px);
  z-index: -1;
}

.information ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  display: -ms-flex;
  -ms-flex-flow: wrap;
  -ms-justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-flow: wrap;
  -webkit-justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.information ul li {
  width: 32.5%;
}
.information ul li img {
  width: 100%;
}

@media (max-width: 750px) {
  .information ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .information ul li:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 781px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 780px) {
  .pc {
    display: none !important;
  }
}
