.screen {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: center;
  position: relative;
  background-color: var(--cbg);
  overflow: hidden;
}

.screen > main {
  width: 100%;
}

.screen .tag-header {
  display: flex;
  width: 390px;
  height: 51.15px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  position: relative;
}

.screen .tag-img-logo-img {
  position: relative;
  width: 93.46px;
  height: 31.15px;
  aspect-ratio: 3;
}

.screen .tag-section-fv {
  position: relative;
  width: 382px;
  height: 491px;
}

.screen .tag-div-kv {
  position: absolute;
  top: 1px;
  left: -4px;
  width: 390px;
  height: 180px;
  background-image: url(./img/tag-img-kv-image.png);
  background-size: 100% 100%;
}

.screen .slider {
  display: flex;
  flex-direction: column;
  width: 500px;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 180px;
  left: -59px;
  background-color: var(--dbg);
  overflow: hidden;
}

.screen .margin {
  height: 8px;
  position: relative;
  width: 4px;
}

.screen .frame {
  display: flex;
  align-items: center;
  position: relative;
  width: max-content;
  flex: 0 0 auto;
  border-radius: 4px;
  gap: 16px;
  animation: v9-slider-scroll 16s linear infinite;
}

@keyframes v9-slider-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-581px); }
}

.screen .brand-re-value {
  position: relative;
  width: 40px;
  height: 30px;
}

.screen .buysell {
  position: relative;
  width: 95px;
  height: 30px;
}

.screen .img {
  position: relative;
  width: 95px;
  height: 35px;
}

.screen .daikokuya {
  position: relative;
  width: 65px;
  height: 33.75px;
}

.screen .fuku-chan {
  position: relative;
  width: 95px;
  height: 40px;
}

.screen .today-prics {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: center;
  gap: 6px;
  padding: 0px 15px;
  position: absolute;
  top: 256px;
  left: -4px;
}

.screen .container {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--dbgteatiary);
  border-radius: 8px;
}

.screen .div-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 16px 0px 0px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--dbgsecondary);
}

.screen .text-wrapper {
  color: var(--dtextprimary);
  letter-spacing: 0.6px;
  line-height: 18px;
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

.screen .div {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 0px 0px 0px 8px;
  position: relative;
  flex: 0 0 auto;
}

.screen .frame-2 {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  flex: 0 0 auto;
}

.screen .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--dtexthighlight);
  font-size: 32px;
  letter-spacing: 1.6px;
  line-height: 32px;
  white-space: nowrap;
}

.screen .text-wrapper-3 {
  position: relative;
  width: fit-content;
  font-family: var(--s-m-font-family);
  font-weight: var(--s-m-font-weight);
  color: var(--dtextprimary);
  font-size: var(--s-m-font-size);
  letter-spacing: var(--s-m-letter-spacing);
  line-height: var(--s-m-line-height);
  white-space: nowrap;
  font-style: var(--s-m-font-style);
}

.screen .text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: var(--dtextprimary);
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 15px;
  white-space: nowrap;
}

.screen .icon {
  width: 70px;
  height: 70px;
  top: -10px;
  left: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: var(--dbgprimary);
  border-radius: 50px;
  aspect-ratio: 1;
}

.screen .text-wrapper-5 {
  position: relative;
  width: 57.93px;
  height: 15px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: var(--dbg);
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 15px;
  white-space: nowrap;
}

.screen .element {
  position: relative;
  width: fit-content;
  margin-top: -3px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--dbg);
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.7px;
  line-height: 21px;
}

.screen .span {
  letter-spacing: var(--m-b-letter-spacing);
  font-family: var(--m-b-font-family);
  font-style: var(--m-b-font-style);
  font-weight: var(--m-b-font-weight);
  line-height: var(--m-b-line-height);
  font-size: var(--m-b-font-size);
}

.screen .text-wrapper-6 {
  font-size: var(--l-b-font-size);
  letter-spacing: var(--l-b-letter-spacing);
  line-height: var(--l-b-line-height);
  font-family: var(--l-b-font-family);
  font-style: var(--l-b-font-style);
  font-weight: var(--l-b-font-weight);
}

.screen .phone {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: center;
  position: absolute;
  top: 323px;
  left: -4px;
}

.screen .margin-2 {
  height: 16px;
  position: relative;
  width: 4px;
}

.screen .view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.screen .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
  border: none;
}

.screen .frame-3::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 153, 0, 1) 0%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.screen .frame-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 153, 0, 1) 0%);
}

.screen .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--s-b-font-family);
  font-weight: var(--s-b-font-weight);
  color: var(--dbg);
  font-size: var(--s-b-font-size);
  text-align: center;
  letter-spacing: var(--s-b-letter-spacing);
  line-height: var(--s-b-line-height);
  white-space: nowrap;
  font-style: var(--s-b-font-style);
}

.screen .rectangle {
  position: absolute;
  top: 53px;
  left: 103px;
  width: 106px;
  height: 8px;
  background-color: #faff03;
}

.screen .p {
  position: relative;
  width: fit-content;
  font-family: var(--m-b-font-family);
  font-weight: var(--m-b-font-weight);
  color: transparent;
  font-size: var(--m-b-font-size);
  text-align: center;
  letter-spacing: var(--m-b-letter-spacing);
  line-height: var(--m-b-line-height);
  white-space: nowrap;
  font-style: var(--m-b-font-style);
}

.screen .text-wrapper-8 {
  color: #020826;
  letter-spacing: var(--m-b-letter-spacing);
  font-family: var(--m-b-font-family);
  font-style: var(--m-b-font-style);
  font-weight: var(--m-b-font-weight);
  line-height: var(--m-b-line-height);
  font-size: var(--m-b-font-size);
}

.screen .text-wrapper-9 {
  color: #f25042;
  letter-spacing: var(--m-b-letter-spacing);
  font-family: var(--m-b-font-family);
  font-style: var(--m-b-font-style);
  font-weight: var(--m-b-font-weight);
  line-height: var(--m-b-line-height);
  font-size: var(--m-b-font-size);
}

.screen .frame-5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .tag-img {
  position: relative;
  align-self: stretch;
  width: 107.33px;
}

.screen .tag-a-target-blank {
  display: inline-flex;
  justify-content: center;
  gap: 4px;
  padding: 13px 16px;
  flex: 0 0 auto;
  background-color: #e50b18;
  overflow: hidden;
  box-shadow: 0px 4px 0px #891118;
  align-items: center;
  position: relative;
  border-radius: 8px;
}

