@charset "UTF-8";
/*ベース*/
.fs-l-main {
  padding: 0;
  margin: 0;
  display: block;
  max-width: none;
  border: none;
  border-radius: 0;
}

.fs-l-pageMain {
  max-width: none;
}

.trans {
  display: block;
  transition: 0.5s;
}

.trans:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.wrap {
  max-width: 940px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.fs-c-productList {
  display: none;
}

.fs-p-scrollingCartButton {
  display: none;
}

.sec {
  padding: 80px 0;
}

@media (min-width: 1px) and (max-width: 1200px) {
  .trans:hover {
    opacity: 1;
  }
}

@media (min-width: 1px) and (max-width: 600px) {
  .fs-l-main {
    margin: 0 auto 91px;
    padding: 0;
    border: none;
  }
  .sec {
    padding: 30px 0;
  }
}

/*ベース*/
#productpage.finemotor.in .wrap {
  padding: 0;
}

#productpage.finemotor.in h2, #productpage.finemotor.in h3, #productpage.finemotor.in h4 {
  color: #5c5c5c;
  line-height: 1.5;
}

#productpage.finemotor.in div {
  color: #5c5c5c;
}

#productpage.finemotor.in p {
  color: #5c5c5c;
}

#productpage.finemotor.in .fuwafuwa {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

#productpage.finemotor.in .keyframe1 {
  animation-name: anim_v;
  max-width: 110px;
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px);
  }
}

#productpage.finemotor.in .pcv {
  display: block;
}

#productpage.finemotor.in .spv {
  display: none;
}

@media (min-width: 1px) and (max-width: 940px) {
  #productpage.finemotor.in .wrap {
    padding: 0 15px;
  }
}

@media (min-width: 1px) and (max-width: 600px) {
  #productpage.finemotor.in .pcv {
    display: none;
  }
  #productpage.finemotor.in .spv {
    display: block;
  }
}

/*メインヴィジュアル*/
#productpage.finemotor.in {
  background-image: url(https://eyeup.itembox.design/item/common/img/top/contents/texture.jpg);
  background-size: 13px 12px;
}

#productpage.finemotor.in .finemotor-mv {
  background-image: url(../img/fine_motor/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 520px;
  display: flex;
  align-items: center;
  position: relative;
}

#productpage.finemotor.in .finemotor-mv-txt {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .finemotor-mv-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 55px;
  width: 100%;
}

@media (min-width: 1px) and (max-width: 1100px) {
  #productpage.finemotor.in .finemotor-mv {
    height: 290px;
  }
  #productpage.finemotor.in .finemotor-mv-txt {
    max-width: 450px;
    margin: auto;
  }
}

@media (min-width: 1px) and (max-width: 600px) {
  #productpage.finemotor.in .finemotor-mv {
    height: auto;
    background-image: none;
  }
  #productpage.finemotor.in .finemotor-mv-txt {
    max-width: unset;
    width: 100%;
  }
  #productpage.finemotor.in .finemotor-mv-logo {
    display: none;
  }
}

/*ファインモーターとは*/
#productpage.finemotor.in .about-sec {
  background-image: url(../img/fine_motor/about-bg.png);
  background-repeat: no-repeat;
  background-size: 1400px;
  background-position: top 30% center;
}

#productpage.finemotor.in .three-fingers {
  max-width: 426px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}

#productpage.finemotor.in .about-sec-ttl {
  max-width: 686px;
  width: 100%;
  margin: auto;
  margin-bottom: 70px;
}

#productpage.finemotor.in .about-sec-subttl {
  text-align: center;
  color: #009b43;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 25px;
}

#productpage.finemotor.in .about-sec-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  position: relative;
  max-width: 680px;
  width: 100%;
  margin: auto;
  margin-bottom: 70px;
}

#productpage.finemotor.in .about-sec-txt::before {
  content: "";
  padding-left: 49px;
  width: 49px;
  height: 93px;
  background-image: url(../img/fine_motor/line.svg);
  background-repeat: no-repeat;
  background-size: 49px 93px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

#productpage.finemotor.in .about-sec-txt::after {
  content: "";
  padding-right: 49px;
  width: 49px;
  height: 93px;
  background-image: url(../img/fine_motor/line.svg);
  background-repeat: no-repeat;
  background-size: 49px 93px;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(52deg);
}

#productpage.finemotor.in .about-sec-flow {
  max-width: 750px;
  width: 100%;
  margin: auto;
  margin-bottom: 85px;
}

#productpage.finemotor.in .about-sec-ttl02 {
  max-width: 680px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}

#productpage.finemotor.in .about-sec-hand-wash {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

