.sp {
  display: none !important;
}

header,
footer,
main,
nav,
article,
aside,
section {
  display: block;
}

.flex {
  display: flex;
}

.flex_around {
  justify-content: space-around;
}

.flex_between {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.bold {
  font-weight: bold;
}

img {
  display: block;
  vertical-align: bottom;
  height: auto;
}

body {
  background: url(../img/bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  z-index: -1000;
}

#main {
  margin: 0 auto;
  max-width: 750px;
  box-shadow: 0 0 10px 0 rgba(191, 217, 236, 0.5);
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

body {
  line-height: 0;
}

.cv01 {
  position: relative;
  margin-top: -52px;
}
.cv01 .offer_btn {
  position: absolute;
  width: 650px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 144px;
}/*230724*/
.cv01 .offer_tel {
  position: absolute;
  width: 650px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 48px;
}/*230724*/

.cv02 {
  position: relative;
  margin-top: -137px;
}
.cv02 .offer_btn {
  position: absolute;
  width: 650px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 144px;
}/*230724*/
.cv02 .offer_tel {
  position: absolute;
  width: 650px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 48px;
}/*230724*/

.cv03 {
  position: relative;
  margin-top: -114px;
}
.cv03 .offer_btn {
  position: absolute;
  width: 650px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 144px;
}/*230724*/
.cv03 .offer_tel {
  position: absolute;
  width: 650px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 48px;
}/*230724*/

.cv04 {
  background: #fff;
  position: relative;
}
.cv04 .offer_btn {
  position: absolute;
  width: 650px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 146px;
}/*230724*/
.cv04 .offer_tel {
  position: absolute;
  width: 650px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 50px;
}/*230724*/

.cart-message {
  width: 671px !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  img {
    width: 100%;
  }
  #bg {
    background: none;
  }
  #wrpper {
    box-shadow: none;
  }
  .cv01 {
    position: relative;
    margin-top: -6.933vw;
  }
  .cv01 .offer_btn {
    position: absolute;
    width: 86.667vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 19.533vw;
  }/*230724*/
  .cv01 .offer_tel {
    position: absolute;
    width: 86.667vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 5.533vw;
  }/*230724*/
  .cv02 {
    position: relative;
    margin-top: -18.267vw;
  }
  .cv02 .offer_btn {
    position: absolute;
    width: 86.667vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 19.533vw;
  }/*230724*/
  .cv02 .offer_tel {
    position: absolute;
    width: 86.667vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 5.533vw;
  }/*230724*/
  .cv03 {
    position: relative;
    margin-top: -18.267vw;
  }
  .cv03 .offer_btn {
    position: absolute;
    width: 86.667vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 19.533vw;
  }/*230724*/
  .cv03 .offer_tel {
    position: absolute;
    width: 86.667vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 5.533vw;
  }/*230724*/
  .cv04 {
    background: #fff;
    position: relative;
  }
  .cv04 .offer_btn {
    position: absolute;
    width: 86.667vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 19.8vw;
  }/*230724*/
  .cv04 .offer_tel {
    position: absolute;
    width: 86.667vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 5.8vw;
  }/*230724*/
}
/* 230531 */
.yura_v {
  -webkit-animation: yura_v 2s infinite;
          animation: yura_v 2s infinite;
}

@-webkit-keyframes yura_v {
  0% {
    transform: translate(0px, 4px);
  }
  5% {
    transform: translate(0px, -4px);
  }
  10% {
    transform: translate(0px, 3px);
  }
  15% {
    transform: translate(0px, -3px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

@keyframes yura_v {
  0% {
    transform: translate(0px, 4px);
  }
  5% {
    transform: translate(0px, -4px);
  }
  10% {
    transform: translate(0px, 3px);
  }
  15% {
    transform: translate(0px, -3px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

/* 230627 */
.question-container {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.top-question,
#main {
  transition: opacity 0.5s ease-in-out;
}

.top-question.is-hide,
.question-container.is-hide,
#main.is-hide {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.top-question.is-visible,
#main.is-visible {
  opacity: 1;
  visibility: visible;
}

.top-question .option-box {
  position: absolute;
  bottom: min(90px, calc(90 / 750 * 100vw));
  left: 0;
  width: 100%;

  display: flex;
  justify-content: center;
}

.top-question .option-box button {
  /* button reset */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  width: min(280px, calc(280 / 750 * 100vw));
  margin-left: min(10px, calc(10 / 750 * 100vw));
}
.footer_mt0 {
  margin-top: 0 !important;
}
/*# sourceMappingURL=style.css.map */