.screen .icons {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

.screen .frame-6 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.screen .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--m-b-font-family);
  font-weight: var(--m-b-font-weight);
  color: #ffffff;
  font-size: var(--m-b-font-size);
  text-align: center;
  letter-spacing: var(--m-b-letter-spacing);
  line-height: var(--m-b-line-height);
  white-space: nowrap;
  font-style: var(--m-b-font-style);
}

.screen .text-wrapper-11 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.screen .div-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .margin-3 {
  height: 40px;
  position: relative;
  width: 4px;
}

.screen .ttl {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.screen .vector {
  position: relative;
  width: 24.8px;
  height: 32.6px;
  margin-bottom: -0.3px;
  margin-left: -0.4px;
}

.screen .frame-7 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.screen .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: var(--dheading);
  font-size: 24px;
  letter-spacing: 1.2px;
  line-height: 36px;
  white-space: nowrap;
}

.screen .text-wrapper-13 {
  position: relative;
  width: fit-content;
  font-family: var(--m-b-font-family);
  font-weight: var(--m-b-font-weight);
  color: var(--dheading);
  font-size: var(--m-b-font-size);
  text-align: center;
  letter-spacing: var(--m-b-letter-spacing);
  line-height: var(--m-b-line-height);
  white-space: nowrap;
  font-style: var(--m-b-font-style);
}

.screen .vector-2 {
  position: relative;
  width: 24.8px;
  height: 32.6px;
  margin-bottom: -0.3px;
  margin-right: -0.4px;
}

.screen .margin-4 {
  height: 24px;
  position: relative;
  width: 4px;
}

.screen .tag-img-read-image {
  position: relative;
  width: 360px;
  height: 185px;
  background-color: var(--dbgteatiary);
  border-radius: 5px;
  overflow: hidden;
}

.screen .navbar {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  position: absolute;
  top: 165px;
  left: 14px;
  opacity: 0.5;
}

.screen .text-wrapper-14 {
  color: var(--dheading);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 15px;
  white-space: nowrap;
}

.screen .text-wrapper-15 {
  color: transparent;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 15px;
  white-space: nowrap;
}

.screen .icon-2 {
  width: 80px;
  height: 80px;
  top: 12px;
  left: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: var(--dbgprimary);
  border-radius: 50px;
  aspect-ratio: 1;
}

.screen .element-2 {
  position: relative;
  width: fit-content;
  margin-top: -3px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  text-align: right;
  line-height: 21px;
}

.screen .text-wrapper-16 {
  font-size: 18px;
  letter-spacing: -0.03px;
  line-height: 27px;
}

.screen .text-wrapper-17 {
  font-size: 18px;
  letter-spacing: -0.06px;
  line-height: 27px;
}

.screen .text-wrapper-18 {
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 27px;
}

.screen .vector-3 {
  position: absolute;
  top: 156px;
  left: 10px;
  width: 340px;
  height: 1px;
  object-fit: cover;
}

.screen .vector-4 {
  position: absolute;
  width: 66.67%;
  height: 67.03%;
  top: 32.97%;
  left: 33.33%;
}

.screen .div-3 {
  position: absolute;
  top: 104px;
  left: 279px;
  width: 89px;
  height: 61px;
}

.screen .modern-logo-design {
  top: 11px;
  left: 0;
  width: 64px;
  position: absolute;
  height: 40px;
  aspect-ratio: 1.6;
}

.screen .vector-5 {
  position: absolute;
  top: 20px;
  left: 26px;
  width: 54px;
  height: 40px;
}

.screen .modern-logo-design-2 {
  top: 21px;
  left: 25px;
  width: 56px;
  position: absolute;
  height: 40px;
  aspect-ratio: 1.6;
}

.screen .vector-6 {
  position: absolute;
  top: 0;
  left: 16px;
  width: 60px;
  height: 40px;
}

.screen .modern-logo-design-3 {
  top: 0;
  left: 16px;
  width: 64px;
  position: absolute;
  height: 40px;
  aspect-ratio: 1.6;
}

.screen .group {
  position: absolute;
  top: -1px;
  left: 11px;
  width: 345px;
  height: 147px;
}

.screen .ellipse {
  top: 139px;
  left: 21px;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #cea84d;
  border-radius: 4px;
  aspect-ratio: 1;
}

.screen .ellipse-2 {
  top: 117px;
  left: 84px;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #cea84d;
  border-radius: 4px;
  aspect-ratio: 1;
}

.screen .ellipse-3 {
  top: 104px;
  left: 147px;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #cea84d;
  border-radius: 4px;
  aspect-ratio: 1;
}

.screen .ellipse-4 {
  top: 39px;
  left: 273px;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #cea84d;
  border-radius: 4px;
  aspect-ratio: 1;
}

.screen .vector-7 {
  position: absolute;
  top: 41px;
  left: 25px;
  width: 254px;
  height: 103px;
}

.screen .element-g {
  position: absolute;
  top: 118px;
  left: 0;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  line-height: 19.5px;
  white-space: nowrap;
}

.screen .text-wrapper-19 {
  font-weight: 500;
  letter-spacing: -0.08px;
}

.screen .text-wrapper-20 {
  font-weight: 500;
  letter-spacing: 0;
}

.screen .text-wrapper-21 {
  font-weight: 500;
  letter-spacing: 0.17px;
}

.screen .text-wrapper-22 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  font-size: 8px;
  letter-spacing: 0.03px;
  line-height: 12px;
}

.screen .element-g-2 {
  position: absolute;
  top: 97px;
  left: 63px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  line-height: 19.5px;
  white-space: nowrap;
}

.screen .element-g-3 {
  position: absolute;
  top: 84px;
  left: 126px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  line-height: 19.5px;
  white-space: nowrap;
}

.screen .element-g-4 {
  position: absolute;
  top: 0;
  left: 217px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: var(--dtextsecondary);
  font-size: 30px;
  line-height: 45px;
  white-space: nowrap;
}

.screen .text-wrapper-23 {
  font-weight: 500;
  letter-spacing: -0.45px;
}

.screen .text-wrapper-24 {
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.11px;
  line-height: 22.5px;
}

.screen .frame-8 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.screen .element-3 {
  position: relative;
  width: 360px;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 21px;
}

.screen .text-wrapper-25 {
  color: #020826;
  letter-spacing: var(--base-m-letter-spacing);
  font-family: var(--base-m-font-family);
  font-style: var(--base-m-font-style);
  font-weight: var(--base-m-font-weight);
  line-height: var(--base-m-line-height);
  font-size: var(--base-m-font-size);
}