@media (min-width: 1px) and (max-width: 600px) {
  #productpage.finemotor.in .about-sec {
    background-image: url(../img/fine_motor/about-bg-sp.png);
    background-repeat: no-repeat;
    background-size: 420px;
    background-position: top 15% center;
  }
  #productpage.finemotor.in .three-fingers {
    max-width: 300px;
    width: 100%;
    margin-bottom: 15px;
  }
  #productpage.finemotor.in .about-sec-ttl {
    max-width: 300px;
    margin-bottom: 25px;
  }
  #productpage.finemotor.in .about-sec-subttl {
    font-size: 1.8rem;
  }
  #productpage.finemotor.in .about-sec-txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  #productpage.finemotor.in .about-sec-txt::before {
    display: none;
  }
  #productpage.finemotor.in .about-sec-txt::after {
    display: none;
  }
  #productpage.finemotor.in .about-sec-flow {
    margin-bottom: 50px;
  }
  #productpage.finemotor.in .about-sec-ttl02 {
    max-width: 300px;
    margin-bottom: 20px;
  }
  #productpage.finemotor.in .about-sec-hand-wash {
    max-width: 250px;
    margin-bottom: 25px;
  }
}

/*4つのテーマに注力*/
#productpage.finemotor.in .about-sec-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#productpage.finemotor.in .about-sec-flex-item {
  flex: 0 0 24%;
  text-align: center;
}

#productpage.finemotor.in .about-sec-flex-item img {
  max-width: 120px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .about-sec-flex-item-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  color: #009b43;
  margin: 15px 0;
}

#productpage.finemotor.in .about-sec-flex-item-txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media (min-width: 1px) and (max-width: 940px) {
  #productpage.finemotor.in .about-sec-flex-item-txt {
    font-size: 1.4rem;
  }
}

@media (min-width: 1px) and (max-width: 600px) {
  #productpage.finemotor.in .about-sec-flex {
    display: block;
    margin: auto;
  }
  #productpage.finemotor.in .about-sec-flex-item {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 25px;
  }
  #productpage.finemotor.in .about-sec-flex-item:last-child {
    margin-bottom: 0;
  }
  #productpage.finemotor.in .about-sec-flex-item-lft {
    flex: 0 0 80px;
    margin-right: 10px;
  }
  #productpage.finemotor.in .about-sec-flex-item-ttl {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.8rem;
    margin-bottom: 5px;
    line-height: 1;
  }
  #productpage.finemotor.in .about-sec-flex-item-txt {
    margin: 0;
    font-size: 1.6rem;
  }
}

/*成長発達MAP*/
#productpage.finemotor.in .map-sec {
  display: block;
  background-image: url(../img/fine_motor/bg-green.jpg);
  background-size: 26px 24px;
  background-position: center;
}

#productpage.finemotor.in .map-sec-ttl {
  max-width: 780px;
  width: 100%;
  margin: auto;
  margin-bottom: 24px;
}

#productpage.finemotor.in .map-table {
  max-width: 940px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: none;
  background: #fff;
  border-radius: 30px;
}

#productpage.finemotor.in .map-table th {
  background-color: #fef3d6;
  font-weight: bold;
  padding: 30px;
  border-right: 3px solid #009b43;
  border-bottom: 3px dotted #009b43;
  box-sizing: border-box;
  font-size: 1.6rem;
}

#productpage.finemotor.in .map-table td {
  font-weight: bold;
  padding: 30px;
  border-right: 3px solid #009b43;
  box-sizing: border-box;
  font-size: 1.6rem;
}

#productpage.finemotor.in .map-table td:last-child {
  border-right: none;
}

#productpage.finemotor.in .map-table tr:last-child th {
  border-bottom: none;
}

#productpage.finemotor.in .map-table tr:last-child td {
  border-bottom: none;
}

#productpage.finemotor.in .map-table tr.map-table-first td {
  border-bottom: none;
  font-weight: bold;
  padding: 15px 30px;
}

#productpage.finemotor.in .map-table td ul {
  list-style-type: none;
}

#productpage.finemotor.in .map-table td ul li {
  margin-left: -15px;
  text-indent: -23px;
}

#productpage.finemotor.in .map-table td ul li:before {
  content: "";
  padding-left: 20px;
  margin-right: 3px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

#productpage.finemotor.in .map-table td ul.mouth06-list li span {
  font-size: 1.4rem;
}

#productpage.finemotor.in .map-table td ul.mouth02-list li:before {
  background-image: url(../img/fine_motor/icon-checkmark01.png);
}

#productpage.finemotor.in .map-table td ul.mouth06-list li:before {
  background-image: url(../img/fine_motor/icon-checkmark02.png);
}

