@charset "UTF-8";
/**
共通スタイル
 */
.context .lp .about-kizashi .items, .context .lp .feature .items {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
.context .lp .about-kizashi .items .item, .context .lp .feature .items .item {
  display: flex;
  width: 100%;
}
.context .lp .about-kizashi .items .item .content, .context .lp .feature .items .item .content {
  min-width: 220px;
  width: 220px;
  font-size: 12px;
  line-height: 185%;
}
.context .lp .about-kizashi .items .item .content .title, .context .lp .feature .items .item .content .title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 3px;
}
.context .lp .about-kizashi .items .item .image, .context .lp .feature .items .item .image {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -20px;
}
.context .lp .about-kizashi .items .item .image img, .context .lp .feature .items .item .image img {
  width: 75px;
}

.context .lp .about-omotenashi .items, .context .lp .example .items {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.context .lp .about-omotenashi .items .item, .context .lp .example .items .item {
  display: flex;
  align-items: center;
}
.context .lp .about-omotenashi .items .item .content, .context .lp .example .items .item .content {
  width: 50%;
  font-size: 10px;
  padding-left: 15px;
  text-align: justify;
}
.context .lp .about-omotenashi .items .item .content .title, .context .lp .example .items .item .content .title {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 8px;
}
.context .lp .about-omotenashi .items .item .image, .context .lp .example .items .item .image {
  width: 50%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  background-color: rgb(52, 48, 44);
}

.context {
  display: flex;
  justify-content: center;
}
.context img {
  max-width: 100%;
}
.context .font-color-orange {
  color: #c99c54;
}
.context .lp {
  color: #fff;
  background-color: #1d1913;
  max-width: 390px;
  width: 390px;
  filter: drop-shadow(0px 0px 34px rgb(52, 48, 44));
}
.context .lp .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
}
.context .lp .container h2 {
  font-size: 28.29px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
}
.context .lp .container h2:before {
  content: "";
  height: 1px;
  width: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  background-color: #a98449;
}
.context .lp .container h2 .subtitle {
  font-size: 12.31px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding-bottom: 8px;
}
.context .lp .catch .heading {
  color: #fff;
  font-size: 23.17px;
  font-weight: 600;
  text-align: center;
}
.context .lp .go-download .heading {
  background-color: #c29754;
  text-decoration: none;
  height: 42px;
  font-size: 15.21px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  width: 100%;
}
.context .lp .go-download .stores {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.context .lp .go-download .stores .store {
  display: block;
  width: 250px;
  max-width: 100%;
}
.context .lp .about {
  text-align: center;
  font-size: 12.28px;
  line-height: 200%;
}
.context .lp .about .heading {
  font-weight: bold;
  font-size: 13.88px;
  line-height: 200%;
}
.context .lp .price .amount {
  font-weight: bold;
  font-size: 24px;
  padding-top: 20px;
}
.context .lp .price .amount del {
  text-decoration: none;
  position: relative;
}
.context .lp .price .amount del:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: calc(100% + 20px);
  height: 3px;
  background-color: #DD1C1C;
}
.context .lp .price .amount small {
  font-size: 15px;
}
.context .lp .price .campaign {
  font-weight: bold;
  position: relative;
  font-size: 20px;
  padding: 5px 0;
}
.context .lp .price .campaign:before {
  content: "";
  background-color: #C99C54;
  height: 1px;
  width: 40px;
  position: absolute;
  bottom: 20.5px;
  left: -38px;
  transform: rotate(45deg);
}
.context .lp .price .campaign:after {
  content: "";
  background-color: #C99C54;
  height: 1px;
  width: 40px;
  position: absolute;
  bottom: 20.5px;
  right: -38px;
  transform: rotate(135deg);
}
.context .lp .example .heading {
  font-weight: 400;
  padding-bottom: 25px;
}
.context .lp .about-omotenashi .description {
  font-size: 12.28px;
  line-height: 200%;
  padding: 20px 20px;
  text-align: center;
}
.context .lp .about-kizashi {
  padding-bottom: 60px;
}
.context .lp .about-kizashi .description {
  font-size: 12.28px;
  line-height: 200%;
  padding: 20px 20px;
  text-align: center;
}
.context .lp .about-kizashi .items .item .image img {
  width: 50px;
}
.context .lp .footer {
  padding-top: 40px;
}
.context .lp .footer .logo {
  width: 67px;
}
.context .lp .footer .copyright {
  font-size: 13px;
  padding-top: 20px;
}

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