@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;}


/*++++++++++++++++++++++++++++++++++++*/
/*              おもちゃ大賞             */
/*++++++++++++++++++++++++++++++++++++*/
section {
  position: relative;
  width: min(100%,1500px);
  width: min(85.71%, 1240px);
  margin: 0 auto;
}
section img {
  display: block;
  width: min(100%,1500px);
  margin: 0 auto;
}

#main_wrap {
  position: relative;
  width: 100%;
  margin: min(26vw,390px) auto 0;
  margin: 30px auto 0;
  padding-bottom: min(2.66vw, 40px);
  /*background-image: linear-gradient(180deg, rgba(6, 137, 255, 1), rgba(6, 133, 255, 1) 30%, rgba(203, 230, 255, 1));*/
  background-image: url("../img/bg_main_pc.png");
  background-repeat: no-repeat;
  background-size: 2770px auto;
  background-position: center top;
  background-position: center min(22.866vw,343px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(1.875vw,24px);
}
#top_wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-image: url("../img/bg_confetti_pc.png");
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: center top;
}
  #top_wrap img {
    display: block;
    margin: 0 auto;
    z-index: 10;
  }

.btn_store {
  position: absolute;
  width: min(16.86vw,253px);
  filter: drop-shadow(min(.293vw,4.4px) min(.293vw,4.4px) min(.586vw,8.8px) rgba(0,0,0,0.5));
  transition : all 0.5s;
}
.btn_store:hover { opacity: .8;}

.double_wrap .btn_store { bottom: min(6.66vw,100px); left: min(49.8%, 749px); margin: auto;}
.digital_wrap .btn_store { bottom: min(6.66vw,100px); left: min(49.8%, 749px); margin: auto;}
.character_wrap .btn_store { bottom: min(6.66vw,100px); left: min(49.8%, 749px); margin: auto;}


#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:1500px) {
#main_wrap {
  background-size: 186% auto;
}
#top_wrap {
  /*top: -28vw;*/
  background-size: 129% auto;
}

}


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

section {
  width: 100%;
}
#main_wrap {
  padding-bottom: 3.73vw;
  background-image: url(../img/bg_main_sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 36.2vw;
}
#top_wrap {
  background-image: url(../img/bg_confetti_sp.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.btn_store {
  width: 26.4vw;
}
.double_wrap .btn_store,
.digital_wrap .btn_store,
.character_wrap .btn_store { left:0; right: 0; margin: auto;}

.double_wrap .btn_store { bottom: 8vw;}
.digital_wrap .btn_store { bottom: 8vw;}
.character_wrap .btn_store { bottom: 8.2vw;}








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

}