#productpage.finemotor.in .map-table td ul.mouth1-5-list li:before {
  background-image: url(../img/fine_motor/icon-checkmark03.png);
}

#productpage.finemotor.in .map-table tr.map-table-first {
  text-align: center;
}

#productpage.finemotor.in .map-table tr.map-table-first th:first-child {
  border-radius: 30px 0 0 0;
}

#productpage.finemotor.in .map-table tr.map-table-first td:last-child {
  border-radius: 0 30px 0 0;
}

#productpage.finemotor.in .map-table tr:last-child td:last-child {
  border-radius: 0 0 30px 0;
}

#productpage.finemotor.in .map-table tr.map-table-first td span {
  font-size: 3.6rem;
}

#productpage.finemotor.in .map-table tr:last-child th {
  border-radius: 0 0 0 30px;
}

#productpage.finemotor.in .map-table tr.map-table-first td {
  font-size: 4.5rem;
  color: #fff;
}

#productpage.finemotor.in .map-table .mouth02 {
  background-color: #efb716;
}

#productpage.finemotor.in .map-table .mouth06 {
  background-color: #e389a1;
}

#productpage.finemotor.in .map-table .mouth1-5 {
  background-color: #2092d6;
}

#productpage.finemotor.in .miniratoru-img {
  max-width: 166px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .manner-img {
  max-width: 148px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .minifarm-img {
  max-width: 125px;
  width: 100%;
  margin: auto;
  margin-bottom: 25px;
}

#productpage.finemotor.in .animal-img {
  max-width: 184px;
  width: 100%;
  margin: auto;
  margin-bottom: 25px;
}

#productpage.finemotor.in .gohan-img {
  max-width: 142px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

#productpage.finemotor.in .map-sec-link {
  max-width: 192px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.4rem;
}

#productpage.finemotor.in .manners-link {
  background: #e389a1;
}

#productpage.finemotor.in .gohan-link {
  background: #2092d6;
}

#productpage.finemotor.in .miniratoru-link {
  background: #efb716;
}

#productpage.finemotor.in .map-sec-link:hover {
  color: #fff;
  text-decoration: none;
}

#productpage.finemotor.in .map-sec-link::after {
  content: "";
  padding-right: 20px;
  background-image: url(../img/fine_motor/icon-map-arrow.png);
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: center;
}

#productpage.finemotor.in .map-table td.map-link-box {
  padding-top: 0px;
  height: 300px;
  position: relative;
  border-top: 3px dotted #009b43;
}

@media (min-width: 1px) and (max-width: 940px) {
  #productpage.finemotor.in .map-table tr.map-table-first td {
    font-size: 3.1rem;
  }
  #productpage.finemotor.in .map-table td {
    padding: 10px;
  }
  #productpage.finemotor.in .map-table th {
    padding: 10px;
  }
  #productpage.finemotor.in .map-sec-link {
    max-width: 160px;
  }
}

@media (min-width: 1px) and (max-width: 600px) {
  #productpage.finemotor.in .map-sec-ttl {
    max-width: 272px;
    width: 100%;
    margin-bottom: 30px;
  }
  #productpage.finemotor.in .map-table {
    background-color: transparent;
  }
  #productpage.finemotor.in .map-table tr td {
    background: #fff;
    border-bottom: 3px dotted #009b43;
  }
  #productpage.finemotor.in .map-table th {
    padding: 15px;
    font-size: 1.6rem;
  }
  #productpage.finemotor.in .map-table td {
    padding: 15px;
    font-size: 1.6rem;
  }
  #productpage.finemotor.in .map-table .map-table-month02 td {
    background-color: #f6c700;
    color: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
  }
  #productpage.finemotor.in .map-table .map-table-month02 th {
    background-color: #f6c700;
    color: #fff;
    border-radius: 10px 10px 0 0;
  }
  #productpage.finemotor.in .map-table .map-table-month06 td {
    background-color: #ec98b2;
    color: #fff;
    text-align: center;
  }
  #productpage.finemotor.in .map-table .map-table-month06 th {
    background-color: #ec98b2;
    color: #fff;
  }
  #productpage.finemotor.in .map-table .map-table-month1-5 td {
    background-color: #2ea4e2;
    color: #fff;
    text-align: center;
  }
  #productpage.finemotor.in .map-table .map-table-month1-5 th {
    background-color: #2ea4e2;
    color: #fff;
  }
  #productpage.finemotor.in .map-table td.map-link-box {
    height: auto;
    padding: 0;
    position: static;
  }
  #productpage.finemotor.in .map-link-box-wrap {
    padding: 20px;
  }
  #productpage.finemotor.in .map-sec-link {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    font-size: 1.2rem;
    max-width: 143px;
    height: 35px;
    line-height: 35px;
  }
  #productpage.finemotor.in .gohan-img {
    margin-bottom: 15px;
  }
  #productpage.finemotor.in .map-table td ul li {
    font-size: 1.4rem;
  }
  #productpage.finemotor.in .miniratoru-img {
    max-width: 108px;
  }
  #productpage.finemotor.in .manner-img {
    max-width: 96px;
  }
}

