@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: inline-block!important;}
.only_smp { display: none!important;}


/*++++++++++++++++++++++++++++++++++++*/
/*            KiraDeco Beeds          */
/*++++++++++++++++++++++++++++++++++++*/
#main_wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  background: url(../img/bg_main_pc.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(1.875vw,24px);
}

#order_wrap {
  width: 100%;
  padding-top: min(2vw, 30px);
  background: #fff;
}
  #order_wrap h2 {
    padding-bottom: min(1.33vw, 20px);
    font-size: min(2vw, 30px);
    color: #585a59;
    text-align: center;
  }

#ecBtnArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#ecBtnArea p {
  margin-bottom: 0;
  padding-top: 0;
}
#ecBtnArea ul {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: row;
}
#ecBtnArea ul li {
  display:flex;
  width: 25%;
  min-height: min(11.06vw,136px);
  list-style: none;
}
#ecBtnArea ul li a{
  display: flex;
  align-items: center;
  padding: min(1.56vw,20px) 1rem;
  border-radius: min(1.796vw,23px);
  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(1.33vw, 20px) auto 0!important;
  font-size: 70%;
  font-size: min(.965vw,12.36px);
  font-weight: 400;
  text-align: center;
}




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

}


@media screen and (max-width:768px) {
#ecBtnArea ul li {
  display: flex;
  width: 33%;
  min-height: 90px;
  list-style: none;
}

}


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

#main_wrap {
  padding-bottom: 6vw;
  background: url(../img/bg_main_sp.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 3.3vw;
}
#order_wrap {
  width: 73%;
  margin: 0 auto;
  padding-top: 5vw;
  padding-bottom: 4vw;
  border-radius: 2.5vw;
}
  #order_wrap h2 {
    padding-bottom: 3vw;
    font-size: 4vw;
  }
#ecBtnArea ul {
  width: 92%;
  row-gap: 1.5vw;
}
#ecBtnArea ul li {
  width: 49%;
  min-height: 16vw;
}
.copyAmazon {
  margin: 2vw 0 auto;
  font-size: 2.2vw;
}


}


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

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

}