.screen .div-4 {
  position: relative;
  width: 360px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 21px;
}

.screen .tag-section-example {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--dbgteatiary);
}

.screen .text-wrapper-26 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: var(--l-b-font-family);
  font-weight: var(--l-b-font-weight);
  color: var(--dheading);
  font-size: var(--l-b-font-size);
  text-align: center;
  letter-spacing: var(--l-b-letter-spacing);
  line-height: var(--l-b-line-height);
  font-style: var(--l-b-font-style);
}

.screen .example-scroll-container {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
}

.screen .example-scroll-container::-webkit-scrollbar {
  display: none;
}

.screen .view-2 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0px 15px 15px;
  position: relative;
  flex: 0 0 auto;
}

.screen .example-scrollbar-track {
  display: flex;
  width: 100%;
  height: 4px;
  align-items: flex-start;
  position: relative;
  background-color: var(--dbgteatiary);
  cursor: pointer;
  border-radius: 2px;
}

.screen .example-scrollbar-thumb {
  position: relative;
  height: 4px;
  width: 0;
  background-color: var(--dtextsecondary);
  cursor: grab;
  border-radius: 2px;
}

.screen .example-scrollbar-thumb:active {
  cursor: grabbing;
}

.screen .view-3 {
  display: flex;
  flex-direction: column;
  width: 150px;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid;
  border-color: var(--dbgsecondary);
}

.screen .rectangle-2 {
  position: relative;
  width: 150px;
  height: 150px;
  aspect-ratio: 1;
  object-fit: cover;
}

.screen .view-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.screen .text-wrapper-27 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--s-m-font-family);
  font-weight: var(--s-m-font-weight);
  color: var(--dtextprimary);
  font-size: var(--s-m-font-size);
  text-align: center;
  letter-spacing: var(--s-m-letter-spacing);
  line-height: var(--s-m-line-height);
  font-style: var(--s-m-font-style);
}

.screen .text-wrapper-28 {
  position: relative;
  align-self: stretch;
  font-family: var(--l-b-font-family);
  font-weight: var(--l-b-font-weight);
  color: var(--dtexthighlight);
  font-size: var(--l-b-font-size);
  text-align: center;
  letter-spacing: var(--l-b-letter-spacing);
  line-height: var(--l-b-line-height);
  font-style: var(--l-b-font-style);
}

.screen .text-wrapper-29 {
  position: relative;
  align-self: stretch;
  opacity: 0.5;
  font-family: var(--s-m-font-family);
  font-weight: var(--s-m-font-weight);
  color: var(--dtextprimary);
  font-size: var(--s-m-font-size);
  text-align: center;
  letter-spacing: var(--s-m-letter-spacing);
  line-height: var(--s-m-line-height);
  font-style: var(--s-m-font-style);
}

.screen .view-5 {
  display: flex;
  flex-direction: column;
  width: 150px;
  align-items: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid;
  border-color: var(--dbgsecondary);
}

.screen .view-6 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid;
  border-color: var(--dbgsecondary);
  box-shadow: 0px 4px 16px #0000001a;
}

.screen .rectangle-3 {
  position: relative;
  width: 51px;
  height: 150px;
  aspect-ratio: 1;
}

.screen .view-7 {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: flex-start;
  gap: 16px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
}

.screen .view-wrapper {
  display: flex;
  width: 360px;
  height: 4px;
  align-items: flex-start;
  position: relative;
  background-color: var(--dbgteatiary);
}

.screen .view-8 {
  position: relative;
  align-self: stretch;
  width: 120px;
  background-color: var(--dtextsecondary);
}

.screen .text-wrapper-30 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--atextprimary);
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.screen .tag-section-compare {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
}

.screen .frame-9 {
  display: flex;
  flex-direction: column;
  width: 390px;
  height: 111px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 16px 0px;
  position: relative;
  background-color: var(--dbgprimary);
}

.screen .polygon {
  position: absolute;
  top: 100px;
  left: 187px;
  width: 27px;
  height: 24px;
}

.screen .frame-10 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 2px 10px;
  position: relative;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.screen .text-wrapper-31 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}

.screen .text-wrapper-32 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 1.4px;
  line-height: 35px;
  white-space: nowrap;
}

.screen .frame-11 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 16px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -72px;
  background-color: #ffffff;
}

.screen .frame-12 {
  display: flex;
  width: 430px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--dbgsecondary);
}

.screen .frame-13 {
  display: flex;
  width: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 4px;
  position: relative;
  align-self: stretch;
  background-color: var(--abgtertiary);
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--dbgsecondary);
}

.screen .text-wrapper-33 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: var(--dtextprimary);
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15px;
  white-space: nowrap;
}

.screen .div-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--dbgsecondary);
}

.screen .tag-img-servicelogo {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 50px;
  object-fit: cover;
}

.screen .tag-a-target-blank-2 {
  position: relative;
  align-self: stretch;
  font-family: var(--s-m-font-family);
  font-weight: var(--s-m-font-weight);
  color: var(--dtextlink);
  font-size: var(--s-m-font-size);
  text-align: center;
  letter-spacing: var(--s-m-letter-spacing);
  line-height: var(--s-m-line-height);
  text-decoration: underline;
  font-style: var(--s-m-font-style);
}

.screen .div-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--dbgsecondary);
}

.screen .group-2 {
  position: relative;
  width: 93.91px;
  height: 18px;
  margin: 0 auto;
}

.screen .star img {
  width: 100%;
  height: auto;
  display: block;
}

