@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0 auto;
  padding: 0;
}

body {
  width: 100vw;
  max-width: 420px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: auto;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
}

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

ol,
ul,
a {
  list-style: none;
  list-style-type: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

@media (min-width: 450px) {
  body {
    background-image: url(../images/pc-backimage.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}
body .pc-left-content {
  display: none;
}
@media (min-width: 450px) {
  body .pc-left-content {
    width: calc((100vw - 390px) / 2);
    height: 100vh;
    padding: 25px 25px 70px;
    position: fixed;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body .pc-left-content .pc-left-content-top {
    width: 162px;
    height: 312px;
    flex-shrink: 0;
  }
  body .pc-left-content .pc-left-content-bottom {
    display: flex;
    justify-content: center;
  }
  body .pc-left-content .pc-left-content-bottom .pc-left-content-bottom-links {
    display: flex;
    flex-direction: column;
    justify-content: left;
  }
  body .pc-left-content .pc-left-content-bottom .pc-left-content-bottom-links .pc-left-content-bottom-link {
    color: #FFF;
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
}
body .sp-content {
  width: 100vw;
}
@media (min-width: 450px) {
  body .sp-content {
    max-width: 420px;
    background-color: #fff;
  }
}
body .sp-content header {
  align-items: center;
  background: #C63232;
}
body .sp-content header p {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
body .sp-content .fv-section {
  background-image: url(../images/fv.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body .sp-content .fv-section h2 {
  color: #fff;
  text-align: center;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  padding-top: 100px;
  padding-bottom: 75px;
}
body .sp-content .fv-section h2 .fv-h2-1 {
  font-size: 26px;
  font-style: normal;
  line-height: 48px;
  font-weight: 400;
}
body .sp-content .fv-section h2 .fv-h2-2 {
  font-size: 72px;
  font-style: normal;
  letter-spacing: -3.6px;
  line-height: auto;
  font-weight: 700;
}
body .sp-content .fv-section h2 .fv-h2-3 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}
body .sp-content .doll-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #C63232;
  padding: 13px 0px;
}
body .sp-content .doll-section p {
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.6px;
}
body .sp-content .doll-section img {
  width: 84.986px;
  height: 60px;
}
body .sp-content .yutoku-section {
  display: flex;
  gap: 17px;
  flex-direction: column;
  align-items: center;
  padding: 24px 0px;
}
body .sp-content .yutoku-section .yutoku-logo-container {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
body .sp-content .yutoku-section .yutoku-logo-container img {
  width: 32px;
  height: 35px;
}
body .sp-content .yutoku-section .yutoku-logo-container .yutoku-logo-container-p1 {
  color: #323232;
  text-align: center;
  font-family: "Yuji Syuku", serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .sp-content .yutoku-section .yutoku-logo-container .yutoku-logo-container-p2 {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .sp-content .yutoku-section .yutoku-section-p {
  color: #000;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .sp-content .yutoku-section .yutoku-section-img {
  width: 280px;
  height: auto;
}
body .sp-content .terms-section {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #C63232;
}
body .sp-content .terms-section .term-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .sp-content .terms-section .term-container .term-title {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body .sp-content .terms-section .term-container .term-content {
  padding: 20px 5px;
  border-radius: 10px;
  background: rgba(255, 245, 225, 0.9490196078);
  color: #532A0D;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
body .sp-content .terms-section a {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .sp-content .terms-section a span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
body .sp-content .flow-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #C63232;
}
body .sp-content .flow-section h2 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body .sp-content .flow-section .flow-container {
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  background-image: url(../images/flow_backimage_x1.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
body .sp-content .flow-section .flow-container .flow-container-title {
  padding: 20px;
  color: #C73333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .flow-section .flow-container .flow-image-container {
  height: 105px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body .sp-content .flow-section .flow-container .flow-container-content {
  padding: 0px 0px 20px;
  color: #532A0D;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
body .sp-content .flow-section .flow-container .flow-container-content span {
  color: #532A0D;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
body .sp-content .otakiage-state-section {
  background: #C63232;
  padding: 17px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
body .sp-content .otakiage-state-section .state-title {
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .otakiage-state-section .state-movie iframe {
  max-width: 320px;
}
body .sp-content .certificate-section {
  padding: 20px;
  background: #C63232;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
body .sp-content .certificate-section .certificate-title {
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .certificate-section .certificate-img {
  width: 284px;
  height: 201px;
}
body .sp-content .certificate-section .certificate-content {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
body .sp-content .certificate-section .certificate-content span {
  font-weight: 600;
}
body .sp-content .kit-oder-section {
  padding: 12px;
  color: #323232;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .kit-section {
  padding: 25px 20px;
  background: #C63232;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
body .sp-content .kit-section .kit-oder-title {
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .kit-section .doll-item-lists {
  display: contents;
  gap: 45px;
}
body .sp-content .kit-section .doll-item-lists .doll-item-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-content: center;
  justify-content: center;
}
body .sp-content .kit-section .doll-item-lists .doll-item-list .doll-item-list-text {
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
body .sp-content .kit-section .doll-item-lists .doll-item-list .doll-item-list-text span {
  font-weight: 700;
}
body .sp-content .kit-section .doll-item-lists .doll-item-list .doll-item-card {
  width: 320px;
  height: 200px;
  border-radius: 10px;
  background: #FFF;
  padding: 15px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
body .sp-content .kit-section .doll-item-lists .doll-item-list .doll-item-card .doll-item-card-contents {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
body .sp-content .kit-section .doll-item-lists .doll-item-list .doll-item-card .doll-item-card-contents img {
  width: 112px;
  height: 115px;
  flex-shrink: 0;
}
body .sp-content .kit-section .doll-item-lists .doll-item-list .doll-item-card .doll-item-card-contents .doll-item-box {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: left;
  gap: 10px;
}
body .sp-content .kit-section .doll-item-lists .doll-item-list .doll-item-card .doll-item-card-contents .doll-item-box .doll-item-title {
  color: #323232;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .kit-section .doll-item-lists .doll-item-list .doll-item-card .doll-item-card-contents .doll-item-box .doll-item-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 10px;
  color: #323232;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
body .sp-content .kit-section .doll-item-lists .doll-item-list .doll-item-card .doll-item-card-contents .doll-item-box .doll-item-price {
  color: #C73333;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
body .sp-content .kit-section .doll-item-lists .doll-item-list .doll-item-card .doll-item-card-contents .doll-item-box .doll-item-price span {
  color: #C73333;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .kit-section .doll-item-lists .doll-item-list .doll-item-card .doll-item-detail {
  padding: 8px 58px;
  border-radius: 50px;
  background: #FFD814;
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
body .sp-content .kit-section .kit-section-content {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
body .sp-content .kit-section .kit-section-content span {
  font-weight: 700;
}
body .sp-content .kit-target-section {
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .sp-content .kit-target-section .kit-target-title {
  color: #C63232;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .kit-target-section .kit-target-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 0px;
  padding: 12px;
  border-radius: 10px;
  background: #FFF5E1;
}
body .sp-content .kit-target-section .kit-target-items .kit-target-item {
  width: 96px;
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
}
body .sp-content .kit-target-section .kit-target-items .kit-target-item img {
  height: 56px;
}
body .sp-content .kit-target-section .kit-target-items .kit-target-item p {
  color: #532A0D;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .kit-target-section .kit-target-text {
  color: #323232;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
body .sp-content .kit-target-section .kit-target-text span {
  font-weight: 700;
}
body .sp-content .kit-target-section .kit-target-link {
  color: #C63232;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .kit-target-section .kit-target-link span {
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
body .sp-content .box-explain-section {
  padding: 20px 15px;
  background: #C63232;
}
body .sp-content .box-explain-section .box-explain-section-text {
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
body .sp-content .box-explain-section .box-explain-section-text span {
  font-weight: 700;
}
body .sp-content .box-target-section {
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .sp-content .box-target-section .box-target-title {
  color: #C63232;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .box-target-section .box-target-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 0px;
  padding: 12px;
  border-radius: 10px;
  background: #FFF5E1;
}
body .sp-content .box-target-section .box-target-items .box-target-item {
  width: 96px;
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
}
body .sp-content .box-target-section .box-target-items .box-target-item img {
  height: 56px;
}
body .sp-content .box-target-section .box-target-items .box-target-item p {
  color: #532A0D;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .box-target-section .box-target-items2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 12px;
  border-radius: 10px;
  background: #FFF5E1;
}
body .sp-content .box-target-section .box-target-items2 .box-target-item2 {
  width: 96px;
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
}
body .sp-content .box-target-section .box-target-items2 .box-target-item2 img {
  height: 80px;
}
body .sp-content .box-target-section .box-target-text {
  color: #323232;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
body .sp-content .question-section .question-title {
  padding: 15px;
  background-color: #C63232;
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
body .sp-content .question-section .qa-container .qa-wrapper {
  padding: 10px 7px 10px 12px;
  border-bottom: solid 1px #C63232;
}
body .sp-content .question-section .qa-container .qa-wrapper::details-content {
  opacity: 0;
  block-size: 0;
  transition: 0.3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
body .sp-content .question-section .qa-container .qa-wrapper .q-title {
  color: #323232;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  background: #ffffff;
  line-height: 1.6em;
}
body .sp-content .question-section .qa-container .qa-wrapper .q-title span {
  color: #C63232;
  font-weight: 600;
}
body .sp-content .question-section .qa-container .qa-wrapper .q-title::after {
  content: "∨";
  position: absolute;
  right: 10px;
  transition: all 0.5s 0s ease;
  color: #C63232;
}
body .sp-content .question-section .qa-container .qa-wrapper .a-text {
  padding-top: 20px;
  color: #323232;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
body .sp-content .question-section .qa-container .qa-wrapper .a-text span {
  color: #C63232;
  font-weight: 500;
}
body .sp-content .question-section .qa-container .qa-wrapper[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
body .sp-content .question-section .qa-container .qa-wrapper[open] .q-title::after {
  transform: rotate(180deg);
}
body .sp-content .contact-section .contact-title {
  padding: 15px;
  background-color: #C63232;
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
body .sp-content .contact-section .contact-contents {
  padding: 15px;
}
body .sp-content .contact-section .contact-contents .contact-text1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body .sp-content .contact-section .contact-contents .contact-text1 img {
  width: 18px;
  height: auto;
}
body .sp-content .contact-section .contact-contents .contact-text1 p {
  color: #323232;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
body .sp-content .contact-section .contact-contents .contact-text2 {
  padding-top: 20px;
  color: #323232;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .contact-section .contact-contents .contact-text3 {
  padding-top: 10px;
  color: #323232;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
body .sp-content .contact-section .contact-contents .tel-button {
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  background: #5541CE;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  gap: 10px;
}
body .sp-content .contact-section .contact-contents .tel-button img {
  width: 20px;
  height: auto;
}
body .sp-content .contact-section .contact-contents .tel-button p {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .contact-section .contact-contents .contact-text4 {
  padding-top: 20px;
  color: #323232;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
body .sp-content .contact-section .contact-contents .form-button {
  margin-top: 10px;
  border-radius: 5px;
  background: #E2B207;
}
body .sp-content .contact-section .contact-contents .form-button a {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
body .sp-content .voice-section .voice-title {
  padding: 15px;
  background-color: #C63232;
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
body .sp-content .voice-section .voices-container {
  padding: 15px;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev.jdgm-divider-top {
  border-color: rgba(198, 50, 50, 0.1);
  padding: 16px 20px;
  line-height: 1.4;
  position: relative;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev.jdgm-divider-top + .jdgm-rev.jdgm-divider-top {
  border-top: 1px solid rgba(51, 153, 153, 0.1);
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__header {
  margin-bottom: 10px;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-row-rating {
  margin-bottom: 8px;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-star::before {
  content: "★";
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm--on {
  color: #ffa41d;
  display: inline !important;
  text-decoration: none !important;
  padding: 0 4px 0 0 !important;
  margin: 0 !important;
  font-weight: bold;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__timestamp {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
  color: #7b7b7b;
  font-size: 80%;
  min-height: 10px;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__icon-name-container {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__icon {
  position: relative;
  width: 36px;
  height: 36px;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__icon:not(.jdgm-rev__avatar)::before {
  font-family: "JudgemeIcons";
  font-size: 24px;
  line-height: 36px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-image: url(../images/voice-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__icon::before {
  color: #c63232;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__author {
  color: #333;
  margin-left: 10px;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__buyer-badge-wrapper {
  display: inline-block;
  line-height: 1;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__buyer-badge {
  display: inline-block;
  line-height: 1;
  color: white;
  background-color: #c63232;
  display: inline-block;
  vertical-align: top;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__buyer-badge::before {
  content: "認証済み";
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-row-extra {
  line-height: 1;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__location,
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__location-country-flag-img,
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__verification-badge-img {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  width: auto;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev__title {
  display: block;
  font-size: 100%;
  margin-bottom: 8px;
}
body .sp-content .voice-section .voices-container .voice-lists .jdgm-rev .jdgm-rev__custom-form {
  margin: 16px 0;
}
body .sp-content .voice-section .voices-container .voice-lists .pc-user-voice-more {
  color: #c63232;
  display: table;
  margin: 0 auto;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
body .sp-content .about-section .about-title {
  padding: 15px;
  background-color: #C63232;
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
body .sp-content .about-section .about-content {
  padding: 15px 30px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: solid 20px #C63232;
}
body .sp-content .about-section .about-content p {
  color: #323232;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
body .sp-content .about-section .about-content p a {
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
body .sp-content .about-section .origin-title {
  padding: 18px 18px 0px;
  color: #323232;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
body .sp-content .about-section .origin-content {
  padding: 15px 30px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}
body .sp-content .about-section .origin-content p {
  color: #323232;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
body .sp-content .article-section {
  padding: 25px 30px;
  background: #C63232;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
body .sp-content .article-section .article-section-title {
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
body .sp-content .article-section .article-lists {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body .sp-content .article-section .article-lists .link-card {
  border-radius: 10px;
  background-color: #fff;
}
body .sp-content .article-section .article-lists .link-card a .thumbnail img {
  border-radius: 10px 10px 0px 0px;
}
body .sp-content .article-section .article-lists .link-card a h3 {
  padding: 10px;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
body .sp-content .article-section .article-link {
  width: 100%;
  padding: 13px;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
body .sp-content .article-section .article-link a .link-card-title {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
body .sp-content .bottom-link-section .bottom-link-container a {
  padding: 10px 20px;
  color: #323232;
  font-family: "Zen Old Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  border-bottom: solid 1px #D9D9D9;
  display: block;
}
body .sp-content .bottom-link-section .bottom-link-container a::after {
  content: ">";
  color: #C63232;
  position: absolute;
  right: 20px;
}
body .sp-content footer {
  padding: 15px 50px 15px 20px;
}
body .sp-content footer .footer-menu-lists .footer-menu-list {
  list-style: none;
}
body .sp-content footer .footer-menu-lists .footer-menu-list a {
  color: #959595;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
body .sp-content footer .footer-container {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
body .sp-content footer .footer-container .footer-site-logo img {
  width: 214px;
  height: auto;
}
body .sp-content footer .footer-container .footer-shrine-logo img {
  width: 164px;
  height: auto;
}
body .sp-content .footer-copyright {
  margin-top: 25px;
  color: #210505;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}/*# sourceMappingURL=ningyokuyo-style.css.map */