@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500@900&display=swap");
html {
  scroll-behavior: smooth;
  background: rgba(255, 127, 5, 0.1);
}

body {
  background: #fff;
  position: relative;
  max-width: 480px;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6875;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4 {
  margin: 0;
}

a {
  opacity: 1;
  transition: opacity 0.3s linear;
}
a:hover {
  opacity: 0.8;
}

* {
  box-sizing: border-box;
}

.inner, .point__item-contents, .comparison__description, .comparison__title, .machine__contents-description {
  padding-inline: 20px;
}
.inner.--thin, .--thin.point__item-contents, .--thin.comparison__description, .comparison__title, .machine__contents-description {
  padding-inline: 10px;
}

.cta_menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  background: #fff;
  z-index: 2;
}
.cta_menu > div {
  width: 95%;
  margin: 10px auto;
}
.cta_menu > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
}
.cta_menu > div:nth-of-type(1) a {
  width: 31%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding-block: 10px;
  font-weight: 700;
}
.cta_menu > div:nth-of-type(1) a p {
  margin: 0;
  text-align: center;
}
.cta_menu > div:nth-of-type(1) a img {
  display: block;
  margin: auto;
}
.cta_menu > div:nth-of-type(1) a:nth-of-type(1) {
  background: #F39506;
}
.cta_menu > div:nth-of-type(1) a:nth-of-type(1) img {
  width: 30px;
  height: auto;
}
.cta_menu > div:nth-of-type(1) a:nth-of-type(2) {
  background: #07B53B;
}
.cta_menu > div:nth-of-type(1) a:nth-of-type(2) img {
  width: 34px;
  height: auto;
}
.cta_menu > div:nth-of-type(1) a:nth-of-type(3) {
  background: #888;
}
.cta_menu > div:nth-of-type(1) a:nth-of-type(3) img {
  padding-block: 2px;
  width: 28px;
  height: auto;
}

.header {
  display: flex;
  justify-content: space-between;
  padding-block: 12px;
  padding-inline: 20px 10px;
}
.header__title {
  font-size: 10px;
  letter-spacing: calc(10px * 0.25);
}
.header__logo {
  line-height: 1;
}
.header__logo-img {
  width: 86px;
  height: auto;
}
.header__div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__shop {
  font-size: 13px;
  line-height: normal;
}

.fv {
  position: relative;
  z-index: 2;
}
.fv__contents {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.fv__contents-text {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px;
  background-color: #000;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
  color: white;
}
.fv__contents-text.--emphasis {
  color: #FF7F05;
}
.fv__shopname {
  position: absolute;
  top: 20px;
  left: 20px;
  width: clamp(100px, 28vw, 200px);
  height: clamp(100px, 28vw, 200px);
  border: solid 4px #FF7F05;
  background: #fff;
  border-radius: 50%;
}
.fv__shopname h2 {
  line-height: calc(clamp(100px, 28vw, 200px) - 8px);
  text-align: center;
}
.fv__shopname h2.wordcount-3 {
  font-size: clamp(20px, 5dvw, 34px);
}
.fv__shopname h2.wordcount-4 {
  /* 4文字バージョン */
  font-size: clamp(20px, 5dvw, 34px);
}
.fv__shopname h2.wordcount-5 {
  /* 5 */
  font-size: clamp(18px, 5dvw, 38px);
}
.fv__shopname h2.wordcount-6 {
  /* 6 */
  font-size: clamp(12px, 4dvw, 30px);
}

.campaign {
  position: relative;
  padding-block: 30px;
  padding-inline: 20px 12px;
  background: rgba(255, 127, 5, 0.1);
}
.campaign__title {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-left: 10px;
  border-left: 5.4px #FF7F05 solid;
  font-size: 16px;
  font-weight: 900;
}
.campaign__title-text {
  line-height: 1;
}
.campaign__price {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  background-color: #FF7F05;
  border-radius: 50%;
}
.campaign__price-contents {
  text-align: center;
  font-weight: 900;
}
.campaign__price-contents__text {
  display: block;
  font-size: 10px;
  letter-spacing: calc(10px * 0.25);
}
.campaign__price-contents__text .--emphasis {
  display: inline-block;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 50%);
}
.campaign__price-contents__price {
  display: block;
  margin-top: 3px;
  font-size: 18px;
}
.campaign__price-contents__price .--emphasis {
  display: inline-block;
  transform: scaleX(0.85);
  font-size: 40px;
  line-height: 1;
}
.campaign__subtitle {
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: calc(24px * 0.05);
  line-height: 1;
}
.campaign__subtitle-img {
  width: 186px;
}
.campaign__subtitle-img-wrap {
  text-align: center;
  margin-bottom: 12px;
}

