@charset "UTF-8";
/* CSS Document */
.header, .footer { position: relative; margin: 0 auto; z-index: 100;}
.header { width: 90%; max-width: 1400px;}
.footer { width: 100%;}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 1.5em;
}
#allWrap {
  max-width: 100%;
}
.fixed-body {
  overflow: hidden;
  height: 100vh;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
}
/* Prevent modern browsers from displaying `audio` without controls.Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* Address `[hidden]` styling not present in IE 8/9.Hide the `template` element in IE, Safari, and Firefox < 22.*/
[hidden],
template {
  display: none;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.only_pc { display: block!important;}
.only_tab { display: none!important;}
.only_smp { display: none!important;}


/*++++++++++++++++++++++++++++++++++++*/
/*             Kids Camera            */
/*++++++++++++++++++++++++++++++++++++*/
img {
  display: block;
  width: min(94%,1100px);
  margin: 0 auto;
}

#main_wrap {
  width: 100%;
  margin: min(1.81vw, 20px) auto 0;
  padding-bottom: min(7.2vw, 80px);
  background-image: linear-gradient(180deg, rgba(6, 137, 255, 1), rgba(6, 133, 255, 1) 30%, rgba(203, 230, 255, 1));
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(1.875vw,24px);
}
#top_wrap {
  position: relative;
  overflow: hidden;
}
  #top_wrap img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 10;
  }

section img { width: 100%; max-width: 1400px;}




#ecBtnArea {
  max-width: 75%;
  margin: 0 auto;
  padding: 0;
}
#ecBtnArea p {
  margin-bottom: 0;
  padding-top: 0;
}
#ecBtnArea ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: row;
}
#ecBtnArea ul li {
  display:flex;
  width: 25%;
  min-height: min(9.5vw,110px);
  list-style: none;
}
#ecBtnArea ul li a{
  display: flex;
  align-items: center;
  padding: min(.45vw,5px) 1rem;
  border-radius: min(1.62vw,18px);
  text-decoration: none;
  background: #ffb11b;
  border: min(.468vw,6px) solid #fff;
  text-align: center;
  vertical-align: center;
  box-sizing: border-box;
}
#ecBtnArea ul li a:hover { background-color: #ff8c1b;}
#ecBtnArea ul li a img { width:90%;display:block;margin:0 auto;}
  #ecBtnArea ul::before {
    content: "";
    display: block;
    width: 25%;
    order: 1;
  }
  #ecBtnArea ul::after {
    display: block;
    content: "";
    width: 25%;
  }
.copyAmazon {
  width: 100%;
  margin: min(.45vw,5px) auto 0!important;
  font-size: 70%;
  font-size: min(.965vw,12.36px);
  font-weight: 400;
  text-align: center;
}


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

}


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

}


@media screen and (max-width:1110px) {
.only_pc { display: none!important;}
.only_tab { display: block!important;}

}


@media screen and (max-width:768px) {
#ecBtnArea ul li {
  display: flex;
  width: 25%;
  min-height: 9vw;
  list-style: none;
}
.copyAmazon { font-size: 1.2vw;}

}


@media screen and (max-width:640px) {
.only_pc { display: none!important;}
.only_smp { display: inline-block!important;}

#main_wrap {
  margin: 8.3vw auto 0;
  padding-bottom: 1vw;
  background-size: 6.5%;
  font-size: 3.3vw;
}

#ecBtnArea { max-width: 70%;}
  #ecBtnArea ul li { width: 50%; min-height: 15vw;}
  #ecBtnArea ul li a { padding: 2vw 0;}
  #ecBtnArea ul li a { padding: 2vw 0; border-radius: 2vw; border: .8vw solid #fff;}
  #ecBtnArea ul li a img { width: 65%;}
  .copyAmazon { font-size: 2vw;}

}


@media screen and (min-width:590px) and ( max-width:640px) {

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

}