* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
p,
label {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 375px;
  max-width: 375px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
}
.question-wrapper,
.line-wrapper,
.point-wrapper,
.question-choice-items,
.point-container,
.voice-wrapper,
.voice-container,
.privacy-policy-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header {
  width: 100%;
  display: inline-flex;
  padding: 15px 0px;
  align-items: center;
  background-color: #ff9aa6;
}
header p {
  margin-left: 20px;
  color: #fff;
  text-align: center;
  font-family: "Kaisei Opti", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.line-wrapper {
  flex-direction: row;
  border-radius: 10px;
  background-color: #4cc764;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 255px;
  height: 53px;
  padding: 0px 21px 0px 25px;
  text-decoration: none;
}
#line-icon {
  display: none;
}
#line-link p {
  margin: auto;
}
.line-up {
  margin-top: -10px;
}
.line-bottom {
  margin-top: 10px;
}
.line-voice {
  margin-bottom: 10px;
}
.line-wrapper p {
  color: #fff;
  text-align: center;
  font-family: "Inter", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-photo-wrapper{
  height: 260px;
}
.top-photo-wrapper >img{
  height: 260px;
  width: 100%;
}
.question-wrapper {
  width: 100%;
  padding-bottom: 20px;
  background: url(../img/quetion-backphoto.png), lightgray 50% / cover no-repeat;
}
.question-box-title {
  margin-top: 10px;
  color: #5a3d48;
  text-align: center;
  font-family: "Kaisei Opti";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.questions-choice {
  width: 90%;
}
.questions-title {
  display: flex;
  width: 78%;
  margin: 10px auto;
  padding: 5px 27px;
  align-items: center;
  border-radius: 8px;
  background-color: #ff7878;
  color: #fff;
  text-align: center;
  font-family: 'Kaisei Opti', serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.question-choice-items {
  margin-top: -10px;
  margin-left: 10px;
  align-items: self-start;
}
/* radio bottom */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
label {
  cursor: pointer;
  margin: 10px 10px 0px 25px;
  padding-left: 30px;
  position: relative;
}
label p {
  margin-left: 10px;
  color: #5a3d48;
  text-align: center;
  font-family: 'Kaisei Opti', serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
label::before,
label::after {
  content: "";
  display: block;
  position: absolute;
}
label::before {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset;
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
label::after {
  border-bottom: 2px solid #696969;
  border-left: 2px solid #696969;
  opacity: 0;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  top: 2px;
  left: 10px;
}
input:checked + label::after {
  opacity: 1;
}
/* radio bottom */
.point-wrapper {
  margin-bottom: 30px;
}
.point-header-container {
  margin: 20px 0px;
}
.point-header-container p {
  color: #ae88ff;
  text-align: center;
  font-family: "Academy Engraved LET", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.point-header-container h1 {
  color: rgba(132, 102, 102, 0.94);
  text-align: center;
  font-family: "Toppan Bunkyu Midashi Mincho", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.point-container {
  margin-bottom: 18px;
  border-radius: 10px;
  background: #f9f6f6;
  width: 324px;
  padding: 16px 10px;
  flex-shrink: 0;
}
.point-container img {
  margin: 15px;
}
.photo-point {
  position: relative;
}
.point-num {
  position: absolute;
    top: -15px;
    right: -13px;
  width: 85px;
  height: 64px;
  flex-shrink: 0;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ff9090 0%, #fba68b 49.48%, #ffbf84 100%);
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Academy Engraved LET", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 1;
}
.point-container h2 {
  padding: 10px 0px;
  margin-top: 10px;
  color: #846666;
  text-align: center;
  font-family: "Toppan Bunkyu Midashi Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.point-content-list {
  margin-top: 10px;
  color: #ff7878;
  font-family: "Toppan Bunkyu Midashi Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.point-content-list li {
  list-style: none;
}
.point-content-list p {
  margin-right: 25px;
  text-align: end;
}
.point-content {
  width: 90%;
  margin-top: 10px;
  padding: 10px;
  color: #846666;
  font-family: "Toppan Bunkyu Midashi Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.point-content span {
  color: #ff7878;
}
.voice-wrapper {
  background: linear-gradient(
    180deg,
    rgba(242, 235, 255, 1) 0%,
    rgba(255, 246, 246, 1) 9%,
    rgba(255, 218, 205, 0.5) 27%,
    rgba(255, 245, 219, 1) 53.54%,
    rgba(255, 211, 227, 0.5) 83.76%,
    rgba(239, 234, 255, 1) 100%
  );
}
.voice-header-container {
  width: 100%;
  margin: 20px 0px;
}
.voice-header-container p {
  color: #ae88ff;
  text-align: center;
  font-family: "Academy Engraved LET", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.voice-header-container h1 {
  color: rgba(132, 102, 102, 0.94);
  text-align: center;
  font-family: "Toppan Bunkyu Midashi Mincho", serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.voice-container {
  margin-bottom: 25px;
  flex-direction: row;
  margin: 0px 20px 20px 20px;
}
.voice-content {
  position: relative;
  display: inline-block;
  padding: 26px 21px;
  min-width: 120px;
  max-width: 100%;
  background-color: #fff;
  color: #666;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  z-index: 2;
}
.voice-content span {
  color: #ff7878;
  font-weight: 700;
}
.voice-content-right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 15px solid #fff;
  z-index: 3;
}
.voice-content-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 0px solid transparent;
  border-left: 0px solid #fff;
  z-index: 2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.voice-content-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 15px solid #fff;
  z-index: 3;
}
.voice-content-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 0px solid transparent;
  border-right: 0px solid #fff;
  z-index: 2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.voice-container > img {
  z-index: 1;
}
footer {
  margin: 0 auto;
  width: 100%;
  height: 250px;
  background-color: #ff9aa6;
}
.privacy-policy-wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
  
}
.privacy-policy-header-container > a {
  color: #fff;
  text-align: center;
  font-family: "Kaisei Opti", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
#banner {
    position: fixed;
    width: 95%;
    max-width: 500px;
    bottom: -88px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    transition: bottom 0.5s;
    z-index: 900;
}
.footer-fixed-img {
    width: 100%;
}
.footer-fixed-img img {
    width: 100%;
    height: auto;
}