.result {
  margin-top: 48px;
}
.result__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}
.result__title-img {
  width: 202px;
}
.result__title-img-wrap {
  margin-bottom: 5px;
}
.result__item {
  margin-top: 32px;
}
.result__item + .result__item {
  margin-top: 51px;
}
.result__item-title {
  position: relative;
  padding: 17px;
  text-align: center;
  background-color: #FF7F05;
  border-radius: 15px;
  color: white;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}
.result__item-title::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-40%, 100%) skew(-40deg, 0deg);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 10px solid transparent;
  border-top-color: #FF7F05;
}
.result__item-img-wrap {
  margin-top: 20px;
}

.scroll {
  margin-top: 27px;
  text-align: center;
}
.scroll__img {
  width: 36px;
}

.trouble {
  margin-top: 50px;
}
.trouble__contents {
  padding-block: 54px;
  background-image: url(../img/trouble-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 15px;
}
.trouble__title {
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4166666667;
}
.trouble__title .--emphasis {
  display: inline-block;
  background-image: linear-gradient(to bottom, rgba(255, 127, 5, 0) 50%, rgba(255, 127, 5, 0.7) 50%);
}
.trouble__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-width: 255px;
  margin-top: 40px;
  margin-inline: auto;
}
.trouble__item {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.7142857143;
}

.feature {
  margin-top: 60px;
}
.feature__title {
  text-align: center;
}
.feature__title-img {
  width: 228px;
}
.feature__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 60px;
}

.machine {
  margin-top: 50px;
}
.machine__inner {
  padding-block: 36px 12px;
  background-color: #FF7F05;
}
.machine__title {
  padding-inline: 10px 5px;
}
.machine__contents {
  margin-top: 16px;
}
.machine__contents-title {
  color: white;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15625;
}
.machine__contents-description {
  margin-top: 12px;
}
.machine__img-wrap {
  padding-inline: 10px;
  background-image: linear-gradient(to bottom, #ff7f05 50%, rgba(255, 127, 5, 0) 50%);
}

.comparison {
  margin-top: 60px;
}
.comparison__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15625;
}
.comparison__title-img {
  width: 201px;
}
.comparison__title-img-wrap {
  margin-bottom: 43px;
  text-align: center;
}
.comparison__description {
  margin-top: 18px;
}
.comparison__list {
  display: grid;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 50px;
}

