/* --------------------------------------------------------------------------------
 * web fonts
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap');
/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #161f3e;
  line-height: 1.5;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
  background: linear-gradient(135deg, #67dae7, #f7f50c);
}
body * {
  box-sizing: border-box;
}

.wrapper{
  min-height: 100vh;
  padding: 6.48vw 0;
  text-align: center;
}
.progress-bar {
  padding: 0 4.6vw;
  display: flex;
  gap: 0 1.1vw;
}
.progress-bar div {
  flex: 1;
  background: #fff;
  height: 3.1vw;
}
.progress-bar div.is-active {
  background-color: #f7f50c;
}
.progress-num {
  margin-top: 1.1vw;
  font-size: 4.2vw;
  color: #fff;
}
.num {
  width: 16.4vw;
  height: 16.4vw;
  margin-top: 9.2vw;
  font-size: 7.6vw;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9.2vw auto 0;
  border-radius: 2.4vw;
  background-color: #f7f50c;
  color: #fff;
}
.question-text {
  margin-top: 3.7vw;
  font-size: 7.2vw;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  min-height: 54vw;
}
.answer-list {
  display: flex;
  margin: 0 4.6vw;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
.answer-list:after {
  content: "";
  height: 0.8vw;
  width: 80%;
  background-color: #64daeb;
  z-index: -1;
  position: absolute;
  top: 8.6vw;
  left: 10%;
}
.answer-list label {
  display: block;
}
.answer-list input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 0;
  position: absolute;
  opacity: 0;
}
.answer-list span {
  display: block;
  width: 16.4vw;
  height: 16.4vw;
  border-radius: 50%;
  border: 0.8vw solid #64daeb;
  background-color: #fff;
  text-indent: -9999px;
}
.answer-list :checked + span {
  background-color: #64daeb;
}
.answer-list p {
  font-size: 2.3vw;
  color: #2f2f2f;
  font-weight: 500;
  line-height: 1.2;
  margin: 2.3vw -1em 0;
}
.next {
  margin-top: 8.3vw;
  text-align: center;
}
.next button {
  -webkit-appearance: none;
  width: 82.5vw;
  height: 17.6vw;
  font-size: 5.2vw;
  color: #fff;
  background-color: #64daeb;
  border-radius: 50vh;
  border-style: none;
  font-weight: bold;
}
.prev {
  margin-top: 7.2vw;
  text-align: center;
}
.prev button {
  -webkit-appearance: none;
  width: 33.3vw;
  height: 11.1vw;
  font-size: 5.2vw;
  color: #64daeb;
  background-color: #fff;
  border-radius: 50vh;
  border: 1px solid #64daeb;
  font-weight: bold;
}
.product-page .wrapper {
  padding: 35px 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.productContent {
  padding: 0 3vw;
}
.product-page .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
  padding: 16px;
}
.product-page .wc-block-components-quantity-selector {
  display: none !important;
}
.productContent__title {
  font-size: 4.8vw;
  width: 23.4vw;
  margin: 0 auto;
  padding-bottom: 2vw;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.productPrice {
  color: #fff;
  margin: 8.4vw auto 0;
  width: 94vw;
  position: relative;
  padding: 8.2vw 0 8.8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productPrice:before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(../img/box-top.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0px;
  left: 0px;
}
.productPrice:after {
  content: "";
  width: 100%;
  height: 50%;
  background: url(../img/box-bottom.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.productPrice__price {
  font-size: 7.2vw;
  font-weight: bold;
}
.productPrice__price small {
  font-size: 50%;
  font-weight: normal;
}
.productPrice__text {
  margin-top: 3.7vw;
  font-size: 2.7vw;
  text-align: left;
}
.woocommerce table.shop_table {
  background-color: #fafbfc;
}
.woocommerce-additional-fields {
  display: none;
}
.woocommerce .col2-set#customer_details .col-1 {
  width: 100%;
}
.thankyou__title {
  font-size: 6.6vw;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.thankyou__buttons {
  margin-top: 22vw;
}
.thankyou__buttons .item {
  display: flex;
  justify-content: center;
}
.thankyou__buttons .item + .item {
  margin-top: 3.7vw;
}
.thankyou__share {
  margin-top: 7.8vw;
  font-size: 5vw;
  text-align: center;
  font-weight: bold;
}
.button-line {
  width: 82.5vw;
  height: 17.6vw;
  font-size: 5.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #4ed41d;
  border-radius: 50vh;
  border-style: none;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
}
.button-blue {
  width: 82.5vw;
  height: 17.6vw;
  font-size: 5.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #64daeb;
  border-radius: 50vh;
  border-style: none;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
}
.button-blue small {
  font-size: 50%;
}
.button-blue:hover {
  background-color: #3cbbce;
  color: #fff
}
.thankyouSns {
  text-align: center;
  margin-top: 7.4vw;
}
.thankyouSns__title {
  font-size: 5vw;
  color: #fff;
  font-weight: bold;
}
.thankyouSns__list {
  display: flex;
  justify-content: center;
  gap: 0 5.2vw;
  margin-top: 1.8vw;
}
.thankyouSns__list li {
  width: 12.4vw;
}
.thankyou__caution {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}
.thankyou__type {
  margin-top: 60px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 540px){
  .wrapper {
    padding: 35px 0 35px;
    max-width: 540px;
    margin: 0 auto;
  }
  .progress-bar {
    padding: 0 25px;
    display: flex;
    gap: 0 6px;
  }
  .progress-bar div {
    height: 17px;
  }
  .progress-num {
    margin-top: 5px;
    font-size: 16px;
  }
  .num {
    width: 89px;
    height: 89px;
    margin-top: 50px;
    font-size: 35px;
    border-radius: 12px;
  }
  .question-text {
    margin-top: 20px;
    font-size: 36px;
    min-height: 294px;
  }
  .answer-list {
    margin: 0 25px;
  }
  .answer-list:after {
    content: "";
    height: 4.5px;
    top: 44px;
  }
  .answer-list span {
    width: 89px;
    height: 89px;
    border: 4.5px solid #64daeb;
  }
  .answer-list p {
    font-size: 13px;
    margin-top: 13px;
  }
  .next {
    margin-top: 45px;
  }
  .next button {
    width: 446px;
    height: 95px;
    font-size: 28px;
  }
  .prev {
    margin-top: 39px;
  }
  .prev button {
    width: 180px;
    height: 60px;
    font-size: 28px;
  }
  .productContent {
    padding: 0;
  }
  .productContent__title {
    font-size: 26px;
    width: 126px;
    padding-bottom: 10px;
  }
  .productPrice {
    margin-top: 40px;
    width: 510px;
    padding: 44px 0 48px;
  }
  .productPrice__price {
    font-size: 39px;
  }
  .productPrice__text {
    margin-top: 20px;
    font-size: 15px;
  }
  .thankyou__title {
    font-size: 36px;
  }
  .thankyou__buttons {
    margin-top: 120px;
  }
  .thankyou__buttons .item + .item {
    margin-top: 20px;
  }
  .thankyou__share {
    margin-top: 30px;
    font-size: 26px;
    text-align: center;
  }
  .thankyou__caution {
    font-size: 14px;
  }
  .button-line {
    width: 446px;
    height: 95px;
    font-size: 28px;
  }
  .button-blue {
    width: 446px;
    height: 95px;
    font-size: 28px;
  }
  .thankyouSns {
    margin-top: 40px;
  }
  .thankyouSns__title {
    font-size: 27px;
  }
  .thankyouSns__list {
    margin-top: 20px;
    gap: 0 28px;
  }
  .thankyouSns__list li {
    width: 67px;
  }
}