@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_smp { display: none!important;}


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

#main_wrap {
  width: 100%;
  margin: min(5.185vw, 70px) auto 0;
  padding-bottom: min(7.2vw, 80px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(1.875vw,24px);
}
#top_wrap {
  position: relative;
}
.stump {
  position: absolute;
  /*right: calc(100% - 18.17% + min(.796vw,10.75px));*/
  left: max(-.796vw,-10.75px); /*vwは1350px幅*/
  top: max(-.796vw,-10.75px);
  width: 19.1%;
  height: auto;
  z-index: 10;
}
  #top_wrap img {
  }


section {
  width: 88.5%;
  max-width: 1200px;
  margin: 0 auto;
}
section + section { margin-top: min(3.281vw,44.3px);}
  section img { width: 100%; max-width: 1200px;}


.border_gr {
  border: min(.796vw,10.75px) solid #45B136;
  border-radius: min(2.74vw,37px);
}
.border_wh {
  background: #fff586;
  border: min(.796vw,10.75px) solid #fff;
  border-radius: min(2.74vw,37px);
}
#top_wrap .border_wh { background-image: linear-gradient(#fffabc 70%, #fff586);}


.video_blk {
  width: 75.49%;
  margin: 0 auto min(2.49vw,33.69px);
  border: min(2.37vw, 32px) solid #FABE00;
  border-radius: min(2.125vw,28.7px);
  aspect-ratio: 16 / 9.5;
}
  .video_blk iframe {
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }

ul.menu_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1.15%;
  gap: min(1.33vw,18px) 1.15%;
  width: 98.5%;
  margin: 0 auto min(4.11vw,55.5px);
  list-style: none;
}
  ul.menu_box li {
    width: calc(100% / 4 - 1.15%);
  }
  ul.menu_box li:first-of-type { width: 37.5%;}
  ul.menu_box li a:hover { opacity: .7;}

#order_wrap h2 {
  padding-bottom: min(1.33vw, 20px);
  font-size: min(2vw, 30px);
  color: #585a59;
  text-align: center;
}
#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:1200px) {

}


@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: 11vw auto 0;
  padding-bottom: 1vw;
  background-size: 6.5%;
  font-size: 3.3vw;
}
.border_gr { border: .8vw solid #45B136; border-radius: 2.89vw;}
.border_wh { border: .8vw solid #fff; border-radius: 2.89vw;}
#top_wrap .border_wh { background: #fff586;}
.detail_wrap { background-image: linear-gradient(#fed958, #fff586 10%);}

.video_blk { width: 80%; margin: 0 auto 4vw;}

ul.menu_box { gap: min(1.33vw, 18px) 2%; width: 77.86vw;}
  ul.menu_box li { width: calc(100% / 2 - 2%);}
  ul.menu_box li:first-of-type { width: 63.33vw;}





#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){

}