.screen .star {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.screen .star-2 {
  position: absolute;
  width: 98.50%;
  height: 93.43%;
  top: 6.57%;
  left: 0;
}

.screen .star-3 {
  position: absolute;
  width: 78.09%;
  height: 93.43%;
  top: 6.57%;
  left: 21.91%;
}

.screen .star-4 {
  position: absolute;
  width: 57.68%;
  height: 93.43%;
  top: 6.57%;
  left: 42.32%;
}

.screen .star-5 {
  position: absolute;
  width: 37.28%;
  height: 93.43%;
  top: 6.57%;
  left: 62.72%;
}

.screen .star-6 {
  position: absolute;
  width: 16.87%;
  height: 93.43%;
  top: 6.57%;
  left: 83.13%;
}

.screen .text-wrapper-34 {
  position: relative;
  align-self: stretch;
  font-family: var(--m-b-font-family);
  font-weight: var(--m-b-font-weight);
  color: var(--dtextprimary);
  font-size: var(--m-b-font-size);
  text-align: center;
  letter-spacing: var(--m-b-letter-spacing);
  line-height: var(--m-b-line-height);
  font-style: var(--m-b-font-style);
}

.screen .star-7 {
  position: absolute;
  width: -8.74%;
  height: 17228.61%;
  top: -17128.61%;
  left: 108.74%;
}

.screen .star-8 {
  position: absolute;
  width: -29.15%;
  height: 17228.61%;
  top: -17128.61%;
  left: 129.15%;
}

.screen .text {
  display: flex;
  flex-direction: column;
  width: 123.33px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  margin-left: -3.81e-6px;
}

.screen .google-wrapper {
  display: flex;
  flex-direction: column;
  height: 106px;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--dbgsecondary);
}

.screen .google {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--s-m-font-family);
  font-weight: var(--s-m-font-weight);
  color: var(--dtextprimary);
  font-size: var(--s-m-font-size);
  letter-spacing: var(--s-m-letter-spacing);
  line-height: var(--s-m-line-height);
  font-style: var(--s-m-font-style);
}

.screen .rating {
  align-items: flex-start;
  gap: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.screen .frame-14 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--dbgsecondary);
}

.screen .icons-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.screen .text-wrapper-35 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--m-b-font-family);
  font-weight: var(--m-b-font-weight);
  color: var(--emain);
  font-size: var(--m-b-font-size);
  text-align: center;
  letter-spacing: var(--m-b-letter-spacing);
  line-height: var(--m-b-line-height);
  white-space: nowrap;
  font-style: var(--m-b-font-style);
}

.screen .icons-3 {
  position: relative;
  width: 17.67px;
  height: 24px;
}

.screen .text-wrapper-36 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: var(--dtextprimary);
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
  line-height: 15px;
}

.screen .text-wrapper-37 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--m-b-font-family);
  font-weight: var(--m-b-font-weight);
  color: var(--atextprimary);
  font-size: var(--m-b-font-size);
  text-align: center;
  letter-spacing: var(--m-b-letter-spacing);
  line-height: var(--m-b-line-height);
  white-space: nowrap;
  font-style: var(--m-b-font-style);
}

.screen .frame-15 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--dbgsecondary);
}

.screen .text-wrapper-38 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--sub-sentence-font-family);
  font-weight: var(--sub-sentence-font-weight);
  color: var(--dtextprimary);
  font-size: var(--sub-sentence-font-size);
  text-align: center;
  letter-spacing: var(--sub-sentence-letter-spacing);
  line-height: var(--sub-sentence-line-height);
  font-style: var(--sub-sentence-font-style);
}

.screen .frame-16 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.screen .frame-17 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--dbgsecondary);
}

.screen .element-UP {
  font-weight: var(--m-b-font-weight);
  text-align: center;
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--m-b-font-family);
  color: var(--dtexthighlight);
  font-size: var(--m-b-font-size);
  letter-spacing: var(--m-b-letter-spacing);
  line-height: var(--m-b-line-height);
  font-style: var(--m-b-font-style);
}

.screen .text-wrapper-39 {
  align-self: stretch;
  font-weight: var(--sub-sentence-font-weight);
  color: var(--dtextprimary);
  position: relative;
  font-family: var(--sub-sentence-font-family);
  font-size: var(--sub-sentence-font-size);
  text-align: center;
  letter-spacing: var(--sub-sentence-letter-spacing);
  line-height: var(--sub-sentence-line-height);
  font-style: var(--sub-sentence-font-style);
}

.screen .frame-18 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.screen .tag-a-target-blank-3 {
  display: flex;
  justify-content: space-between;
  padding: 16px 4px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--dtexthighlight);
  box-shadow: var(--red-btn);
  align-items: center;
  position: relative;
  border-radius: 8px;
}

.screen .icons-4 {
  position: relative;
  width: 10px;
  height: 10px;
  aspect-ratio: 1;
}

.screen .text-wrapper-40 {
  width: fit-content;
  margin-top: -1px;
  font-weight: 700;
  color: var(--ctatextwhite);
  white-space: nowrap;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.screen .icons-5 {
  position: relative;
  width: 10px;
  height: 10px;
  margin-top: -3473.15px;
  margin-right: -51.33px;
  aspect-ratio: 1;
}

.screen .frame-19 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 15px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.screen .compare-scrollbar-track {
  display: flex;
  width: 100%;
  height: 4px;
  align-items: flex-start;
  position: relative;
  background-color: var(--abgtertiary);
  cursor: pointer;
  border-radius: 2px;
}

.screen .compare-scrollbar-thumb {
  position: relative;
  height: 4px;
  width: 0;
  background-color: var(--dtextsecondary);
  cursor: grab;
  border-radius: 2px;
}

.screen .compare-scrollbar-thumb:active {
  cursor: grabbing;
}

.screen .tag-section-ranking {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--dbgprimary);
}

.screen .frame-20 {
  display: flex;
  flex-direction: column;
  width: 315px;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.screen .frame-21 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #ffffff;
}

.screen .text-wrapper-41 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 39px;
  margin-top: -2px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 39px;
  white-space: nowrap;
  position: relative;
  font-family: "Noto Sans JP", Helvetica;
}

.screen .text-wrapper-42 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0;
  line-height: 35px;
}

.screen .frame-22 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.screen .frame-23 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .award {
  background-image: url(./img/subtract-3.svg);
  position: relative;
  width: 37px;
  height: 43px;
  aspect-ratio: 0.86;
  background-size: 100% 100%;
}

.screen .text-wrapper-43 {
  position: absolute;
  width: 29.73%;
  height: 62.79%;
  top: 9.30%;
  left: 35.14%;
  font-family: var(--l-b-font-family);
  font-weight: var(--l-b-font-weight);
  color: var(--atextprimary);
  font-size: var(--l-b-font-size);
  text-align: center;
  letter-spacing: var(--l-b-letter-spacing);
  line-height: var(--l-b-line-height);
  white-space: nowrap;
  font-style: var(--l-b-font-style);
}

.screen .frame-24 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.screen .text-wrapper-44 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--ll-b-font-family);
  font-weight: var(--ll-b-font-weight);
  color: var(--dtextprimary);
  font-size: var(--ll-b-font-size);
  letter-spacing: var(--ll-b-letter-spacing);
  line-height: var(--ll-b-line-height);
  white-space: nowrap;
  font-style: var(--ll-b-font-style);
}

