@charset "UTF-8";
body {
  background-color: #FBF8F1;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
#headerWrap {
  position: relative;
  z-index: 1;
}
.cmnNav {
  background: #fff;
}
.rps_del {
  display: inline-block;
}
.rps_visible {
  display: none;
}
.main {
  margin-top: 120px;
  padding-bottom: 60px;
  color: #5D5D5D;
  font-size: 16px;
  line-height: 1.3;
}
.main * {
  box-sizing: border-box;
}
.main section {
  width: 1020px;
  margin: auto;
  text-align: center;
}
.main a {
  color: #5D5D5D;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .main a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
.main img {
  width: 100%;
}
.main .img {
  margin: 0 auto;
}
#header {
  width: 100%;
  padding-top: 20px;
  background: #FCE8E1;
  position: relative;
}
#header .header_inner {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}
#header .header_inner p {
  position: absolute;
  width: 500px;
  top: 165px;
  left: 0;
  right: 0;
  margin: auto;
}
#header::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 27px;
  background: #FAF6DF url("/babyfood/products/nikoniko/over01asset/imgs/h1_bottom_pc.png") repeat-x;
  background-size: contain;
}
#movie {
  width: 100%;
  padding: 5rem 0 6rem;
  background: #FAF6DF;
}
#movie h2 {
  width: 490px;
  margin: 0 auto;
  font-size: 24px;
  color: #65B021;
  font-weight: bold;
  position: relative;
}
#movie h2::before, #movie h2::after {
  content: "";
  display: block;
  width: 490px;
  height: 7px;
}
#movie h2::before {
  background: url("/babyfood/products/nikoniko/over01asset/imgs/line_top.png") no-repeat;
  background-size: cover;
}
#movie h2::after {
  background: url("/babyfood/products/nikoniko/over01asset/imgs/lint_btm.png") no-repeat;
  background-size: cover;
}
#movie h2 span {
  display: block;
  padding: 20px 0;
}
/*---
animation
-----*/
.animation {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.animation.img01 {
  width: 67px;
  height: 78px;
  left: 10px;
}
.animation.img02 {
  width: 69px;
  height: 91px;
  right: 10px;
}
.animation .p01 {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  animation-name: ani1;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1, end);
}
.animation .p02 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  animation-name: ani2;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(1, end);
}
@keyframes ani1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*---
animation
-----*/
#movie .movie_area {
  width: 564px;
  margin: 2rem auto 0;
  position: relative;
}
#movie .movie_area div {
  position: relative;
  width: 564px;
  height: 317px;
}
#movie .movie_area div iframe {
  top: 0;
  left: 0;
}
.nav_anchor {
  width: 1020px;
  margin: 5rem auto 0;
}
.nav_anchor ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav_anchor ul li {
  width: 500px;
}
.nav_anchor ul li a {
  width: 500px;
  height: 106px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background: rgba(248, 156, 64, 1);
  border: 7px solid #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .1);
  position: relative;
}
.nav_anchor ul li a span {
  font-size: 18px;
}
.nav_anchor ul li a::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 12px;
  right: 44px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/babyfood/products/nikoniko/over01asset/imgs/icon_arrow.svg") no-repeat;
  background-size: contain;
}
.nav_anchor ul li a:hover {
  background: rgba(231, 105, 64, 1);
}
@media only screen and (min-width: 768px) {
  .nav_anchor ul li a:hover::after {
    animation: link_allow 0.6s;
    animation-timing-function: ease-in-out;
  }
}
@keyframes link_allow {
  0% {
    transform: translateY(0em);
  }
  60% {
    transform: translateY(0.3em);
  }
  100% {
    transform: translateY(0em);
  }
}
h2.ribbon {
  width: 1020px;
  height: 124px;
  margin: 10rem auto 0;
  padding-top: 18px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  background: url("/babyfood/products/nikoniko/over01asset/imgs/h2_ribbon_pc.png") no-repeat;
  background-size: contain;
}
#point .point {
  margin-top: 3rem;
  padding: 1rem 0 4rem;
  border-radius: 20px;
}
#point .point.point01 {
  background: #FCE8E1;
}
#point .point.point02 {
  margin-top: 8rem;
  background: #FCEECD;
}
#point .point.point03 {
  margin-top: 8rem;
  background: #F0F6D9;
}
#point h3 {
  width: 510px;
  height: 81px;
  margin: -3.5rem auto 0;
  padding-top: 21px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
