@charset "UTF-8";
html {
  font-size: 1.25vw;
}
@media (min-width: 800px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 3rem;
  font-weight: 400;
  min-height: 100vh;
  color: #30302f;
  background: #fff;
  line-height: calc(48/30);
  font-feature-settings: "palt";
  letter-spacing: 0;
}

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

.wrap {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.header {
  width: 100%;
  height: 9rem;
  background: #61c2bb;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 9rem;
  color: #fff;
  letter-spacing: 0.1em;
}

.mv {
  position: relative;
  margin-bottom: 4rem;
}
.mv .lead {
  padding: 2.6rem;
  font-weight: 700;
}
.mv .copy {
  position: absolute;
  left: 0;
  bottom: 2.8rem;
  font-weight: 400;
}
.mv .copy span {
  display: inline-block;
  font-size: 4rem;
  color: #fff;
  background: rgba(97, 194, 187, 0.72);
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  letter-spacing: 0.15em;
}
.mv .copy .line1 {
  padding-left: 1.6rem;
  padding-right: 1.3rem;
  margin-bottom: 2.2rem;
}
.mv .copy .line2 {
  padding-left: 1.9rem;
  padding-right: 5.2rem;
}

.intro {
  margin-bottom: 7rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.intro p {
  margin-bottom: 1em;
}
.intro .marker {
  background: linear-gradient(transparent 50%, #daf1ef 50%);
}

.sec-ttl {
  padding: 3.6rem;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #61c2bb;
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 2.9rem;
}

.ttl-style1 {
  font-weight: 700;
  letter-spacing: -0.05em;
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  src: url("../font/NotoSansJP-Regular.woff") format("woff"), url("../font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  src: url("../font/NotoSansJP-Medium.woff") format("woff"), url("../font/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  src: url("../font/NotoSansJP-Bold.woff") format("woff"), url("../font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
}
a {
  transition: opacity 0.2s linear;
  color: #30302f;
}

a:visited {
  color: #30302f;
}

a:hover {
  opacity: 0.7;
}

.txt-link {
  text-underline-offset: 0.5em;
}

.nowrap {
  white-space: nowrap;
}

.pt2 {
  padding-top: 2rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb7 {
  margin-bottom: 7rem;
}

.btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  width: 100%;
}

.btn-lg a {
  padding: 3.8rem;
  max-width: 64.6rem;
  border-radius: 5.5rem;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1;
  text-align: center;
}

.btn-sm a {
  padding: 3rem;
  border-radius: 0.8rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.btn-pink a {
  background: #ff4181;
  color: #fff;
}

.btn-gray a {
  background: #8d8d8d;
  color: #fff;
}

.btn-arrow a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 2.8rem solid #ffffff;
  border-right: 0;
  right: 4.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.sec-ranking {
  padding-bottom: 5rem;
}
.sec-ranking .sec-ttl {
  margin-bottom: 1.9rem;
}
.sec-ranking .table {
  margin-bottom: 6rem;
  width: 100%;
}
.sec-ranking .table th, .sec-ranking .table td {
  width: calc(100% / 3);
}
.sec-ranking .table tr:first-child > * {
  border-top: 1px solid #7b7a7a;
}
.sec-ranking .table tr > *:first-child {
  border-left: 1px solid #7b7a7a;
}
.sec-ranking .table tr > * {
  border-right: 1px solid #7b7a7a;
  border-bottom: 1px solid #7b7a7a;
}
.sec-ranking .table th {
  padding: 3.5rem 1.3rem 4rem;
}
.sec-ranking .table td {
  padding: 3.2rem 1rem 4.5rem;
  text-align: center;
}
.sec-ranking .table2 {
  margin-bottom: 0rem;
  width: 100%;
}
.sec-ranking .table2 tbody {
      width: 100%;
    }
.sec-ranking .table2 th, .sec-ranking .table2 td {
  width: calc(100% / 3);
}
.sec-ranking .table2 tr:first-child > * {
  border-top: 0px solid #7b7a7a;
}
.sec-ranking .table2 tr > *:first-child {
  border-left: 0px solid #7b7a7a;
}
.sec-ranking .table2 tr > * {
  border-right: 0px solid #7b7a7a;
  border-bottom: 0px solid #7b7a7a;
}
.sec-ranking .table2 th {
  padding: 0rem 0rem 0rem;
}
.sec-ranking .table2 td {
  padding: 0rem 0rem 0rem;
  text-align: center;
}
.sec-ranking .rank-ttl {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1.7rem;
}
.sec-ranking .rank-num img {
  width: 12.7rem;
  margin-bottom: 3.5rem;
}
.sec-ranking .rank-num span {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
  display: block;
}
.sec-ranking .name {
  font-size: 3rem;
  line-height: calc(36/30);
  font-weight: 700;
  margin-bottom: 2.7rem;
}
.sec-ranking .name-wrap-wide {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 800px) {
  .sec-ranking .letter-spacing-narrow {
    letter-spacing: -0.15em;
  }
}
.sec-ranking .img {
  margin-bottom: 5.3rem;
}
.sec-ranking .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.sec-ranking .score {
  margin-bottom: 4rem;
}
.sec-ranking .score .point {
  font-size: 6.2rem;
  line-height: 1;
  font-weight: 700;
}
.sec-ranking .score .point .small {
  font-size: 3.9rem;
}
.sec-ranking .score .total {
  font-size: 3.6rem;
  display: block;
  font-weight: 400;
  padding-left: 1.5em;
}
.sec-ranking .btn-gray {
  margin-bottom: 1.6rem;
}
.sec-ranking .btn-pink {
  margin-bottom: 0.6rem;
}
.sec-ranking .btn-pink a {
  background: #ff72a2;
}
.sec-ranking .note {
  font-size: 1.6rem;
}
.sec-ranking .size {
  font-size: 1.8rem;
  line-height: calc(36/18);
}
.sec-ranking .ttl-price {
  letter-spacing: 0.2em;
}
.sec-ranking .price {
  font-size: 1.9rem;
  line-height: calc(36/18);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
font-weight: bold;
}
.sec-ranking .price span {
  font-size: 2.4rem;
  line-height: calc(36/24);
  font-weight: 500;
  color: #ff72a2;
}

.sec-ranking .warranty {
  font-size: 3.6rem;
  font-weight: 500;
}
.sec-ranking .origin {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.sec-ranking .icon-flag {
  width: 8.4rem;
}
.sec-ranking .store {
  font-size: 3rem;
  font-weight: 500;
}
.sec-ranking .store-detail {
  font-size: 2.4rem;
  margin-top: 1rem;
}
.sec-ranking .acc-btn {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  padding-bottom: 7rem;
  cursor: pointer;
}
.sec-ranking .acc-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-right: solid 2px #676767;
  border-bottom: solid 2px #676767;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: all 0.5s;
}
.sec-ranking .acc-btn.isOpen::after {
  transform: translateX(-50%) rotate(-135deg);
  top: 5rem;
}
.sec-ranking .acc-body {
  height: 0;
  overflow: hidden;
  transition: all 0.8s;
}

.sec-survey .sec-ttl {
  margin-bottom: 3.5rem;
  letter-spacing: -0.03em;
}
.sec-survey .lead {
  text-align: center;
  margin-bottom: 3.7rem;
}
.sec-survey .img {
  margin-bottom: 2rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.sec-survey .small {
  font-size: 2.2rem;
  margin-top: 2rem;
  margin-bottom: 6rem;
}

.sec-top3 {
  background: linear-gradient(to bottom, transparent 5.9rem, #f5f6f8 5.9rem);
  padding-bottom: 5.6rem;
}
.sec-top3 .sec-ttl {
  margin-bottom: 2.6rem;
}
.sec-top3 .top3-box {
  background: #fff;
  padding: 6rem 4rem 9rem;
  border-radius: 1.3rem;
  margin-bottom: 8.2rem;
}
.sec-top3 .top3-box.rank3 {
  margin-bottom: 0;
}
.sec-top3 .top3-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.sec-top3 .top3-ttl .icon-rank {
  width: 12.7rem;
  margin-right: 3rem;
}
.sec-top3 .top3-ttl .small {
  font-size: 3rem;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 1.5rem;
}
.sec-top3 .top3-img {
  margin-bottom: 4.7rem;
}
.sec-top3 .top3-score {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.7rem;
}
.sec-top3 .top3-score .icon-rank {
  width: 12.7rem;
  margin-right: 3rem;
}
.sec-top3 .top3-score .ttl {
  display: block;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  letter-spacing: 0.15em;
  line-height: 1;
}
.sec-top3 .top3-score .point {
  font-size: 6.2rem;
  margin-right: 2.2rem;
  line-height: 1;
  font-weight: 700;
}
.sec-top3 .top3-score .point .small {
  font-size: 3.9rem;
}
.sec-top3 .top3-score .total {
  font-size: 3.6rem;
}
.sec-top3 .top3-note {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 0.6rem;
}
.sec-top3 .top3-dl {
  margin-top: 4rem;
  margin-bottom: 2.4rem;
  display: flex;
  flex-wrap: wrap;
}
.sec-top3 .top3-dl dt, .sec-top3 .top3-dl dd {
  height: 13.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.sec-top3 .top3-dl dt {
  background: #d6ecea;
  width: 31.8%;
  margin-right: 1.8%;
  text-align: center;
  justify-content: center;
}
.sec-top3 .top3-dl dd {
  padding-left: 6rem;
  padding-right: 2rem;
  background: #ececec;
  width: 66.4%;
}
.sec-top3 .top3-dl .small {
  font-size: 2.4rem;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: calc(30/24);
}
.sec-top3 .top3-dl .icon-flag {
  width: 6.3rem;
  margin-left: 2.3rem;
}
.sec-top3 .top3-wrap-wide {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.sec-top3 .top3-wrap-wide .small {
  font-size: 2.174rem;
  margin-bottom: 1.5rem;
}
.sec-top3 .top3-list {
  background: #d6ecea;
  border-radius: 1.3rem;
  padding: 4rem 3.3rem;
  margin-bottom: 6.2rem;
}
.sec-top3 .top3-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.sec-top3 .top3-list.spacious li {
  margin-top: 1em;
  margin-bottom: 1em;
}

.footer {
  padding: 6rem 0 8rem;
  background: #61c2bb;
  color: #fff;
  font-size: 2.4rem;
  line-height: calc(30/24);
}
.footer .container {
  padding-left: 6rem;
  padding-right: 6.6rem;
}
.footer-ttl {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  margin-bottom: 1.4rem;
}
.footer-ttl a {
  color: #fff;
}
.footer h3 {
  font-weight: 400;
}
.footer dl dt, .footer dl dd {
  display: inline;
}
.footer dl dt::after {
  content: "：";
}
.footer .note {
  font-size: 1.8rem;
}

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