.screen .frame-25 {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.screen .text-wrapper-45 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--base-m-font-family);
  font-weight: var(--base-m-font-weight);
  color: var(--dtextsecondary);
  font-size: var(--base-m-font-size);
  letter-spacing: var(--base-m-letter-spacing);
  line-height: var(--base-m-line-height);
  white-space: nowrap;
  font-style: var(--base-m-font-style);
}

.screen .frame-26 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--dbgsecondary);
}

.screen .text-wrapper-46 {
  color: var(--dtextprimary);
  position: relative;
  align-self: stretch;
  font-family: var(--base-m-font-family);
  font-weight: var(--base-m-font-weight);
  font-size: var(--base-m-font-size);
  letter-spacing: var(--base-m-letter-spacing);
  line-height: var(--base-m-line-height);
  font-style: var(--base-m-font-style);
}

.screen .tag-img-wrap-a-blank {
  position: relative;
  width: 329px;
  height: 233px;
  aspect-ratio: 1.42;
}

.screen .frame-27 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .frame-28 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  z-index: 4;
  border-radius: 40px;
}

.screen .vector-8 {
  position: relative;
  width: 16px;
  height: 20px;
  margin-left: -1px;
}

.screen .text-wrapper-47 {
  position: relative;
  width: fit-content;
  font-family: var(--s-m-font-family);
  font-weight: var(--s-m-font-weight);
  color: var(--dheading);
  font-size: var(--s-m-font-size);
  text-align: center;
  letter-spacing: var(--s-m-letter-spacing);
  line-height: var(--s-m-line-height);
  white-space: nowrap;
  font-style: var(--s-m-font-style);
}

.screen .text-wrapper-48 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--dtexthighlight);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}

.screen .vector-9 {
  position: relative;
  width: 16px;
  height: 20px;
  margin-right: -1px;
}

.screen .margin-5 {
  height: 8px;
  z-index: 3;
  position: relative;
  width: 4px;
}

.screen .tag-a-target-blank-4 {
  display: flex;
  width: 328px;
  height: 82px;
  justify-content: center;
  gap: 4px;
  padding: 13px 24px;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 2;
  background-color: #e50b18;
  overflow: hidden;
  box-shadow: 0px 4px 0px #891118;
  align-items: center;
  position: relative;
  border-radius: 8px;
}

.screen .frame-29 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.screen .text-wrapper-49 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--l-b-font-family);
  font-weight: var(--l-b-font-weight);
  color: #ffffff;
  font-size: var(--l-b-font-size);
  text-align: center;
  letter-spacing: var(--l-b-letter-spacing);
  line-height: var(--l-b-line-height);
  white-space: nowrap;
  font-style: var(--l-b-font-style);
}

.screen .margin-6 {
  height: 8px;
  z-index: 1;
  position: relative;
  width: 4px;
}

.screen .tag-a-target-blank-5 {
  display: flex;
  width: 328px;
  height: 82px;
  justify-content: center;
  gap: 4px;
  padding: 13px 24px;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 0;
  background-color: #2d9d32;
  overflow: hidden;
  box-shadow: 0px 4px 0px #195e1d;
  align-items: center;
  position: relative;
  border-radius: 8px;
}

.screen .frame-30 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-left: -1px;
  margin-right: -1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: var(--dbgsecondary);
}

.screen .frame-31 {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -1px;
  margin-left: -1px;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: var(--dbgsecondary);
}

.screen .frame-32 {
  width: 110px;
  justify-content: center;
  gap: 10px;
  padding: 4px 0px;
  background-color: var(--abgtertiary);
  border-color: var(--abgsecondary);
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  border-right-width: 1px;
  border-right-style: solid;
}

.screen .text-wrapper-50 {
  position: relative;
  width: fit-content;
  font-family: var(--base-m-font-family);
  font-weight: var(--base-m-font-weight);
  color: var(--dheading);
  font-size: var(--base-m-font-size);
  text-align: center;
  letter-spacing: var(--base-m-letter-spacing);
  line-height: var(--base-m-line-height);
  white-space: nowrap;
  font-style: var(--base-m-font-style);
}

.screen .frame-33 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 10px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.screen .text-wrapper-51 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 29px;
  margin-top: -1px;
  font-family: var(--base-m-font-family);
  font-weight: var(--base-m-font-weight);
  color: var(--dtextprimary);
  font-size: var(--base-m-font-size);
  letter-spacing: var(--base-m-letter-spacing);
  line-height: var(--base-m-line-height);
  font-style: var(--base-m-font-style);
}

.screen .frame-34 {
  width: 100%;
  flex: 0 0 auto;
  margin-left: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: var(--dbgsecondary);
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  border-right-width: 1px;
  border-right-style: solid;
}

.screen .text-wrapper-52 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--base-m-font-family);
  font-weight: var(--base-m-font-weight);
  color: var(--dheading);
  font-size: var(--base-m-font-size);
  text-align: center;
  letter-spacing: var(--base-m-letter-spacing);
  line-height: var(--base-m-line-height);
  white-space: nowrap;
  font-style: var(--base-m-font-style);
}

.screen .frame-35 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 10px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.screen .text-wrapper-53 {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--plain-text-font-family);
  font-weight: var(--plain-text-font-weight);
  color: var(--dtextprimary);
  font-size: var(--plain-text-font-size);
  letter-spacing: var(--plain-text-letter-spacing);
  line-height: var(--plain-text-line-height);
  font-style: var(--plain-text-font-style);
}

.screen .text-wrapper-54 {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--base-m-font-family);
  font-weight: var(--base-m-font-weight);
  color: var(--dtextprimary);
  font-size: var(--base-m-font-size);
  letter-spacing: var(--base-m-letter-spacing);
  line-height: var(--base-m-line-height);
  white-space: nowrap;
  font-style: var(--base-m-font-style);
}

.screen .element-UP-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.screen .element-UP-2 {
  flex: 1;
  font-weight: var(--base-m-font-weight);
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--base-m-font-family);
  color: var(--dtexthighlight);
  font-size: var(--base-m-font-size);
  letter-spacing: var(--base-m-letter-spacing);
  line-height: var(--base-m-line-height);
  font-style: var(--base-m-font-style);
}

.screen .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .frame-36 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0px 0px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: var(--dheading);
}

