html,
body,
p,
ul,
li,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  border: none !important;
}

*,
::after,
::before {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

li {
  list-style: none !important;
}

.sp {
  display: none;
}

.flex {
  display: flex;
}

.yellow {
  color: #fff8a3;
}

.yellow-under {
  background-color: #fff8a3;
}

.l-header {
  display: none;
}

.form-group_date {
  display: block !important;
}

.c-section {
  padding: 0 !important;
}

.content-width.padding-inner {
  max-width: 100% !important;
  padding: 0 !important;
}

.single_title {
  display: none !important;
}

#header {
  display: none;
}

@media screen and (min-width: 768px) {
  #header {
    display: block;
    position: sticky;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    background: #fff;
    box-sizing: border-box;
  }

  #header .inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  #header .logo {
    position: relative;
    margin: 0;
    padding: 0;
    width: 220px;
    font-weight: bold;
  }

  #header .navi {
    margin: 0 0 0 auto;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    list-style: none;
  }

  #header .navi li:first-child {
    margin-left: 0;
  }

  #header .navi li {
    margin: 5px 0 5px 20px;
  }

  #header .navi li a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
  }
}

.header {
  position: relative;
  background: url(../img/header-bg.jpg);
  background-size: cover;
  padding: 7.7vw 0 5.3vw;
}

.header .header-inner {
  max-width: 900px;
  margin: 0 auto;
}

.header .header-inner .title {
  font-size: 8.3vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  text-align: center;
  color: #e35293;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 108px 0;
  }
  .header .header-inner .title {
    font-size: 51px;
  }
}

.content-inner {
  padding: 0 4.3vw;
}

@media screen and (min-width: 768px) {
  .content-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
  }
}

.section01 {
  margin-bottom: 10.2vw;
}

.section01 h2 {
  font-size: 6.4vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 9.4vw;
  text-align: center;
  color: #e35293;
}

.section01 .content-inner .text-box {
  font-size: 3.8vw;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.8;
  margin-top: 5.1vw;
}

.section01 .content-inner .origio-img {
  width: 30.2vw;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .section01 .content-inner {
    margin-top: 62px;
  }
  .section01 .content-inner .text-box {
    margin-top: 79px;
    font-size: 23px;
  }
  .section01 .content-inner .text-box .text {
    display: block;
    font-size: 42px;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.045em;
    color: #e35293;
  }
  .section01 .content-inner .origio-img {
    width: 213px;
  }
}

.section02 {
  background: url(../img/section-bg.png);
  background-size: cover;
  padding-top: 6.7vw;
  margin-bottom: 11.2vw;
}

.section02 h2 {
  font-size: 6.4vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  padding: 0 !important;
  border: none !important;
}

.section02 h2 span {
  background: #e35293;
  padding: 0 20px;
  letter-spacing: -0.1em;
}

.section02 .content-inner {
  margin-top: -2.7vw;
  padding: 0 3.2vw;
  align-items: end;
}

.section02 .content-inner .model {
  width: 50.4vw;
  object-fit: cover;
}