/*動画*/
#productpage.finemotor.in .movie-sec {
  padding: 80px 0;
  background-image: url(../img/fine_motor/movie-icon-bg.png);
  background-repeat: no-repeat;
  background-size: 1500px;
  background-position: top center;
}

#productpage.finemotor.in .video {
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .VideoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

#productpage.finemotor.in .VideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1px) and (max-width: 600px) {
  #productpage.finemotor.in .movie-sec {
    padding: 20px 0;
  }
}

/*ミニラトルシリーズ*/
#productpage.finemotor.in .product-sec {
  background-color: #fff;
  background-image: url(../img/fine_motor/dots.png);
  background-repeat: repeat-x;
  background-size: 20px 8px;
  background-position: center bottom;
}

#productpage.finemotor.in .product-sec:last-child {
  background-image: none;
}

#productpage.finemotor.in .product-sec .wrap {
  position: relative;
}

#productpage.finemotor.in .product-sec-ttl {
  max-width: 404px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .product-sec-series-flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 60px;
}

#productpage.finemotor.in .product-sec-series-flex-lft {
  margin-right: 20px;
}

#productpage.finemotor.in .product-sec-line-box {
  margin: auto;
  text-align: center;
}

#productpage.finemotor.in .product-sec-line {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 60px;
  text-align: center;
  position: relative;
  margin: auto;
  margin-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

#productpage.finemotor.in .product-sec-line::before {
  content: "";
  width: 39px;
  height: 73px;
  background-image: url(../img/fine_motor/line.svg);
  background-repeat: no-repeat;
  background-size: 39px 73px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

#productpage.finemotor.in .product-sec-line::after {
  content: "";
  width: 39px;
  height: 73px;
  background-image: url(../img/fine_motor/line.svg);
  background-repeat: no-repeat;
  background-size: 39px 73px;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(55deg);
}

#productpage.finemotor.in .product-sec-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: -25px;
}

#productpage.finemotor.in .product-sec-flex-item {
  display: block;
  flex: 0 0 32%;
  margin-bottom: 30px;
  position: relative;
}

#productpage.finemotor.in .product-sec-flex-item:hover {
  text-decoration: none;
}

#productpage.finemotor.in .product-sec-flex-item:hover .product-sec-flex-item-txt {
  text-decoration: underline;
}

#productpage.finemotor.in .product-sec-flex-item:hover .product-sec-flex-item-ttl {
  text-decoration: none;
}

#productpage.finemotor.in .product-sec-flex-item figure {
  height: 230px;
  margin: 0;
  display: flex;
  align-items: center;
}

#productpage.finemotor.in .product-sec-flex-item-ttl {
  color: #fff;
  text-align: center;
  margin: 0;
  border-radius: 10px 10px 0 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
}

#productpage.finemotor.in .product-sec-month02 .product-sec-flex-item-ttl {
  background: #efb716;
}

#productpage.finemotor.in .product-sec-month06 .product-sec-flex-item-ttl {
  background: #e389a1;
}

#productpage.finemotor.in .product-sec-month1-5 .product-sec-flex-item-ttl {
  background: #2092d6;
}