.screen .text-wrapper-55 {
  position: relative;
  width: fit-content;
  margin-top: -2px;
  font-family: var(--h-3-font-family);
  font-weight: var(--h-3-font-weight);
  color: var(--dheading);
  font-size: var(--h-3-font-size);
  text-align: center;
  letter-spacing: var(--h-3-letter-spacing);
  line-height: var(--h-3-line-height);
  font-style: var(--h-3-font-style);
}

.screen .frame-37 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .frame-38 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.screen .div-7 {
  position: relative;
  width: 300px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 21px;
}

.screen .text-wrapper-56 {
  color: #3a3e3f;
  letter-spacing: var(--base-m-letter-spacing);
  font-family: var(--base-m-font-family);
  font-style: var(--base-m-font-style);
  font-weight: var(--base-m-font-weight);
  line-height: var(--base-m-line-height);
  font-size: var(--base-m-font-size);
}

.screen .text-wrapper-57 {
  font-weight: var(--m-b-font-weight);
  color: #e50b18;
  letter-spacing: var(--m-b-letter-spacing);
  font-family: var(--m-b-font-family);
  font-style: var(--m-b-font-style);
  line-height: var(--m-b-line-height);
  font-size: var(--m-b-font-size);
}

.screen .view-9 {
  display: flex;
  flex-direction: column;
  width: 360px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #ffffff;
}

.screen .frame-39 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .frame-40 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-left: 45px;
  padding-right: 45px;
  box-sizing: border-box;
}

.screen .frame-40::-webkit-scrollbar {
  display: none;
}

.screen .card {
  display: flex;
  flex-direction: column;
  width: 270px;
  align-items: flex-start;
  gap: 4px;
  padding: 16px;
  position: relative;
  background-color: var(--abgtertiary);
  border-radius: 8px;
  scroll-snap-align: center;
  flex-shrink: 0;
}

.screen .frame-41 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .sex {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  aspect-ratio: 1;
}

.screen .image {
  height: 12154.84%;
  top: -12054.84%;
  position: absolute;
  width: -1384.59%;
  left: 1484.59%;
  object-fit: cover;
}

.screen .text-wrapper-58 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  opacity: 0.5;
  font-family: var(--s-m-font-family);
  font-weight: var(--s-m-font-weight);
  color: #3a3e3f;
  font-size: var(--s-m-font-size);
  letter-spacing: var(--s-m-letter-spacing);
  line-height: var(--s-m-line-height);
  white-space: nowrap;
  font-style: var(--s-m-font-style);
}

.screen .text-wrapper-59 {
  color: var(--dtextprimary);
  position: relative;
  width: 238px;
  font-family: var(--base-m-font-family);
  font-weight: var(--base-m-font-weight);
  font-size: var(--base-m-font-size);
  letter-spacing: var(--base-m-letter-spacing);
  line-height: var(--base-m-line-height);
  font-style: var(--base-m-font-style);
}

.screen .card-2 {
  display: flex;
  flex-direction: column;
  width: 270px;
  align-items: flex-start;
  gap: 4px;
  padding: 16px;
  position: relative;
  background-color: var(--abgtertiary);
  border-radius: 8px;
  scroll-snap-align: center;
  flex-shrink: 0;
}

.screen .image-2 {
  width: 75.41%;
  height: 81.97%;
  top: 18.03%;
  left: 24.59%;
  position: absolute;
  object-fit: cover;
}

.screen .text-wrapper-60 {
  color: var(--atextprimary);
  position: relative;
  width: 238px;
  font-family: var(--base-m-font-family);
  font-weight: var(--base-m-font-weight);
  font-size: var(--base-m-font-size);
  letter-spacing: var(--base-m-letter-spacing);
  line-height: var(--base-m-line-height);
  font-style: var(--base-m-font-style);
}

.screen .image-3 {
  width: 75.00%;
  top: 7px;
  left: 25.00%;
  height: 24px;
  aspect-ratio: 0.79;
  position: absolute;
  object-fit: cover;
}

.screen .group-3 {
  position: absolute;
  top: 64px;
  left: 20px;
  width: 320px;
  height: 32px;
}

.screen .view-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .frame-42 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 3px solid;
  border-color: var(--dtexthighlight);
}

.screen .element-4 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--dtexthighlight);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.9px;
  line-height: normal;
}

.screen .text-wrapper-61 {
  font-weight: 700;
  letter-spacing: 0.16px;
}

.screen .text-wrapper-62 {
  font-weight: 900;
  letter-spacing: 0.16px;
}

.screen .text-wrapper-63 {
  font-weight: 900;
  font-size: 31px;
  letter-spacing: 0.48px;
}

.screen .text-wrapper-64 {
  font-weight: 900;
  font-size: 19px;
  letter-spacing: 0.18px;
}

.screen .text-wrapper-65 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: var(--dheading);
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 15px;
  white-space: nowrap;
}

.screen .frame-43 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 16px;
  position: absolute;
  top: -12px;
  left: 88px;
  background-color: var(--dtexthighlight);
  border-radius: 30px;
  overflow: hidden;
}

.screen .text-wrapper-66 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--m-b-font-family);
  font-weight: var(--m-b-font-weight);
  color: var(--dbg);
  font-size: var(--m-b-font-size);
  text-align: center;
  letter-spacing: var(--m-b-letter-spacing);
  line-height: var(--m-b-line-height);
  white-space: nowrap;
  font-style: var(--m-b-font-style);
}

.screen .frame-44 {
  display: flex;
  flex-direction: column;
  width: 358px;
  align-items: center;
  padding: 0px 16px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -14px;
  margin-right: -14px;
}

.screen .margin-7 {
  height: 24px;
  z-index: 4;
  position: relative;
  width: 4px;
}

.screen .coutdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  z-index: 3;
  border-radius: 40px;
}

.screen .margin-8 {
  height: 8px;
  z-index: 2;
  position: relative;
  width: 4px;
}

.screen .frame-45 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 1;
}

.screen .tag-a-target-blank-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 13px 0px;
  flex: 1;
  flex-grow: 1;
  background-color: #e50b18;
  overflow: hidden;
  box-shadow: 0px 4px 0px #891118;
  align-items: center;
  position: relative;
  border-radius: 8px;
}

.screen .tag-a-target-blank-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 13px 0px;
  flex: 1;
  flex-grow: 1;
  background-color: #2d9d32;
  overflow: hidden;
  box-shadow: 0px 4px 0px #195e1d;
  align-items: center;
  position: relative;
  border-radius: 8px;
}