#point .point01 h3 {
  background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_ttl01_pc.png") no-repeat;
  background-size: contain;
}
#point .point02 h3 {
  background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_ttl02_pc.png") no-repeat;
  background-size: contain;
}
#point .point03 h3 {
  background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_ttl03_pc.png") no-repeat;
  background-size: contain;
}
#point h3 span {
  position: absolute;
  display: block;
  width: 63px;
  top: -18px;
  left: -26px;
}
#point .point01_01 {
  width: 840px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
}
#point .point01_01 .item {
  width: 284px;
}
#point .point01_01 .set {
  width: 507px;
  display: flex;
  justify-content: space-between;
}
#point .point01_01 .set div {
  width: 247px;
}
#point .point01_01 .set div .txt {
  margin-top: 25px;
}
#point .lead {
  margin-top: 1rem;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
#point .point01 .lead {
  color: #E3365A;
}
#point .point02 .lead {
  color: #F77B00;
}
#point .point03 .lead {
  color: #72A718;
}
#point p.note {
  margin-top: 1rem;
  font-size: 18px;
  font-weight: bold;
}
#point .point01_02 {
  width: 475px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#point .point01_02 li {
  width: 213px;
  height: 219px;
  padding-top: 45px;
  font-size: 22px;
  letter-spacing: -0.02em;
  font-weight: bold;
  color: #fff;
}
#point .point01_02 li:nth-child(1) {
  background: url("/babyfood/products/nikoniko/over01asset/imgs/point01_img03.png") no-repeat;
  background-size: contain;
}
#point .point01_02 li:nth-child(2) {
  background: url("/babyfood/products/nikoniko/over01asset/imgs/point01_img04.png") no-repeat;
  background-size: contain;
}
#point .point01_02::before, #point .point01_02::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#point .point01_02::before {
  width: 183px;
  height: 258px;
  left: -233px;
  background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_point01_01.png") no-repeat;
  background-size: contain;
}
#point .point01_02::after {
  width: 124px;
  height: 228px;
  right: -192px;
  background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_point01_02.png") no-repeat;
  background-size: contain;
}
#point .point01_03 {
  width: 842px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
}
#point .point01_03 li:nth-child(1) {
  width: 436px;
}
#point .point01_03 li:nth-child(2) {
  width: 357px;
}
#point .point01_04 {
  width: 420px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
}
#point .point01_04 li {
  width: 122px;
}
#point .point01_04 li span {
  display: block;
  width: 58px;
  margin: 1rem auto 0;
}
#point .point02_01 {
  width: 630px;
  margin: 3rem auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#point .point02_01 p {
  width: 290px;
  position: relative;
}
#point .point02_01 p:last-child {
  width: 315px;
}
#point .point02_01 p span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
}
#point .point02_01 div {
  position: absolute;
  width: 90px;
  top: -10px;
  left: -54px;
  right: 0;
  margin: auto;
  z-index: 10;
}
#point .point02_01::before, #point .point02_01::after {
  content: "";
  position: absolute;
}
#point .point02_01::before {
  width: 203px;
  height: 549px;
  top: -10px;
  left: -147px;
  background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_point02_01_pc.png") no-repeat;
  background-size: contain;
}
#point .point02_01::after {
  width: 202px;
  height: 557px;
  top: -43px;
  right: -157px;
  background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_point02_02_pc.png") no-repeat;
  background-size: contain;
}
#point .point02 .ttl {
  width: 420px;
  height: 36px;
  margin: 3rem auto 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #F77B00;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#point .point02_02 {
  width: 410px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#point .point02_02 li {
  width: 184px;
  height: 184px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #491F1B;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#point .point03_01 {
  width: 650px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#point .point03_01::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 539px;
  top: 0;
  left: -140px;
  background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_point03_01.png") no-repeat;
  background-size: contain;
}
#point .point03_01::after {
  content: "";
  position: absolute;
  width: 122px;
  height: 424px;
  top: 150px;
  right: -150px;
  background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_point03_02.png") no-repeat;
  background-size: contain;
}
#point .point03_01 .img {
  width: 250px;
}
#point .point03_01 .point03_01_inner {
  width: 330px;
}
#point .point03_01 .point03_01_inner .txt {
  padding: 0 0.8rem;
  text-align: left;
}
#point .point03_01 .point03_01_inner .add {
  width: 330px;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