#productpage.finemotor.in .month02-product01 {
  max-width: 250px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .month02-product02 {
  max-width: 130px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .month02-product03 {
  max-width: 200px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .month02-product04 {
  max-width: 170px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .month02-product05 {
  max-width: 85px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .month02-product06 {
  max-width: 120px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .month02-product07 {
  max-width: 170px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .month02-product08 {
  max-width: 70px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .product-sec-flex-item-kara {
  border: none;
  height: 1px;
}

#productpage.finemotor.in .product-sec-flex-item-wrap {
  padding: 0 20px 20px;
  border: 2px solid #e1e1e1;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding-bottom: 80px;
}

#productpage.finemotor.in .product-sec-flex-item .product-sec-flex-item-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 248px;
  width: 85%;
  height: 39px;
  border: 1px solid #009b43;
  border-radius: 5px;
  color: #009b43;
  font-weight: bold;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.4rem;
}

#productpage.finemotor.in .product-sec-flex-item .product-sec-flex-item-detail:hover {
  color: #fff;
  background: #009b43;
  text-decoration: none;
}

#productpage.finemotor.in .product-sec-flex-item .product-sec-flex-item-detail::after {
  content: "";
  width: 6px;
  height: 11px;
  padding-right: 6px;
  margin-left: 5px;
  background-image: url(../img/fine_motor/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: 6px 11px;
  background-position: center;
}

#productpage.finemotor.in .product-sec-flex-item .product-sec-flex-item-detail:hover::after {
  background-image: url(../img/fine_motor/icon-arrow-white.png);
}

#productpage.finemotor.in .neuron-01 {
  max-width: 160px;
  width: 100%;
  position: absolute;
  bottom: -50px;
  right: 70px;
}

#productpage.finemotor.in .product-sec-month06 .product-sec-line {
  max-width: 700px;
}

#productpage.finemotor.in .month06-product01 {
  max-width: 220px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .month06-product02 {
  max-width: 220px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .month06-product03 {
  max-width: 230px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .month06-product04 {
  max-width: 230px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .month06-product05 {
  max-width: 250px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .month06-product06 {
  max-width: 180px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .product-sec-flex-center {
  justify-content: center;
}

#productpage.finemotor.in .product-sec-flex-center .product-sec-flex-item {
  margin-right: 20px;
}

#productpage.finemotor.in .neuron02 {
  margin-top: -110px;
  max-width: 130px;
  width: 100%;
}

#productpage.finemotor.in .product-sec-childbox {
  background-image: url(../img/fine_motor/dots.png);
  background-repeat: repeat-x;
  background-size: 20px 8px;
  background-position: center bottom;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
#productpage.finemotor.in .product-sec-childbox2 {
  background-image: url(../img/fine_motor/dots.png);
  background-repeat: repeat-x;
  background-size: 20px 8px;
  background-position: center top;
  padding-top: 80px;
  margin-top: 80px;
}

#productpage.finemotor.in .product-sec-childbox:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#productpage.finemotor.in .gohan-product01 {
  max-width: 256px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .gohan-product02 {
  max-width: 190px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .animallife-product01 {
  max-width: 190px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .animallife-product02 {
  max-width: 220px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .animallife-product03 {
  max-width: 210px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .minifarm-product01 {
  max-width: 230px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .minifarm-product02 {
  max-width: 190px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .minifarm-product03 {
  max-width: 170px;
  width: 100%;
  margin: auto;
}
#productpage.finemotor.in .minifarm-product04 {
  max-width: 230px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .neuron-03 {
  max-width: 130px;
  width: 100%;
}

#productpage.finemotor.in .product-sec-month1-5 {
  background-image: none;
}

@media (min-width: 1px) and (max-width: 940px) {
  #productpage.finemotor.in .product-sec-flex-item-ttl {
    font-size: 1.8rem;
  }
  #productpage.finemotor.in .product-sec-flex-item-txt {
    height: 100px;
  }
  #productpage.finemotor.in .neuron-01 {
    display: none;
  }
  #productpage.finemotor.in .neuron02 {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 600px) {
  #productpage.finemotor.in .product-sec-month1-5 {
    padding-bottom: 0;
  }
  #productpage.finemotor.in .product-sec-ttl {
    max-width: 237px;
    margin-bottom: 30px;
  }
  #productpage.finemotor.in .product-sec-line {
    display: block;
    font-size: 1.6rem;
    padding: 0;
    margin-top: 25px;
  }
  #productpage.finemotor.in .product-sec-line:before {
    display: none;
  }
  #productpage.finemotor.in .product-sec-line:after {
    display: none;
  }
  #productpage.finemotor.in .product-sec-series-flex {
    margin-top: 36px;
  }
  #productpage.finemotor.in .product-sec-series-flex-miniratoru {
    max-width: 260px;
    width: 100%;
    margin: auto;
  }
  #productpage.finemotor.in .product-sec-series-flex-lft {
    margin-right: 10px;
  }
  #productpage.finemotor.in .product-sec-flex {
    margin-top: 40px;
    margin-bottom: -15px;
  }
  #productpage.finemotor.in .product-sec-flex-item-ttl {
    height: 40px;
    font-size: 1.4rem;
  }
  #productpage.finemotor.in .product-sec-flex-item {
    flex: 0 0 48.5%;
  }
  #productpage.finemotor.in .product-sec-flex-item:hover .product-sec-flex-item-txt {
    text-decoration: none;
  }
  #productpage.finemotor.in .product-sec-flex-center {
    justify-content: space-between;
  }
  #productpage.finemotor.in .product-sec-flex-center .product-sec-flex-item {
    margin-right: 0px;
  }
  #productpage.finemotor.in .product-sec-flex-item figure {
    height: 115px;
  }
  #productpage.finemotor.in .product-sec-flex-item-txt {
    font-size: 1.4rem;
    height: 160px;
    margin-bottom: 0;
  }
  #productpage.finemotor.in .product-sec-flex-item-wrap {
    padding: 10px;
  }
  #productpage.finemotor.in .month02-product01 {
    max-width: 125px;
  }
  #productpage.finemotor.in .month02-product02 {
    max-width: 65px;
  }
  #productpage.finemotor.in .month02-product03 {
    max-width: 100px;
  }
  #productpage.finemotor.in .month02-product04 {
    max-width: 85px;
  }
  #productpage.finemotor.in .month02-product05 {
    max-width: 43px;
  }
  #productpage.finemotor.in .month02-product06 {
    max-width: 60px;
  }
  #productpage.finemotor.in .month02-product07 {
    max-width: 85px;
  }
  #productpage.finemotor.in .month02-product08 {
    max-width: 35px;
  }
  #productpage.finemotor.in .month06-product01 {
    max-width: 110px;
  }
  #productpage.finemotor.in .month06-product02 {
    max-width: 110px;
  }
  #productpage.finemotor.in .month06-product03 {
    max-width: 115px;
  }
  #productpage.finemotor.in .month06-product04 {
    max-width: 115px;
  }
  #productpage.finemotor.in .month06-product05 {
    max-width: 125px;
  }
  #productpage.finemotor.in .month06-product06 {
    max-width: 90px;
  }
  #productpage.finemotor.in .product-sec-flex-item {
    margin-bottom: 15px;
  }
  /*#productpage.finemotor.in .product-sec-flex-item:last-child {
    margin-bottom: 0;
  }*/
  #productpage.finemotor.in .product-sec-flex-item .product-sec-flex-item-detail {
    height: 33px;
    font-size: 1.2rem;
  }
  #productpage.finemotor.in .product-sec-flex-item .product-sec-flex-item-detail::after {
    background-size: 5px 10px;
    width: 5px;
    height: 10px;
  }
  #productpage.finemotor.in .fuwafuwa {
    display: none;
  }
  #productpage.finemotor.in .product-sec-month06 .product-sec-series-flex {
    max-width: 183px;
    width: 100%;
    margin: auto;
  }
  #productpage.finemotor.in .product-sec-childbox-gohan .product-sec-series-flex {
    max-width: 262px;
    margin: auto;
  }
  #productpage.finemotor.in .product-sec-childbox-animal .product-sec-series-flex {
    max-width: 306px;
    margin: auto;
  }
  #productpage.finemotor.in .product-sec-childbox-minifarm .product-sec-series-flex {
    max-width: 271px;
    margin: auto;
  }
  #productpage.finemotor.in .gohan-product01 {
    max-width: 128px;
  }
  #productpage.finemotor.in .gohan-product02 {
    max-width: 95px;
  }
  #productpage.finemotor.in .animallife-product01 {
    max-width: 95px;
  }
  #productpage.finemotor.in .animallife-product02 {
    max-width: 110px;
  }
  #productpage.finemotor.in .animallife-product03 {
    max-width: 105px;
  }
  #productpage.finemotor.in .minifarm-product01 {
    max-width: 120px;
  }
  #productpage.finemotor.in .minifarm-product02 {
    max-width: 95px;
  }
  #productpage.finemotor.in .minifarm-product03 {
    max-width: 85px;
  }
  #productpage.finemotor.in .minifarm-product04 {
    max-width: 120px;
  }
  #productpage.finemotor.in .product-sec-childbox {
    padding-bottom: 40px;
    margin-bottom: 40px;
    background-image: url(../img/fine_motor/dots-sp.png);
    background-size: 8px 4px;
  }
  #productpage.finemotor.in .product-sec {
    background-image: url(../img/fine_motor/dots-sp.png);
    background-size: 8px 4px;
  }
  #productpage.finemotor.in .product-sec-month1-5 {
    padding-bottom: 40px;
    background-image: none;
  }
}