.screen .margin-9 {
  height: 24px;
  z-index: 0;
  position: relative;
  width: 4px;
}

.screen .award-2 {
  background-image: url(./img/subtract-4.svg);
  position: relative;
  width: 37px;
  height: 43px;
  aspect-ratio: 0.86;
  background-size: 100% 100%;
}

.screen .image-4 {
  height: 16042.34%;
  top: -15942.34%;
  position: absolute;
  width: -1384.59%;
  left: 1484.59%;
  object-fit: cover;
}

.screen .award-3 {
  background-image: url(./img/subtract-5.svg);
  position: relative;
  width: 37px;
  height: 43px;
  aspect-ratio: 0.86;
  background-size: 100% 100%;
}

.screen .image-5 {
  height: 19929.84%;
  top: -19829.84%;
  position: absolute;
  width: -1384.59%;
  left: 1484.59%;
  object-fit: cover;
}

.screen .tag-section-flow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .margin-10 {
  height: 32px;
  position: relative;
  width: 4px;
}

.screen .ttl-2 {
  display: flex;
  align-self: stretch;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.screen .vector-10 {
  position: relative;
  width: 24.8px;
  height: 32.6px;
  margin-bottom: -0.3px;
}

.screen .text-wrapper-67 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: var(--dheading);
  font-size: 24px;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 36px;
  white-space: nowrap;
}

.screen .div-8 {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.screen .frame-46 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .tag-img-flow {
  position: relative;
  width: 358px;
  height: 160px;
}

.screen .div-9 {
  display: flex;
  flex-direction: column;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  padding: 26px 16px;
  position: absolute;
  top: -10px;
  left: 6px;
  background-color: var(--dbgprimary);
  border-radius: 58px;
}

.screen .polygon-2 {
  position: absolute;
  top: 48px;
  left: 47px;
  width: 30px;
  height: 31px;
}

.screen .text-wrapper-68 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
  color: var(--abg);
  letter-spacing: 0;
  line-height: 14.4px;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

.screen .text-wrapper-69 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: -3px;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: var(--abg);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21.6px;
  white-space: nowrap;
}

.screen .frame-47 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .text-wrapper-70 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--l-b-font-family);
  font-weight: var(--l-b-font-weight);
  color: var(--atextprimary);
  font-size: var(--l-b-font-size);
  letter-spacing: var(--l-b-letter-spacing);
  line-height: var(--l-b-line-height);
  white-space: nowrap;
  font-style: var(--l-b-font-style);
}

.screen .line {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.screen .frame-48 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.screen .tag-section-faq {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--abgtertiary);
}

.screen .text-wrapper-71 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--m-b-font-family);
  font-weight: var(--m-b-font-weight);
  color: var(--dtextsecondary);
  font-size: var(--m-b-font-size);
  text-align: center;
  letter-spacing: var(--m-b-letter-spacing);
  line-height: var(--m-b-line-height);
  white-space: nowrap;
  font-style: var(--m-b-font-style);
}

.screen .text-wrapper-72 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: var(--dheading);
  font-size: 24px;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 36px;
  white-space: nowrap;
}

.screen .FAQ {
  display: flex;
  flex-direction: column;
  width: 390px;
  align-items: flex-start;
  gap: 8px;
  padding: 24px 16px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--abgtertiary);
}

.screen .frame-49 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0px 0px 8px;
  position: relative;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ededed;
}

.screen .frame-50 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .text-wrapper-73 {
  position: relative;
  width: fit-content;
  font-family: var(--m-b-font-family);
  font-weight: var(--m-b-font-weight);
  color: var(--aheading);
  font-size: var(--m-b-font-size);
  text-align: center;
  letter-spacing: var(--m-b-letter-spacing);
  line-height: var(--m-b-line-height);
  white-space: nowrap;
  font-style: var(--m-b-font-style);
}

.screen .faq-answer {
  display: none;
}

.screen .frame-50[aria-expanded="true"] ~ .faq-answer {
  display: block;
}

.screen .text-wrapper-74 {
  position: relative;
  width: 358px;
  height: auto;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: var(--aheading);
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 21px;
}

.screen .frame-51 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0px 0px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ededed;
}

.screen .text-wrapper-75 {
  position: relative;
  width: 358px;
  height: auto;
  font-family: var(--base-m-font-family);
  font-weight: var(--base-m-font-weight);
  color: var(--aheading);
  font-size: var(--base-m-font-size);
  letter-spacing: var(--base-m-letter-spacing);
  line-height: var(--base-m-line-height);
  font-style: var(--base-m-font-style);
}

.screen .frame-52 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .tag-img-recommend {
  position: relative;
  width: 128px;
  height: 77px;
}

.screen .frame-53 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.screen .text-wrapper-76 {
  position: relative;
  width: fit-content;
  font-family: var(--base-m-font-family);
  font-weight: var(--base-m-font-weight);
  color: var(--dtextprimary);
  font-size: var(--base-m-font-size);
  text-align: center;
  letter-spacing: var(--base-m-letter-spacing);
  line-height: var(--base-m-line-height);
  white-space: nowrap;
  font-style: var(--base-m-font-style);
}

.screen .google-2 {
  color: transparent;
  position: relative;
  align-self: stretch;
  font-family: var(--base-m-font-family);
  font-weight: var(--base-m-font-weight);
  font-size: var(--base-m-font-size);
  letter-spacing: var(--base-m-letter-spacing);
  line-height: var(--base-m-line-height);
  font-style: var(--base-m-font-style);
}

.screen .text-wrapper-77 {
  color: #f25042;
  letter-spacing: var(--base-m-letter-spacing);
  font-family: var(--base-m-font-family);
  font-style: var(--base-m-font-style);
  font-weight: var(--base-m-font-weight);
  line-height: var(--base-m-line-height);
  font-size: var(--base-m-font-size);
}

.screen .frame-54 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  z-index: 2;
  border-radius: 40px;
}

.screen .tag-a-target-blank-8 {
  display: flex;
  height: 82px;
  justify-content: center;
  gap: 4px;
  padding: 13px 24px;
  align-self: stretch;
  width: 100%;
  z-index: 0;
  background-color: #e50b18;
  overflow: hidden;
  box-shadow: 0px 4px 0px #891118;
  align-items: center;
  position: relative;
  border-radius: 8px;
}

.screen .footer {
  display: flex;
  flex-direction: column;
  width: 390px;
  height: 130px;
  align-items: center;
  gap: 17px;
  position: relative;
  background-color: #ffffff;
}