#point .point03_01 .point03_01_inner .add li {
  width: 155px;
}
#point .point03_02 {
  width: 650px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
}
#point .point03_02 .img {
  width: 250px;
  position: relative;
}
#point .point03_02 .img span {
  position: absolute;
  display: block;
  top: 165px;
  left: 0;
  right: 0;
  margin: auto;
  color: #DC000C;
  font-weight: bold;
}
#point .point03_02 .note {
  width: 330px;
  text-align: left;
}
#point .point03_02 .note .ttl, #point .point03_02 .note ol {
  font-weight: bold;
}
#point .point03_02 .note ol, #point .point03_02 .note ul {
  margin-top: 10px;
}
#point .point03_02 .note ol li {
  display: flex;
}
#point .point03_02 .note ol li span {
  margin-right: 0.3em;
  color: #72A718;
}
#point .point03_02 .note ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#point .point03_02 .note ul li::before {
  content: "※";
  margin-right: 0.3em;
}
#lineup .lead {
  margin-top: -1rem;
  font-size: 27px;
  font-weight: bold;
}
#lineup .lead_sub {
  width: 560px;
  margin: 2rem auto 0;
  color: #65B021;
  line-height: 1.8;
}
#lineup .lead_sub::before, #lineup .lead_sub::after {
  content: "";
  display: block;
  width: 490px;
  height: 7px;
  margin: auto;
}
#lineup .lead_sub::before {
  background: url("/babyfood/products/nikoniko/over01asset/imgs/line_top.png") no-repeat;
  background-size: cover;
}
#lineup .lead_sub::after {
  background: url("/babyfood/products/nikoniko/over01asset/imgs/lint_btm.png") no-repeat;
  background-size: cover;
}
#lineup .lead_sub p {
  padding: 10px 0;
}
#lineup .note_area {
  width: 620px;
  margin: 2rem auto 0;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #804B47;
  background: #FAF0D7;
  text-align: left;
}
#lineup .note_area p {
  display: flex;
  align-items: center;
}
#lineup .note_area p .mark {
  width: 46px;
  margin-right: 5px;
  display: flex;
}
#lineup .note_area .star {
  margin-top: 10px;
}
#lineup .note_area .star .mark img {
  display: block;
  width: 25px;
  margin: auto;
}
#lineup .note_area .note {
  margin-top: 5px;
  padding-left: 4em;
  font-size: 12px;
}
#lineup .note_area .note li {
  text-indent: -1em;
  padding-left: 1em;
}
#lineup .note_area .note li::before {
  content: "※";
}
#lineup h3 {
  width: 1020px;
  height: 58px;
  margin: 2rem auto 0;
  padding-top: 12px;
  padding-left: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