@media (min-width: 1px) and (max-width: 370px) {
  #productpage.finemotor.in .product-sec-flex-item-ttl {
    font-size: 1.2rem;
  }
  #productpage.finemotor.in .product-sec-flex-item-txt {
    font-size: 1.2rem;
    height: 160px;
  }
}

/*塗り絵*/
#productpage.finemotor.in .nurie-sec {
  background-image: url(../img/fine_motor/bg-green.jpg);
  background-size: 26px 24px;
  background-position: center;
}

#productpage.finemotor.in .nurie-sec h2, #productpage.finemotor.in .nurie-sec h3 {
  margin: 0;
}

#productpage.finemotor.in .nurie-sec .wrap {
  max-width: 940px;
  width: 100%;
  margin: auto;
}

#productpage.finemotor.in .nurie-sec .nurie-sec-ttl {
  margin: 0;
  padding-bottom: 16px;
}

#productpage.finemotor.in .nurie-sec .nurie-sec-contest-ttl {
  padding-bottom: 60px;
}

#productpage.finemotor.in .nurie-sec .nurie-sec-contest-ttl-botom-txt-parent {
  text-align: center;
}

#productpage.finemotor.in .nurie-sec .nurie-sec-contest-ttl-botom-txt {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.8;
  position: relative;
  display: inline-block;
  padding: 0 50px;
}