.content-cta__box {
  padding: 30px 5px;
  background-color: #FF7F05;
  border-radius: 15px;
  text-align: center;
  transform: translateY(50%);
}
.content-cta__box-title__img {
  width: 240px;
}
.content-cta__box-text {
  margin-top: 13px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: white;
}
.content-cta__box-text .--price {
  display: inline-block;
  font-size: 48px;
  color: #000;
}
.content-cta__box-text .--price-before, .content-cta__box-text .--price-after {
  display: inline-block;
  font-size: 24px;
}
.content-cta__box-text .--price-before {
  content: attr(before);
  margin-left: 8px;
}
.content-cta__box-text .--price-after {
  content: attr(after);
}
.content-cta__contents {
  background-image: url(../img/contact-cta__bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-block: 160px 145px;
}
.content-cta .campaign {
  background-color: #FF7F05;
}
.content-cta .campaign__title {
  border-left-color: white;
}
.content-cta .campaign__price {
  background-color: white;
}
.content-cta .campaign__price-contents__text .--emphasis {
  background-image: linear-gradient(to bottom, rgba(255, 127, 5, 0) 50%, #ff7f05 50%);
}

.point {
  counter-reset: point-counter;
}
.point__item + .point__item {
  margin-top: 30px;
}
.point__item-contents {
  margin-top: -26px;
}
.point__item-contents__title {
  position: relative;
  padding: 16px 13px;
  text-align: center;
  border-radius: 15px;
  background-color: #FF7F05;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}
.point__item-contents__title::after {
  content: counter(point-counter, decimal-leading-zero);
  counter-increment: point-counter;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-70%);
  color: white;
  font-size: 48px;
}
.point__item-contents__description {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.6;
}

.faq {
  position: relative;
  z-index: 100;
  margin-top: 30px;
  padding-block: 50px;
  background-color: #F5F5F5;
}
.faq__title {
  text-align: center;
}
.faq__title-img {
  width: 211px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 30px;
}
.faq__item-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 13px 15px;
  background-color: #FF7F05;
  border-radius: 25px;
  color: white;
  font-weight: 900;
  line-height: 1;
}
.faq__item-title::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -3px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(45deg) skew(5deg);
  transform-origin: 70% 60%;
}
.--active .faq__item-title {
  border-radius: 25px 25px 0 0;
}
.--active .faq__item-title::after {
  transform: rotate(225deg) skew(5deg);
  transform-origin: 60% 70%;
}
.faq__item-content {
  display: none;
  padding: 15px 10px;
  border-radius: 0 0 15px 15px;
  background-color: white;
  font-size: 13px;
  line-height: 1.6;
}
.--active .faq__item-content {
  display: block;
}

.form {
  position: relative;
  z-index: 100;
  padding-top: 50px;
  background-color: white;
}
.form__inner {
  padding-inline: 16px;
}
.form__title {
  color: #FF7F05;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
.form__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 24px;
}
.form__item-label {
  font-size: 16px;
  font-weight: 900;
}
.form__item.--submit input {
  background-color: #FF7F05;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-weight: 900;
}
.form__item-notice {
  font-size: 10px;
}
.form input,
.form textarea,
.form select {
  width: 100%;
  border: 0;
  border-radius: 4px;
  background-color: #F7F6F4;
  padding: 12px 12px 14px;
  font-size: 14px;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
  color: #D0C0B5;
}
.form input::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  color: #D0C0B5;
}
.form textarea {
  min-height: calc(4.5em + 24px);
}
.form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
}

.footer {
  margin-top: 50px;
  padding: 20px;
  text-align: center;
  background-color: #FF7F05;
  font-size: 12px;
}
.footer__link {
  color: white;
  text-decoration: none;
}
.footer__copy {
  display: block;
  margin-top: 8px;
  color: white;
}

.shop {
  position: relative;
  z-index: 100;
}

.shop .info {
  background: #FF7F05;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.shop .info .data {
  width: 55%;
}

.shop .info .data > div:nth-of-type(1) p {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
  margin-right: auto;
}

.shop .info .data > div:nth-of-type(n) {
  display: flex;
  gap: 4px;
  font-weight: 500;
}

.shop .info .data > div:nth-of-type(n+2) > p:nth-of-type(1) {
  display: block;
  width: 64px;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 12px;
  color: #FF7F05;
  text-align: center;
  /* padding: 2px 0; */
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
}

.shop .info .data > div:nth-of-type(n+2) > p:nth-of-type(2) {
  width: auto;
  white-space: wrap;
  font-size: 12px;
  width: 65%;
}

.shop .info .map {
  width: 35%;
}

.shop .info .map iframe {
  width: 100%;
  height: 275px;
}/*# sourceMappingURL=style.css.map */