#lineup .month07 h3 {
  margin-top: 5rem;
  background: url("/babyfood/products/nikoniko/over01asset/imgs/m7_tit_pc.png") no-repeat;
  background-size: contain;
}
#lineup .month09 h3 {
  background: url("/babyfood/products/nikoniko/over01asset/imgs/m9_tit_pc.png") no-repeat;
  background-size: contain;
}
#lineup .month12 h3 {
  background: url("/babyfood/products/nikoniko/over01asset/imgs/m12_tit_pc.png") no-repeat;
  background-size: contain;
}
#lineup .lineup_contents {
  width: 1000px;
  margin: 5rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#lineup .lineup_contents li {
  width: 330px;
  margin-bottom: 7rem;
  position: relative;
}
#lineup .lineup_contents .item {
  width: 200px;
  margin: 0 auto;
  position: relative;
}
#lineup .lineup_contents .item p img {
  width: 200px;
  height: 210px;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
  #lineup .lineup_contents .item a:hover {
    opacity: 0.6;
  }
}
#lineup .lineup_contents .mark_ingredient {
  display: flex;
  align-items: center;
  position: absolute;
  top: -40px;
}
#lineup .lineup_contents .mark_ingredient li {
  margin-right: 15px;
}
#lineup .lineup_contents .mark_ingredient .star {
  width: 25px;
}
#lineup .lineup_contents .mark_ingredient .iron {
  width: 50px;
}
#lineup .lineup_contents .menu {
  margin-top: 1.5rem;
  padding-left: 30px;
  text-align: left;
}
/*accordion*/
.accordion_area {
  width: 330px;
  margin: 2rem auto 0;
}
.accordion_area .accordion_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  width: 280px;
  height: 48px;
  margin: 0 auto -20px;
  color: #fff;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion_area .accordion_header::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/babyfood/products/nikoniko/over01asset/imgs/icon_arrow_down.svg") no-repeat;
  background-size: contain;
}
.accordion_area .accordion_header.open::after {
  background: url("/babyfood/products/nikoniko/over01asset/imgs/icon_arrow_up.svg") no-repeat;
  background-size: contain;
}
.accordion_area .accordion_header span {
  position: absolute;
  display: block;
  width: 65px;
  left: 10px;
  bottom: 0;
}
.accordion_area .accordion_header.open span {
  display: none;
}
.accordion_area .accordion_inner {
  display: none;
  width: 330px;
  background: #fff;
  border-radius: 20px;
}
#lineup .lineup_contents .contents {
  width: 315px;
  margin: 0 auto;
  padding: 40px 0 15px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#lineup .lineup_contents .contents .img {
  width: 148px;
  margin: 0;
}
#lineup .lineup_contents .contents .txt_area {
  width: 154px;
}
#lineup .lineup_contents .contents .name {
  width: 146px;
  margin: 5px auto 0;
}
#lineup .lineup_contents .contents .txt {
  margin-top: 10px;
  font-size: 13px;
}
/*accordion end*/
/*type*/
.item01 .accordion_area .accordion_header {
  background: #8BC04C;
}
.item01 .contents .type {
  width: 95px;
}
.item02 .accordion_area .accordion_header {
  background: #CCAADC;
}
.item02 .contents .type {
  width: 159px;
}
.item03 .accordion_area .accordion_header {
  background: #EA0C31;
}
.item03 .contents .type {
  width: 96px;
}
.item04 .accordion_area .accordion_header {
  background: #00ADE0;
}
.item04 .contents .type {
  width: 95px;
}
.item05 .accordion_area .accordion_header {
  background: #FFB834;
}
.item05 .contents .type {
  width: 99px;
}
.item06 .accordion_area .accordion_header {
  background: #FE82C3;
}
.item06 .contents .type {
  width: 133px;
}
.item07 .accordion_area .accordion_header {
  background: #274C9C;
}
.item07 .contents .type {
  width: 95px;
}
.item08 .accordion_area .accordion_header {
  background: #51ACB1;
}
.item08 .contents .type {
  width: 133px;
}
.item09 .accordion_area .accordion_header {
  background: #C5C95D;
}
.item09 .contents .type {
  width: 95px;
}
.item10 .accordion_area .accordion_header {
  background: #C53588;
}
.item10 .contents .type {
  width: 95px;
}
.item11 .accordion_area .accordion_header {
  background: #EDA7CF;
}
.item11 .contents .type {
  width: 95px;
}
.item12 .accordion_area .accordion_header {
  background: #C85258;
}
.item12 .contents .type {
  width: 99px;
}
.item13 .accordion_area .accordion_header {
  background: #559949;
}
.item13 .contents .type {
  width: 95px;
}
.item14 .accordion_area .accordion_header {
  background: #D8AF6D;
}
.item14 .contents .type {
  width: 133px;
}
.item15 .accordion_area .accordion_header {
  background: #9251B1;
}
.item15 .contents .type {
  width: 110px;
}
.item16 .accordion_area .accordion_header {
  background: #F9BA3B;
}
.item16 .contents .type {
  width: 123px;
}
.item17 .accordion_area .accordion_header {
  background: #E3D33A;
}
.item17 .contents .type {
  width: 95px;
}
.item18 .accordion_area .accordion_header {
  background: #3F9687;
}
.item18 .contents .type {
  width: 148px;
}
.item19 .accordion_area .accordion_header {
  background: #6EB9E3;
}
.item19 .contents .type {
  width: 108px;
}
.item20 .accordion_area .accordion_header {
  background: #DD1D58;
}
.item20 .contents .type {
  width: 113px;
}
/*type end*/
#lineup .fsc {
  margin: 3rem auto 0;
  background: #fff;
  padding: 2rem;
}
#lineup .fsc .fsc_inner {
  padding: 1rem;
  background: #E5EFD1;
}
#lineup .fsc .fsc_inner .fsc_inner_contents {
  display: flex;
  margin-top: 1.5rem;
}
#lineup .fsc .ttl {
  width: 870px;
}
#lineup .fsc .mark {
  width: 98px;
}
#lineup .fsc .txt {
  margin-left: 15px;
  font-size: 18px;
  text-align: left;
  line-height: 1.6;
}
.main section#advice {
  width: 100%;
  margin-top: 4rem;
  padding: 5rem 0 2rem;
  background: #CEF1E3;
}
#advice h2 {
  margin-top: 0;
}
#advice .advice_area {
  width: 1020px;
  margin: 3rem auto 0;
}
#advice .advice_area .contents {
  width: 1010px;
  margin: 0 auto;
  padding: 5rem 4rem;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