.screen .rectangle-4 {
  position: relative;
  width: 430px;
  height: 3px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: var(--dbgprimary);
}

.screen .text-wrapper-78 {
  position: relative;
  width: fit-content;
  font-family: var(--plain-text-font-family);
  font-weight: var(--plain-text-font-weight);
  color: var(--dheading);
  font-size: var(--plain-text-font-size);
  text-align: center;
  letter-spacing: var(--plain-text-letter-spacing);
  line-height: var(--plain-text-line-height);
  text-decoration: underline;
  white-space: nowrap;
  font-style: var(--plain-text-font-style);
}

.screen .text-wrapper-79 {
  position: relative;
  width: fit-content;
  font-family: var(--sub-sentence-font-family);
  font-weight: var(--sub-sentence-font-weight);
  color: var(--dtextprimary);
  font-size: var(--sub-sentence-font-size);
  text-align: center;
  letter-spacing: var(--sub-sentence-letter-spacing);
  line-height: var(--sub-sentence-line-height);
  white-space: nowrap;
  font-style: var(--sub-sentence-font-style);
}
/* Original CSS code should be injected above this comment */

body {
  min-height: 100%;
}

.screen {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

.screen .tag-header,
.screen .today-prics,
.screen .phone,
.screen .tag-section-compare,
.screen .frame-9,
.screen .view-7,
.screen .div-8,
.screen .FAQ,
.screen .footer {
  width: 100%;
}

.screen .today-prics,
.screen .phone {
  left: 0;
}

.screen .tag-section-fv {
  width: 100%;
  max-width: 382px;
}

.screen .tag-div-kv {
  max-width: 390px;
}

.screen .frame-50 {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

.screen .tag-a-target-blank,
.screen .tag-a-target-blank-3,
.screen .tag-a-target-blank-4,
.screen .tag-a-target-blank-5,
.screen .tag-a-target-blank-6,
.screen .tag-a-target-blank-7,
.screen .tag-a-target-blank-8 {
  cursor: pointer;
}

.screen .tag-a-target-blank:focus-visible,
.screen .tag-a-target-blank-2:focus-visible,
.screen .tag-a-target-blank-3:focus-visible,
.screen .tag-a-target-blank-4:focus-visible,
.screen .tag-a-target-blank-5:focus-visible,
.screen .tag-a-target-blank-6:focus-visible,
.screen .tag-a-target-blank-7:focus-visible,
.screen .tag-a-target-blank-8:focus-visible,
.screen .frame-50:focus-visible,
.screen .text-wrapper-78:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

/* ===== 3社比較表 テーブル ===== */
.screen .compare-table-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding-left: 16px;
  overflow-x: scroll;
  scrollbar-width: none;
  box-sizing: border-box;
}

.screen .compare-table-wrapper::-webkit-scrollbar {
  display: none;
}

.screen .compare-table {
  width: 462px;
  border-collapse: collapse;
  table-layout: fixed;
}

.screen .compare-table th,
.screen .compare-table td {
  border-bottom: 1px solid var(--dbgsecondary);
  border-right: 1px solid var(--dbgsecondary);
  padding: 8px;
  vertical-align: middle;
}

.screen .compare-table th:last-child,
.screen .compare-table td:last-child {
  border-right: none;
  padding-right: 16px;
}

/* 左列ヘッダー（行ラベル・列ラベル共通） */
.screen .compare-th--label {
  width: 60px;
  background-color: #f6feff;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  font-size: 10px;
  color: var(--dtextprimary);
  text-align: center;
  line-height: 1.5;
}

/* サービスロゴ列ヘッダー */
.screen .compare-th--shop {
  text-align: center;
  vertical-align: top;
}

.screen .compare-servicelogo {
  display: block;
  width: 100%;
  height: 50px;
  object-fit: cover;
}

.screen .compare-table .tag-a-target-blank-2 {
  display: block;
}

/* データセル共通 */
.screen .compare-td {
  text-align: center;
  vertical-align: middle;
}

/* 特徴セル（テキスト固定高 + overflow） */
.screen .compare-td--feature {
  height: 106px;
  overflow: hidden;
  text-align: left;
  font-family: var(--s-m-font-family);
  font-weight: var(--s-m-font-weight);
  font-size: var(--s-m-font-size);
  color: var(--dtextprimary);
  line-height: var(--s-m-line-height);
  letter-spacing: var(--s-m-letter-spacing);
  font-style: var(--s-m-font-style);
}

/* テキストのみのセル（買取方法・キャンペーン） */
.screen .compare-td--text {
  font-family: var(--sub-sentence-font-family);
  font-weight: var(--sub-sentence-font-weight);
  font-size: var(--sub-sentence-font-size);
  color: var(--dtextprimary);
  text-align: center;
  line-height: var(--sub-sentence-line-height);
  font-style: var(--sub-sentence-font-style);
}

/* アイコン＋テキスト縦並び（査定料・対応エリア） */
.screen .compare-icon-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 公式サイトボタンセル */
.screen .compare-td--site {
  vertical-align: middle;
}

.screen .compare-td--site .tag-a-target-blank-3 {
  box-sizing: border-box;
  align-self: auto;
  flex: none;
}

.screen .tag-a-target-blank-2 {
  display: block;
}

.screen .frame-50 .text-wrapper-73 {
  text-align: left;
}

.screen .text-wrapper-78 {
  display: inline-block;
}

.screen img {
  max-width: 100%;
}

.screen .fuku-chan,
.screen .icons-5,
.screen .image,
.screen .image-4,
.screen .image-5 {
  margin-top: 0;
  margin-right: 0;
}

.screen .sex {
  overflow: hidden;
}

.screen .image,
.screen .image-4,
.screen .image-5 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.screen .tag-img-flow,
.screen .tag-img-wrap-a-blank {
  width: 100%;
  height: auto;
  aspect-ratio: unset;
  object-fit: contain;
}

.screen .rectangle-4 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.screen .card-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 16px;
  width: 100%;
  box-sizing: border-box;
}

.screen .card-nav-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.screen .card-nav-btn:hover {
  opacity: 1;
}

.screen .card-nav-btn img {
  width: 16px;
  height: 16px;
}

.screen .card-nav-prev img {
  transform: rotate(180deg);
}

.screen .card-nav-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.screen .card-nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--dbgsecondary);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s;
}

.screen .card-nav-dot.is-active {
  background-color: var(--dtextsecondary);
}