.section02 .content-inner .list {
  list-style: none;
  padding-top: 14.7vw;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section02 .content-inner .list li {
  font-size: 3.7vw;
  font-family: 'Noto Sans', sans-serif;
  padding: 1.6vw 2.7vw 1.6vw 1.6vw;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  margin: 0 1.4vw 1.4vw 0;
}

.section02 .content-inner .list li:last-child {
  padding: 6px;
  margin: 0 0 5px;
}

.section02 .content-inner .list li::before {
  content: url(../img/check-mark.png);
  vertical-align: middle;
  margin-right: 4px;
}

@media screen and (min-width: 768px) {
  .section02 {
    padding-top: 0;
  }
  .section02 .content-inner {
    padding: 0;
  }

  .section02 .content-inner .model {
    width: 405px;
    height: 100%;
  }

  .section02 .content-inner .list {
    padding-top: 42px;
    padding-bottom: 67px;
  }

  .section02 .content-inner .list li {
    font-size: 23px;
    padding: 12px 24px 12px 12px;
    margin: 0 10px 10px 0;
  }

  .section02 .content-inner .list li:last-child {
    padding: 12px;
  }

  .section02 .content-inner .list li::before {
    margin-right: 8px;
  }

  .section02 h2 {
    font-size: 39px;
    margin-top: 78px;
  }
}

.section03 {
  margin-bottom: 38px;
}

.section03 .content-inner p {
  font-size: 4.3vw;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 6.4vw;
}

.section03 .content-inner .price-area {
  background: url(../img/frame-sp.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 5.3vw 0 0;
  margin-bottom: 13.4vw;
}

.section03 .content-inner .price-area h3 {
  font-size: 9.6vw;
  color: #ba981f;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 0 !important;
  width: auto;
  border: none;
}

.section03 .content-inner .price-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.2;
}
.section03 .content-inner .price-box .open-price {
  background-color: #bfa145;
  color: #fff;
  padding: 4.6vw 2.2vw;
  font-size: 5.6vw;
  margin-right: 1.6vw;
  margin-bottom: 0;
}
.section03 .content-inner .price-box .normal-price {
  position: relative;
}
.section03 .content-inner .price-box .normal-price p {
  font-size: 5.1vw;
  color: #000;
	line-height: 1.6;
  margin-bottom: 0;
}
.section03 .content-inner .price-box .normal-price p span {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
}
.section03 .content-inner .price-box .normal-price .border {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #000;
  transform: translateX(-50%);
}
.section03 .content-inner .price-box .normal-price::after {
  content: '（税込）';
  font-size: 1.4vw;
  position: absolute;
  top: 0vw;
  right: 4.7vw;
}
.section03 .content-inner .price-box .discount-price {
  position: relative;
  margin-top: -20px;
}
.section03 .content-inner .price-box .discount-price p {
  font-size: 14.6vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
	line-height: 1.6;
  color: #e91e63;
  margin-bottom: 0;
}
.section03 .content-inner .price-box .discount-price p span {
  font-size: 9.6vw;
}
.section03 .content-inner .price-box .discount-price::after {
  content: '（税込）';
  font-size: 2.7vw;
  color: #e91e63;
  position: absolute;
  top: 6.4vw;
  right: -0.6vw;
}

.section03 .content-inner h2 {
  position: relative;
  font-size: 7.5vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}

.section03 .content-inner h2::after {
  content: url(../img/text-decoration.png);
}

.section03 .content-inner .price {
  margin-bottom: 13.4vw;
}

.section03 .content-inner ul li {
  width: 100%;
  font-size: 5.4vw;
  color: #fff;
  background: #3d3113;
  padding: 1.6vw 2.4vw;
  margin-bottom: 2.7vw;
  border-radius: 30px;
}

.section03 .content-inner ul li strong {
  color: #fff8a3;
}

.section03 .content-inner ul li::before {
  content: url(../img/check-mark02.png);
  display: inline-block;
  width: 8vw;
  height: 8vw;
  margin-right: 1.9vw;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .section03 {
    margin-bottom: 177px;
  }

  .section03 .content-inner p {
    font-size: 23px;
    margin-bottom: 56px;
  }

  .section03 .content-inner .price-area {
    background: url(../img/frame.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 74px 0 70px;
    margin-bottom: 108px;
  }

  .section03 .content-inner .price-area h3 {
    font-size: 62px;
    color: #ba981f;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    text-align: center;
    margin-bottom: 29px;
  }

  .section03 .content-inner .price-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.2;
  }
  .section03 .content-inner .price-box .open-price {
    background-color: #bfa145;
    color: #fff;
    padding: 24px;
    font-size: 37px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .section03 .content-inner .price-box .normal-price {
    position: relative;
  }
  .section03 .content-inner .price-box .normal-price p {
    font-size: 41px;
	  line-height: 1.2;
    color: #000;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .section03 .content-inner .price-box .normal-price p span {
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
  }
  .section03 .content-inner .price-box .normal-price .border {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transform: translateX(0);
  }
  .section03 .content-inner .price-box .normal-price::after {
    content: '（税込）';
    font-size: 14px;
    position: absolute;
    top: -10px;
    right: 4px;
  }
  .section03 .content-inner .price-box .discount-price {
    position: relative;
  }
  .section03 .content-inner .price-box .discount-price p {
    font-size: 83px;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
	  line-height: 1.2;
    color: #e91e63;
    margin-bottom: 0;
  }
  .section03 .content-inner .price-box .discount-price p span {
    font-size: 43px;
  }
  .section03 .content-inner .price-box .discount-price::after {
    content: '（税込）';
    font-size: 14px;
    color: #e91e63;
    position: absolute;
    top: 32px;
    right: 25px;
  }

  .section03 .content-inner .price {
    margin-bottom: 0;
  }

  .section03 .content-inner h2 {
    font-size: 31px;
    margin-bottom: 42px;
  }

  .section03 .content-inner h2 span {
    font-size: 41px;
  }

  .section03 .content-inner h2::after {
    content: url(../img/text-decoration-sp.png);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section03 .content-inner ul li {
    font-size: 28px;
    padding: 11px 20px;
  }

  .section03 .content-inner ul li::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
}

.section04 {
  background: url(../img/gradation-bg.png);
  background-size: cover;
  padding-bottom: 22.4vw;
}

.section04 .content-inner h2 {
  font-size: 10.7vw;
  text-align: center;
  color: #e35293;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 7vw;
  margin-top: 0 !important;
}

.section04 .content-inner h2 span {
  display: block;
  font-size: 6.4vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  color: #000;
}

.section04 .content-inner .block-area .block {
  margin-bottom: 7vw;
}

.section04 .content-inner .block-area .block .detail {
  position: relative;
  background: #fff;
  padding: 8vw 5.1vw 8vw;
}

.section04 .content-inner .block-area .block img {
  display: block;
}

.section04 .content-inner .block-area .block .detail h2 {
  position: absolute;
  top: -10.7vw;
  left: 4.8vw;
  color: #f887ba;
  font-size: 50px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}

.section04 .content-inner .block-area .block .detail h3 {
  font-size: 6.4vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  color: #e35293;
  margin-bottom: 3.2vw;
}

@media screen and (min-width: 768px) {
  .section04 {
    padding-bottom: 135px;
  }
  .section04 .content-inner h2 {
    font-size: 64px;
    margin-bottom: 85px;
  }
  .section04 .content-inner h2 span {
    font-size: 32px;
  }
  .section04 .content-inner .flex-normal {
    display: flex;
  }
  .section04 .content-inner .flex-reverse {
    display: flex;
    flex-direction: row-reverse;
  }
  .section04 .content-inner .block-area .block {
    position: relative;
    margin-bottom: 27px;
  }
  .section04 .content-inner .block-area .flex-normal .detail {
    width: 50%;
    padding: 56px 42px 56px 23px;
  }
  .section04 .content-inner .block-area .flex-reverse .detail {
    width: 50%;
    padding: 56px 23px 56px 42px;
  }
  .section04 .content-inner .block-area .flex-normal img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 53%;
    height: auto;
    z-index: 99;
  }
  .section04 .content-inner .flex-reverse img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 53%;
    height: auto;
    z-index: 99;
  }
  .section04 .content-inner .block-area .block .detail h2 {
    font-size: 71px;
    top: -61px;
    left: 53px;
  }
  .section04 .content-inner .block-area .block .detail h3 {
    font-size: 32px;
  }
  .section04 .content-inner .block-area .block .detail p {
    font-size: 20px;
  }
}

.section05 {
  margin-bottom: 15.5vw;
}

.section05 .arrow {
  width: 10.7vw;
  margin: 2.7vw auto;
}

.section05 .content-inner h2 {
  font-size: 11vw;
  text-align: center;
  color: #e35293;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8vw;
}

.section05 .content-inner h2 span {
  display: block;
  font-size: 6.4vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  color: #000;
}

.section05 .content-inner .step-area {
  padding-left: 8vw;
}

.section05 .content-inner .step-area .step {
  position: relative;
  background: #faf3e6;
  padding: 6.7vw 5.4vw 5.4vw 9.9vw;
}

.section05 .content-inner .step-area .step .step-number {
  position: absolute;
  top: 50%;
  left: -8.3vw;
  transform: translateY(-50%);
  width: 16.3vw;
  height: 16.3vw;
  padding: 3.5vw 0;
  font-size: 4.3vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #e35293;
  border-radius: 100px;
}

.section05 .content-inner .step-area .step .step-number span {
  display: block;
  font-size: 6.4vw;
}

.section05 .content-inner .step-area .step h3 {
  font-size: 6.4vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  letter-spacing: -0.1rem;
  border-bottom: 1px dotted;
  padding: 0 0 1.6vw;
  margin-bottom: 1.6vw;
}

@media screen and (min-width: 768px) {
  .section05 {
    margin-bottom: 125px;
  }
  .section05 .content-inner h2 {
    font-size: 64px;
    margin-bottom: 45px;
  }
  .section05 .content-inner h2 span {
    font-size: 32px;
  }
  .section05 .content-inner .step-area .step h3 {
    font-size: 24px;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
  .section05 .arrow {
    width: 40px;
    margin: 20px auto;
  }
  .section05 .content-inner .step-area {
    padding-left: 51px;
  }
  .section05 .content-inner .step-area .step {
    padding: 51px 44px 51px 89px;
  }
  .section05 .content-inner .step-area .step .step-number {
    left: -51px;
    width: 101px;
    height: 101px;
    padding: 25px 0;
    font-size: 22px;
  }
  .section05 .content-inner .step-area .step .step-number span {
    font-size: 33px;
  }
  .section05 .content-inner .step-area .step p {
    font-size: 20px;
  }
}

.catch-copy .content-inner p {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
	font-size: 3.2vw;
	margin-bottom: 15.5vw;
}

@media screen and (min-width: 768px) {
  .catch-copy {
    margin-bottom: 125px;
  }
  .catch-copy .content-inner p {
    font-size: 20px;
  }
}

.section06 {
  background: url(../img/qa-bg.jpg);
  background-size: cover;
  padding: 12.3vw 0 17.9vw;
}

.section06 .content-inner h2 {
  font-size: 11.2vw;
  text-align: center;
  color: #e35293;
  line-height: 1;
  margin-bottom: 6.4vw;
}

.section06 .content-inner h2 span {
  font-size: 5.6vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  color: #000;
}

.section06 .content-inner .qa-area {
  margin-bottom: 5.4vw;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.section06 .content-inner .qa-area .q-area {
  padding: 1.9vw 1.9vw 1.9vw 5.1vw;
  background: #e35293;
}

.section06 .content-inner .qa-area .q-area strong {
  font-size: 7.5vw;
  margin-right: 2.7vw;
  vertical-align: sub;
}

.section06 .content-inner .qa-area .q-area p {
  font-size: 4.3vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  color: #fff;
}

.section06 .content-inner .qa-area .a-area {
  padding: 1.9vw 5.1vw;
  background: #fff;
}

.section06 .content-inner .qa-area .a-area strong {
  font-size: 28px;
  margin-right: 10px;
}

.section06 .content-inner .qa-area .a-area p {
  display: flex;
  align-items: baseline;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .section06 {
    padding: 116px 0 179px;
  }
  .section06 .content-inner h2 {
    font-size: 64px;
    margin-bottom: 66px;
  }
  .section06 .content-inner h2 span {
    font-size: 32px;
  }
  .section06 .content-inner .qa-area {
    margin-bottom: 32px;
  }
  .section06 .content-inner .qa-area .q-area {
    padding: 27px 0 26px 30px;
  }
  .section06 .content-inner .qa-area .q-area strong {
    font-size: 47px;
    margin-right: 23px;
  }
  .section06 .content-inner .qa-area .q-area p {
    font-size: 24px;
  }
  .section06 .content-inner .qa-area .a-area {
    padding: 31px 35px;
  }
  .section06 .content-inner .qa-area .a-area strong {
    font-size: 47px;
  }
  .section06 .content-inner .qa-area .a-area p {
    font-size: 24px;
  }
}

.footer {
  padding: 15.2vw 0 15.8vw;
  text-align: center;
}

.footer h2 {
  font-size: 11.2vw;
  color: #e35293;
  margin-bottom: 4vw;
}

.footer .sub {
  font-size: 4.8vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  margin-bottom: 5.4vw;
}

.footer h3 {
  width: auto !important;
  font-size: 8vw;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  margin-bottom: 5.1vw;
}

.footer .information {
  font-size: 3.8vw;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 152px 0;
  }
  .footer h2 {
    font-size: 64px;
    margin-bottom: 38px;
  }
  .footer .sub {
    font-size: 24px;
    margin-bottom: 37px;
  }
  .footer h3 {
    font-size: 53px;
    margin-bottom: 30px;
  }
  .footer .information {
    font-size: 22px;
  }
}

.nav .navi {
  display: none;
}

@media screen and (min-width: 768px) {
  .nav .navi {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    display: flex;
    column-gap: 2%;
    width: 38%;
    list-style-type: none;
  }
}

.c-form {
  background: #dbdde1;
  padding: 60px 0;
}

.c-form .content-width.padding-inner {
  max-width: calc(968px + 5rem) !important;
  margin: 0 auto;
}

.c-form_title h2 {
  color: #da5b80;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 48px;
}

.text-center {
  text-align: center;
}

.form-inner {
  background: #fff;
  padding: 32px 16px 20px;
}

.form-group {
  margin-bottom: 1rem;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 500;
}

.mx-2,
.ml-2 {
  margin-left: 0.5rem;
}

.my-2,
.mt-2 {
  margin-top: 0.5rem;
}

.custom-select {
  display: inline-block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  background: #fff
    url(
      data:image/png + xml;charset=utf8,
      %3Cpngxmlns='http://www.w3.org/2000/png'viewBox='0 0 4 5'%3E%3Cpathfill='%23343a40'd='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/png%3E
    )
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.badge-danger {
  color: #fff;
  background-color: #e32929;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, 'Yu Gothic', sans-serif;
  line-height: 1.5;
  background-color: rgb(255, 255, 255);
  border-top-width: initial;
  border-right-width: initial;
  border-left-width: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  padding: 4px 8px;
  border-style: none none solid;
  border-image: initial;
  border-bottom: 1px solid rgb(221, 221, 221);
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.c-form .padding-inner {
  padding: 0rem 2rem !important;
}

textarea.form-control {
  height: auto;
  border: 1px solid #ddd;
}

.badge-light {
  color: #fff;
  background-color: #ccc;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
}

.my-4,
.mt-4 {
  margin-top: 1.5rem;
}

.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-submit {
  width: 85%;
}

@media screen and (min-width: 768px) {
  .btn-submit {
    width: 55%;
  }
}

.floating_btnBox {
  margin-bottom: 32px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  padding-inline: 10px;
}

@media screen and (min-width: 768px) {
  .floating_btnBox {
    display: none;
  }
}

.floating_btnBox-inner {
  display: flex;
  gap: 3%;
}
.floating_btnBox-inner {
  display: flex;
  gap: 3%;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
