/*reset*/
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
article,
footer,
header,
menu,
nav,
section,
video,
picture {
  /* width: 100%; */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
}

/*base*/
html {
  -webkit-overflow-scrolling: touch;
}

/*Base*/
/* CSS Document */
.wrap {
  max-width: 750px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  z-index: 1;
  transition: all 1s;
}

.wrapInner {
  width: 100%;
  margin: 0 auto;
}

.wrapInner input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
}

.wrapInner input::-webkit-search-decoration {
  display: none;
}

.wrapInner input:focus {
  outline-offset: -2px;
}

.wrapInner input[type="image"] {
  -webkit-appearance: none;
}

.ctaArea__btn {
  position: absolute;
  width: 95.066666666666666666666666666667%;
  top: 11%;
  left: 1.6%;
}

.overlayArea {
  position: relative;
}

.overlayItem {
  position: absolute;
}

#loadingBg {
  position: fixed;
  left: 0;
  top: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: #ffffff;
  z-index: 57;
}

#loading {
  position: fixed;
  top: 50%;
  width: 220px;
  z-index: 57;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #loading {
    width: 29.33333vw;
  }
}

#loading #percent {
  margin-bottom: 5px;
  text-align: center;
  font-size: 43px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  #loading #percent {
    margin-bottom: 0.66667vw;
    font-size: 5.73333vw;
  }
}

#loading #percent-text {
  font-size: 56px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
  #loading #percent-text {
    font-size: 7.46667vw;
  }
}

#loading #gauge {
  width: 0px;
  height: 2px;
  background: #231815;
}

@media screen and (max-width: 750px) {
  #loading #gauge {
    height: 0.26667vw;
  }
}

.line {
  height: 106px;
  width: 2px;
  overflow: hidden;
  top: 84.4%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .line {
    height: 14.13333vw;
    width: 0.26667vw;
  }
}

.line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #231815;
  animation: line 2s infinite;
}

@keyframes line {
  0% {
    transform: translateY(-100%);
  }
  40% {
    transform: translateY(0%);
  }
  60% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}

.para01 {
  /*position: -webkit-sticky;
  position: sticky;*/
  display: block;
  top: 0;
  z-index: -1;
  background: #0d1c38;
  /*padding-bottom: 5%;*/
}

.para01__area {
  /*padding-top: 1400px;*/
}

@media screen and (max-width: 750px) {
  .para01__area {
    /*padding-top: 169.33333vw;*/
  }
}

.para02 {
  /*position: -webkit-sticky;
  position: sticky;*/
  top: 0;
  z-index: -1;
  /*margin-bottom: -112px;*/
}

@media screen and (max-width: 750px) {
  .para02 {
    /*margin-bottom: -14.93333vw;*/
  }
}

.para03 {
  /*position: -webkit-sticky;
  position: sticky;*/
  display: block;
  top: 0;
  z-index: -1;
  height: 100vh;
  display: flex;
  align-items: center;
  background: center/cover no-repeat url("bg.jpg");
}

.para03__area {
  /*margin-top: -100vh;*/
}

.obj__01 {
  top: 44.1%;
  width: 88px;
  z-index: 1;
  right: -45px;
}

@media screen and (max-width: 750px) {
  .obj__01 {
    width: 11.73333vw;
    right: -6vw;
  }
}

.obj__02 {
  width: 0px;
  top: 43.2%;
  left: 34.5%;
  transition: all 1s;
  transition-delay: 1s;
  overflow: hidden;
}

.obj__02 img {
  width: 320px;
}

@media screen and (max-width: 750px) {
  .obj__02 img {
    width: 42.66667vw;
  }
}
#product_container .input_box_quantity_ec {
  margin: 5px 0 0 0 !important;
}
#product_container .form_group_sp_ec select.quantity_select {
  margin: 5px 0 0 0 !important;
}
#product_container .form_group_sp_ec p.input_product_sp_ec {
  display: block !important;
}
.amazonpay-button-inner-image {
  width: auto !important;
}
.amazon_pay_message_sp_ec {
  margin: 0 !important;
}
.pc.required_field_exists {
  box-sizing: content-box;
}
p.input_product_ec {
  display: block !important;
}
/*-------------------------------------*
*footer
*-------------------------------------*/

.footer_container_fluid {
  width: 100%;
  background: #e3e3e3;
  margin: auto;
}

.footer_container {
  margin-left:auto;
  margin-right:auto;
  width: 750px;
}

.footer_container {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.footer_container ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.footer_container li {
  list-style: none;
  margin: 0 10px 0 0;
  float: left;
}

.footer_container li:last-child {
  margin: 0;
}

.footer_container li a{
  text-decoration: none;
  font-size: 10px;
  color: #3e3e3e;
}

.copyright {
  width: 100%;
  background: #e3e3e3;
  margin: auto;
  color: #3e3e3e;
  font-size: 10px;
  text-align: center;
}

/*# sourceMappingURL=base.css.map */