#productpage.finemotor.in .nurie-sec .nurie-sec-contest-ttl-botom-txt::before {
  content: "";
  width: 39px;
  height: 73px;
  background-image: url(../img/fine_motor/line-white.svg);
  background-repeat: no-repeat;
  background-size: 39px 73px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

#productpage.finemotor.in .nurie-sec .nurie-sec-contest-ttl-botom-txt::after {
  content: "";
  width: 39px;
  height: 73px;
  background-image: url(../img/fine_motor/line-white.svg);
  background-repeat: no-repeat;
  background-size: 39px 73px;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(55deg);
}

#productpage.finemotor.in .nurie-sec .nurie-sec-contest-ttl-botom-txt-col01 {
  color: #F3AACB;
}

#productpage.finemotor.in .nurie-sec .nurie-sec-contest-ttl-botom-txt-col02 {
  color: #8DD3F6;
}

#productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box {
  background-color: #f7f4eb;
  border-radius: 20px;
  margin-top: 60px;
}

#productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box-ttl {
  text-align: center;
  border-radius: 20px 20px 0 0;
  background-color: #ffd92e;
  color: #7d4f26;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 16px 0;
}

#productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
}

#productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box-flex-lf-ttl-txt {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
  color: #7d4f26;
}

#productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box-flex-rig {
  max-width: 330px;
  width: 100%;
  margin-left: 30px;
}

#productpage.finemotor.in .nurie-sec .application-requirements-ttl {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

#productpage.finemotor.in .nurie-sec .application-requirements-ttl-lft {
  width: 100%;
  height: 8px;
  background-image: url(../img/fine_motor/nurie-dots.png?t=20210315154361);
  background-repeat: repeat-x;
  background-size: 21px 8px;
  background-position: center;
}

#productpage.finemotor.in .nurie-sec .application-requirements-ttl-rig {
  width: 100%;
  height: 8px;
  background-image: url(../img/fine_motor/nurie-dots.png?t=20210315154361);
  background-repeat: repeat-x;
  background-size: 21px 8px;
  background-position: center;
}

#productpage.finemotor.in .nurie-sec .application-requirements-ttl-center {
  max-width: 140px;
  width: 100%;
  font-weight: bold;
}

#productpage.finemotor.in .nurie-sec .application-requirements-subttl {
  background-color: #ffd92e;
  color: #623700;
  text-align: center;
  font-weight: bold;
  padding: 16px 0;
  border-radius: 50px;
  font-size: 2.2rem;
}

#productpage.finemotor.in .nurie-sec .application-requirements-txt {
  padding: 40px 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}

#productpage.finemotor.in .nurie-sec .step-box {
  display: flex;
  margin-bottom: 25px;
}

#productpage.finemotor.in .nurie-sec .step-box-last {
  margin-bottom: 0;
}

#productpage.finemotor.in .nurie-sec .step-box-lft {
  flex: 0 0 140px;
  line-height: 1;
}

#productpage.finemotor.in .nurie-sec .step-box-lft img {
  display: inline-block;
  max-width: 80px;
  width: 100%;
  margin-top: 2px;
}

#productpage.finemotor.in .nurie-sec .step-box-rig {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

#productpage.finemotor.in .nurie-sec .step-box-rig .pcv {
  margin-top: 24px;
  padding: 24px 40px;
  border-radius: 20px;
  background: #fff;
}

#productpage.finemotor.in .nurie-sec .step-box-rig .spv {
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}

#productpage.finemotor.in .nurie-sec .step-box-rig span {
  color: #fdd82d;
}

#productpage.finemotor.in .nurie-sec .step-box-area {
  margin-top: 40px;
  margin-bottom: 40px;
}