#advice .advice_area .txt_area {
  width: 660px;
}
#advice .advice_area .txt_area p:not(:first-child) {
  margin-top: 2rem;
}
#advice .advice_area .teacher {
  margin-top: 2rem;
  display: flex;
  align-items: flex-end;
}
#advice .advice_area .teacher .img {
  width: 130px;
  margin: 0;
}
#advice .advice_area .teacher .txt {
  padding: 1rem;
  color: #EB6100;
}
#advice .advice_area .deco--pc {
  width: 211px;
}
#advice .advice_area .deco--sp {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* chrome */
  img {
    -webkit-backface-visibility: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .rps_del {
    display: none;
  }
  .rps_visible {
    display: block;
  }
  .main {
    margin-top: 28vw;
    padding-bottom: 8vw;
    font-size: 4.26667vw;
    line-height: 1.3;
  }
  .main section {
    width: 90vw;
  }
  #header {
    width: 100%;
    padding-top: 5.33333vw;
  }
  #header .header_inner {
    width: 100vw;
  }
  #header .header_inner p {
    width: 84.8vw;
    top: 36vw;
  }
  #header::after {
    width: 100vw;
    height: 3.2vw;
    background: #FAF6DF url("/babyfood/products/nikoniko/over01asset/imgs/h1_bottom_sp.png") no-repeat;
    background-size: cover;
  }
  #movie {
    padding: 2rem 0 4rem;
  }
  #movie h2 {
    width: 90vw;
    font-size: 5.33333vw;
  }
  #movie h2::before, #movie h2::after {
    width: 90vw;
    height: 1.6vw;
  }
  #movie h2 span {
    display: block;
    padding: 5.33333vw 0;
  }
  /*---
animation
-----*/
  .animation.img01 {
    width: 13.6vw;
    height: 16vw;
    left: 0;
  }
  .animation.img02 {
    width: 13.33333vw;
    height: 17.6vw;
    right: 0;
  }
  /*---
animation
-----*/
  #movie .movie_area {
    width: 90vw;
    margin: 2rem auto 0;
  }
  #movie .movie_area div {
    width: 90vw;
    height: 50.63vw;
  }
  .nav_anchor {
    width: 90vw;
    margin: 3rem auto 0;
  }
  .nav_anchor ul {
    display: block;
  }
  .nav_anchor ul li {
    width: 90vw;
    margin-bottom: 1rem;
  }
  .nav_anchor ul li a {
    width: 90vw;
    height: 19.2vw;
    padding-left: 4vw;
    font-size: 4.8vw;
    border: 3px solid #fff;
    border-radius: 2.66667vw;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, .1);
  }
  .nav_anchor ul li a span {
    font-size: 4vw;
  }
  .nav_anchor ul li a::after {
    width: 4vw;
    height: 2.13333vw;
    right: 4vw;
  }
  h2.ribbon {
    width: 90vw;
    height: 25.96vw;
    margin: 3rem auto 0;
    padding-top: 7.2vw;
    font-size: 5.33333vw;
    background: url("/babyfood/products/nikoniko/over01asset/imgs/h2_ribbon_sp.png") no-repeat;
    background-size: contain;
  }
  #point .point {
    margin-top: 5rem;
    padding: 1rem 0 3rem;
    border-radius: 5.33333vw;
  }
  #point .point.point02 {
    margin-top: 8rem;
  }
  #point .point.point03 {
    margin-top: 8rem;
    padding-bottom: 12rem;
  }
  #point h3 {
    width: 72.8vw;
    height: 27.46667vw;
    margin: -4rem auto 0;
    padding-top: 4vw;
    font-size: 6.4vw;
  }
  #point .point01 h3 {
    background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_ttl01_sp.png") no-repeat;
    background-size: contain;
  }
  #point .point02 h3 {
    background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_ttl02_sp.png") no-repeat;
    background-size: contain;
  }
  #point .point03 h3 {
    background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_ttl03_sp.png") no-repeat;
    background-size: contain;
  }
  #point h3 span {
    width: 18.66667vw;
    top: -6.4vw;
    left: -8vw;
  }
  #point .layout_sp {
    display: flex;
    flex-wrap: wrap;
  }
  #point .layout_sp .point01_01 {
    width: 100%;
    order: 3;
  }
  #point .layout_sp .lead {
    width: 100%;
    order: 1;
  }
  #point .layout_sp .note {
    width: 100%;
    order: 2;
  }
  #point .point01_01 {
    width: auto;
    margin: 1rem auto 0;
    flex-wrap: wrap;
  }
  #point .point01_01 .item {
    width: 50.66667vw;
    margin: 1rem auto 0;
    order: 2;
  }
  #point .point01_01 .set {
    width: 84vw;
    margin: 0 auto;
    order: 1;
  }
  #point .point01_01 .set div {
    width: 50.66667vw;
    display: flex;
    flex-wrap: wrap;
    font-size: 3.73333vw;
  }
  #point .point01_01 .set div .img, #point .point01_01 .set div .txt {
    width: 100%;
    margin-top: 0;
  }
  #point .point01_01 .set .set01 .txt {
    margin-top: -6.66667vw;
    text-align: left;
  }
  #point .point01_01 .set .set02 {
    margin-top: 3rem;
    margin-left: -33.33333vw;
  }
  #point .point01_01 .set .set02 .img {
    order: 2;
  }
  #point .point01_01 .set .set02 .txt {
    order: 1;
    text-align: right;
  }
  #point .lead {
    margin-top: 1rem;
    font-size: 4.8vw;
    line-height: 1.2;
  }
  #point p.note {
    margin-top: 1rem;
    font-size: 3.73333vw;
  }
  #point .point01_02 {
    width: 86.93333vw;
    margin: 2rem auto 0;
  }
  #point .point01_02 li {
    width: 42.66667vw;
    height: 45.33333vw;
    padding-top: 9.33333vw;
    font-size: 4.26667vw;
  }
  #point .point01_02::before, #point .point01_02::after {
    display: none;
  }
  #point .point01_03 {
    width: 84vw;
    margin: 1rem auto 0;
    display: block;
  }
  #point .point01_03 li:nth-child(1) {
    width: 84vw;
  }
  #point .point01_03 li:nth-child(2) {
    width: 84vw;
    margin-top: 1rem;
  }
  #point .point01_04 {
    width: 80vw;
    margin: 2rem auto 0;
  }
  #point .point01_04 li {
    width: 23.46667vw;
  }
  #point .point01_04 li span {
    display: block;
    width: 11.2vw;
    margin: 1rem auto 0;
  }
  #point .point02_01 {
    width: 100%;
    margin: 1rem auto 0;
    display: block;
  }
  #point .point02_01 p {
    width: 77.33333vw;
    margin: 0 auto 2rem;
  }
  #point .point02_01 p:last-child {
    width: 84vw;
    margin-left: 0;
  }
  #point .point02_01 p span {
    bottom: 2.66667vw;
  }
  #point .point02_01 div {
    width: 13.33333vw;
    top: 61.33333vw;
    left: 12vw;
    right: auto;
  }
  #point .point02_01::before, #point .point02_01::after {
    display: none;
  }
  #point .point02 .ttl {
    width: 82.66667vw;
    height: 9.6vw;
    margin: 3rem auto 0;
    font-size: 5.33333vw;
    border-radius: 4.8vw;
  }
  #point .point02_02 {
    width: 82.66667vw;
    margin: 2rem auto 0;
    display: block;
  }
  #point .point02_02 li {
    width: 48vw;
    height: 48vw;
    font-size: 4vw;
    line-height: 1.5;
  }
  #point .point02_02 li:nth-child(1) {
    position: relative;
  }
  #point .point02_02 li:nth-child(2) {
    margin-top: -4vw;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }
  #point .point02_02 li:nth-child(1)::before, #point .point02_02 li:nth-child(1)::after, #point .point02_02 li:nth-child(2)::before {
    content: "";
    position: absolute;
    display: block;
  }
  #point .point02_02 li:nth-child(1)::before {
    width: 6.93333vw;
    height: 7.2vw;
    top: 0;
    left: 0;
    background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_point02_03_sp.png") no-repeat;
    background-size: contain;
  }
  #point .point02_02 li:nth-child(1)::after {
    width: 30.4vw;
    height: 51.73333vw;
    top: -5.33333vw;
    right: -34.66667vw;
    background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_point02_02_sp.png") no-repeat;
    background-size: contain;
  }
  #point .point02_02 li:nth-child(2)::before {
    width: 34.13333vw;
    height: 58.66667vw;
    top: 4vw;
    left: -32vw;
    background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_point02_01_sp.png") no-repeat;
    background-size: contain;
  }
  #point .point03_01 {
    width: 85.33333vw;
    margin: 2rem auto 0;
    display: block;
  }
  #point .point03_01::before, #point .point03_01::after {
    display: none;
  }
  #point .point03_01 .img {
    width: 66.66667vw;
  }
  #point .point03_01 .point03_01_inner {
    width: 85.33333vw;
    margin: 1rem auto 0;
  }
  #point .point03_01 .point03_01_inner .txt {
    padding: 0 0.8rem;
    text-align: left;
  }
  #point .point03_01 .point03_01_inner .add {
    width: 85.33333vw;
    margin-top: 1rem;
  }
  #point .point03_01 .point03_01_inner .add li {
    width: 41.33333vw;
  }
  #point .point03_02 {
    width: 85.33333vw;
    margin: 2rem auto 0;
    display: block;
    position: relative;
  }
  #point .point03_02 .img {
    width: 66.66667vw;
  }
  #point .point03_02 .img span {
    top: 44vw;
  }
  #point .point03_02 .note {
    width: 80vw;
    margin: 2rem auto 0;
  }
  #point .point03_02 .note ol, #point .point03_02 .note ul {
    margin-top: 2.66667vw;
  }
  #point .point03_02 .note ol li span {
    margin-right: 0.3em;
  }
  #point .point03_02 .note ul li {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  #point .point03_02 .note ul li::before {
    margin-right: 0.3em;
  }
  #point .point03_02::after {
    content: "";
    position: absolute;
    display: block;
    width: 72vw;
    height: 28vw;
    left: 0;
    right: 0;
    bottom: -34.66667vw;
    margin: auto;
    background: url("/babyfood/products/nikoniko/over01asset/imgs/bg_point03_sp.png") no-repeat;
    background-size: contain;
  }
  #lineup .lead {
    margin-top: 0;
    font-size: 5.86667vw;
  }
  #lineup .lead_sub {
    width: 90vw;
    margin: 1rem auto 0;
    line-height: 1.6;
  }
  #lineup .lead_sub::before, #lineup .lead_sub::after {
    width: 90vw;
    height: 1.6vw;
  }
  #lineup .lead_sub p {
    padding: 2.66667vw 0;
  }
  #lineup .note_area {
    width: 90vw;
    margin: 2rem auto 0;
    padding: 5.33333vw;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
  #lineup .note_area p .mark {
    width: 11.2vw;
    margin-right: 1.33333vw;
  }
  #lineup .note_area .star {
    margin-top: 2.66667vw;
  }
  #lineup .note_area .star .mark img {
    width: 6.66667vw;
  }
  #lineup .note_area .note {
    margin-top: 1.33333vw;
    padding-left: 4em;
    font-size: 3.2vw;
  }
  #lineup .lineup_area {
    width: 90vw;
    margin: 3em auto 0;
    padding: 3rem 0 4rem;
    border-radius: 5.33333vw;
  }
  #lineup .lineup_area.month07 {
    background: #FAE7E7;
  }
  #lineup .lineup_area.month09 {
    background: #FDF7FE;
  }
  #lineup .lineup_area.month12 {
    background: #F4FCFE;
  }
  #lineup h3 {
    width: 88vw;
    height: 15.46667vw;
    margin: 0 0 0 -2vw;
    padding-top: 3.2vw;
    padding-left: 4vw;
    font-size: 6.4vw;
  }
  #lineup .month07 h3 {
    margin-top: 0;
    background: url("/babyfood/products/nikoniko/over01asset/imgs/m7_tit_sp.png") no-repeat;
    background-size: cover;
  }
  #lineup .month09 h3 {
    background: url("/babyfood/products/nikoniko/over01asset/imgs/m9_tit_sp.png") no-repeat;
    background-size: cover;
  }
  #lineup .month12 h3 {
    background: url("/babyfood/products/nikoniko/over01asset/imgs/m12_tit_sp.png") no-repeat;
    background-size: cover;
  }
  #lineup .lineup_contents {
    width: 85.33333vw;
    margin: 4rem auto 0;
    display: block;
  }
  #lineup .lineup_contents li {
    width: 85.33333vw;
    margin-bottom: 6rem;
  }
  #lineup .lineup_contents li.lineup_item:last-child {
    margin-bottom: 0;
  }
  #lineup .lineup_contents li.lineup_item.mark {
    padding-top: 2rem;
  }
  #lineup .lineup_contents .item {
    width: 53.33333vw;
    margin: 0 auto;
  }
  #lineup .lineup_contents .item p img {
    width: 53.33333vw;
    height: 56vw;
  }
  #lineup .lineup_contents .mark_ingredient {
    top: -10.66667vw;
  }
  #lineup .lineup_contents .mark_ingredient li {
    margin-right: 4vw;
  }
  #lineup .lineup_contents .mark_ingredient .star {
    width: 6.66667vw;
  }
  #lineup .lineup_contents .mark_ingredient .iron {
    width: 13.6vw;
  }
  #lineup .lineup_contents .menu {
    margin-top: 0.5rem;
    padding-left: 8vw;
    font-size: 3.46667vw;
  }
  /*accordion*/
  .accordion_area {
    width: 85.33333vw;
    margin: 1rem auto 0;
  }
  .accordion_area .accordion_header {
    width: 74.66667vw;
    height: 12.8vw;
    margin: 0 auto -5.33333vw;
    border-radius: 6.4vw;
  }
  .accordion_area .accordion_header::after {
    width: 3.2vw;
    height: 1.86667vw;
    right: 8vw;
  }
  .accordion_area .accordion_header span {
    width: 17.33333vw;
    left: 2.66667vw;
  }
  .accordion_area .accordion_inner {
    width: 85.33333vw;
    border-radius: 5.33333vw;
  }
  #lineup .lineup_contents .contents {
    width: 80vw;
    margin: 0 auto;
    padding: 10.66667vw 0 4vw;
  }
  #lineup .lineup_contents .contents .img {
    width: 37.33333vw;
  }
  #lineup .lineup_contents .contents .txt_area {
    width: 41.06667vw;
  }
  #lineup .lineup_contents .contents .name {
    width: 38.93333vw;
    margin: 1.33333vw auto 0;
  }
  #lineup .lineup_contents .contents .txt {
    margin-top: 2.66667vw;
    font-size: 3.46667vw;
  }
  /*accordion end*/
  /*type*/
  .item01 .contents .type {
    width: 25.33333vw;
  }
  .item02 .contents .type {
    width: 42.4vw;
  }
  .item03 .contents .type {
    width: 25.6vw;
  }
  .item04 .contents .type {
    width: 25.33333vw;
  }
  .item05 .contents .type {
    width: 26.4vw;
  }
  .item06 .contents .type {
    width: 35.46667vw;
  }
  .item07 .contents .type {
    width: 25.33333vw;
  }
  .item08 .contents .type {
    width: 35.46667vw;
  }
  .item09 .contents .type {
    width: 25.33333vw;
  }
  .item10 .contents .type {
    width: 25.33333vw;
  }
  .item11 .contents .type {
    width: 25.33333vw;
  }
  .item12 .contents .type {
    width: 26.4vw;
  }
  .item13 .contents .type {
    width: 25.33333vw;
  }
  .item14 .contents .type {
    width: 35.46667vw;
  }
  .item15 .contents .type {
    width: 29.33333vw;
  }
  .item16 .contents .type {
    width: 32.8vw;
  }
  .item17 .contents .type {
    width: 25.33333vw;
  }
  .item18 .contents .type {
    width: 39.46667vw;
  }
  .item19 .contents .type {
    width: 28.8vw;
  }
  .item20 .contents .type {
    width: 30.13333vw;
  }
  /*type end*/
  #lineup .fsc {
    margin: 3rem auto 0;
    padding: 1rem;
  }
  #lineup .fsc .fsc_inner {
    padding: 1rem;
  }
  #lineup .fsc .fsc_inner .fsc_inner_contents {
    display: block;
    margin-top: 1.5rem;
  }
  #lineup .fsc .ttl {
    width: 100%;
  }
  #lineup .fsc .mark {
    width: 32vw;
    margin: 0 auto;
  }
  #lineup .fsc .txt {
    margin-top: 1rem;
    margin-left: 0;
    font-size: 4.26667vw;
    line-height: 1.6;
  }
  .main section#advice {
    margin-top: 4rem;
    padding: 3rem 0 2rem;
  }
  #advice h2 {
    margin-top: 0;
  }
  #advice h2.ribbon {
    padding-top: 4vw;
  }
  #advice .advice_area {
    width: 90vw;
    margin: 1rem auto 0;
  }
  #advice .advice_area .contents {
    width: 90vw;
    margin: 0 auto;
    padding: 3rem 2rem;
    font-size: 4vw;
    line-height: 1.6;
    display: block;
  }
  #advice .advice_area .txt_area {
    width: 100%;
  }
  #advice .advice_area .txt_area p:not(:first-child) {
    margin-top: 2rem;
  }
  #advice .advice_area .teacher {
    margin-top: 2rem;
    display: block;
  }
  #advice .advice_area .teacher .img {
    width: 41.6vw;
    margin: 0 auto;
  }
  #advice .advice_area .teacher .txt {
    margin-top: 0 !important;
    padding: 1rem 0 0;
  }
  #advice .advice_area .deco--pc {
    display: none;
  }
  #advice .advice_area .deco--sp {
    display: block;
    width: 66.66667vw;
    margin: 1rem auto;
  }
}
.mt-1rem {
  margin-top: 1rem !important;
}
.mt-2rem {
  margin-top: 2rem !important;
}
.mt-3rem {
  margin-top: 3rem !important;
}
.mt-4rem {
  margin-top: 4rem !important;
}
.mt-5rem {
  margin-top: 5rem !important;
}
.mt-6rem {
  margin-top: 6rem !important;
}
.mt-7rem {
  margin-top: 7rem !important;
}
.mt-8rem {
  margin-top: 8rem !important;
}
.mt-9rem {
  margin-top: 9rem !important;
}
.mt-10rem {
  margin-top: 10rem !important;
}
@media only screen and (max-width: 767px) {
  .mt-1rem--sp {
    margin-top: 1rem !important;
  }
  .mt-2rem--sp {
    margin-top: 2rem !important;
  }
  .mt-3rem--sp {
    margin-top: 3rem !important;
  }
  .mt-4rem--sp {
    margin-top: 4rem !important;
  }
  .mt-5rem--sp {
    margin-top: 5rem !important;
  }
  .mt-6rem--sp {
    margin-top: 6rem !important;
  }
  .mt-7rem--sp {
    margin-top: 7rem !important;
  }
  .mt-8rem--sp {
    margin-top: 8rem !important;
  }
  .mt-9rem--sp {
    margin-top: 9rem !important;
  }
  .mt-10rem--pc {
    margin-top: 10rem !important;
  }
}
.cp_bnr {
  width: 1020px;
  margin: 4rem auto 0;
  border: 2px solid #52AA25;
}
@media only screen and (min-width: 768px) {
  .cp_bnr a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .cp_bnr {
    width: 90vw;
    margin: 2rem auto 0;
    border: 2px solid #52AA25;
  }
}
.bnr_odekake {
  width: 860px;
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) {
  .bnr_odekake a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .bnr_odekake {
    width: 84vw;
    margin: 5.33333vw auto 0;
  }
}