#productpage.finemotor.in .nurie-sec .img-tap {
  text-align: center;
}

#productpage.finemotor.in .nurie-sec .sns-img {
  display: block;
}

#productpage.finemotor.in .nurie-sec .img-tap {
  color: #623700;
  background-color: #fed13e;
  font-size: 2.2rem;
  border-radius: 50px;
  padding: 16px 0;
  margin: 60px 0 40px;
  font-weight: bold;
  position: relative;
}

#productpage.finemotor.in .nurie-sec .img-tap:before {
  content: "";
  padding-left: 35px;
  margin-right: 5px;
  background-image: url(../img/fine_motor/icon-pdf2.png?t=20210319154361);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: center;
}

#productpage.finemotor.in .nurie-sec .eyeup_nurie_contest01 {
  display: block;
  background-color: #fff;
  border-radius: 20px;
}

#productpage.finemotor.in .nurie-sec .nurie-logo-area-lft {
  max-width: 74px;
  margin-left: auto;
  width: 100%;
  margin-top: 20px;
}

#productpage.finemotor.in .nurie-sec .nurie-logo-area-rig {
  max-width: 66px;
  width: 100%;
}

@media (min-width: 1px) and (max-width: 600px) {
  #productpage.finemotor.in .nurie-sec .nurie-sec-contest-ttl {
    padding-bottom: 30px;
  }
  #productpage.finemotor.in .nurie-sec .nurie-sec-contest-ttl-botom-txt {
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
  }
  #productpage.finemotor.in .nurie-sec .nurie-sec-contest-ttl-botom-txt:before {
    display: none;
  }
  #productpage.finemotor.in .nurie-sec .nurie-sec-contest-ttl-botom-txt:after {
    display: none;
  }
  #productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box {
    margin-top: 30px;
    border-radius: 10px;
  }
  #productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box-ttl {
    font-size: 1.6rem;
    padding: 8px 0;
    border-radius: 10px 10px 0 0;
  }
  #productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box-flex {
    display: block;
  }
  #productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box-flex-lf-ttl {
    max-width: 220px;
    margin: auto;
  }
  #productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box-flex-lf-ttl-txt {
    text-align: center;
    font-size: 1.6rem;
  }
  #productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box-flex-rig {
    max-width: 220px;
    margin: auto;
  }
  #productpage.finemotor.in .nurie-sec .application-requirements-ttl {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  #productpage.finemotor.in .nurie-sec .application-requirements-ttl-lft {
    background-size: 10px 4px;
    height: 4px;
  }
  #productpage.finemotor.in .nurie-sec .application-requirements-ttl-rig {
    background-size: 10px 4px;
    height: 4px;
  }
  #productpage.finemotor.in .nurie-sec .application-requirements-ttl-center {
    max-width: 100px;
  }
  #productpage.finemotor.in .nurie-sec .application-requirements-subttl {
    padding: 8px 0;
    font-size: 1.6rem;
  }
  #productpage.finemotor.in .nurie-sec .application-requirements-txt {
    padding: 20px 0;
    font-size: 1.6rem;
  }
  #productpage.finemotor.in .nurie-sec .step-box {
    text-align: center;
    display: block;
    margin-bottom: 40px;
  }
  #productpage.finemotor.in .nurie-sec .step-box-lft {
    margin-bottom: 10px;
  }
  #productpage.finemotor.in .nurie-sec .step-box-rig {
    font-size: 1.6rem;
  }
  #productpage.finemotor.in .nurie-sec .img-tap {
    margin: 30px 0 20px;
    font-size: 1.6rem;
    padding: 8px 0;
  }
  #productpage.finemotor.in .nurie-sec .img-tap:before {
    padding: 5px 0;
    padding-left: 25px;
    background-size: 25px;
  }
  #productpage.finemotor.in .nurie-sec .nurie-logo-area-rig {
    max-width: 33px;
  }
  #productpage.finemotor.in .nurie-sec .nurie-logo-area-lft {
    max-width: 37px;
    margin-top: 10px;
  }
}

@media (min-width: 1px) and (max-width: 370px) {
  #productpage.finemotor.in .nurie-sec .nurie-sec-contest-ttl-botom-txt {
    font-size: 1.4rem;
  }
  #productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box-ttl {
    font-size: 1.7rem;
  }
  #productpage.finemotor.in .nurie-sec .nurie-sec-homepage-box-flex {
    padding: 5px;
  }
  #productpage.finemotor.in .nurie-sec .application-requirements-txt {
    font-size: 1.4rem;
  }
  #productpage.finemotor.in .nurie-sec .step-box-rig {
    font-size: 1.4rem;
  }
}
