@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.support-lp {
  font-family: "YakuHanJP", YuGothic, 游ゴシック, ＭＳ Ｐゴシック, MS P Gothic, MS-PGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, arial, helvetica, clean, sans-serif;
  color: #000;
  line-height: 1;
}
.support-lp [id] {
  scroll-margin-top: 24px;
}
.support-lp img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.support-lp picture {
  display: contents;
}
.support-lp .pcv {
  display: block;
}
.support-lp .spv {
  display: none;
}
@media (max-width: 768px) {
  .support-lp .pcv {
    display: none;
  }
  .support-lp .spv {
    display: block;
  }
}

.c-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.c-title {
  font-size: 35px;
  font-weight: 700;
  color: #0097e4;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 0 10px;
}
.c-title.why-title span {
  font-size: 35px !important;
}

.c-title-line {
  position: relative;
  display: table;
  margin: 0 auto;
  z-index: 2;
}
.c-title-line::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0%;
  height: 4px;
  background: #fff;
  z-index: -1;
  -webkit-transition: width 1.2s ease;
  transition: width 1.2s ease;
}
.c-title-line.is-inview::after {
  width: 100%;
}

.c-title-line-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c-title-line-group .c-title-line:nth-child(2)::after {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

@-webkit-keyframes fadeUpIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes zoomOutIn {
  from {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOutIn {
  from {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pricePop {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes pricePop {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-fadein.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fadein-item {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.js-fadein-list.is-inview .js-fadein-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadein-list.is-inview .js-fadein-item:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.js-fadein-list.is-inview .js-fadein-item:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.js-fadein-list.is-inview .js-fadein-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-fadein-list.is-inview .js-fadein-item:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.js-fadein-list.is-inview .js-fadein-item:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-fadein-list.is-inview .js-fadein-item:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  height: 54px;
  background: #fff;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 8px;
  height: 11px;
  background: url(https://store.vaio.com/cms/img/freepage/vaio_value/button-arrow01.png) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.c-button:hover::after {
  -webkit-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
}

.c-voice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F3F4F8;
  border-left: 8px solid #0097e4;
  padding: 35px 55px 40px;
  border-radius: 5px;
}
.c-voice .c-voice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.c-voice .c-voice-icon {
  width: 92px;
  height: 92px;
}
.c-voice .c-voice-name {
  font-size: 16px;
}
.c-voice .c-voice-title {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.c-voice .c-voice-text {
  margin-top: 22px;
  font-size: 16px;
  line-height: 2;
}

.fv {
  position: relative;
  overflow: hidden;
}
.fv .fv-image {
  display: block;
  width: 100%;
  -webkit-animation: zoomOutIn 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
          animation: zoomOutIn 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.fv .fv-text {
  position: absolute;
  top: 25%;
  left: 69%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fv .fv-label {
  display: inline-block;
  background: #fff;
  color: #2b2b2b;
  font-size: min(20px, 1.25vw);
  font-weight: 600;
  padding: min(10px, 0.625vw) min(26px, 1.625vw);
  opacity: 0;
  -webkit-animation: fadeUpIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
          animation: fadeUpIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.fv .fv-catch {
  margin-top: min(36px, 2.25vw);
  font-size: min(49px, 3.0625vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2b2b2b;
  opacity: 0;
  -webkit-animation: fadeUpIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both;
          animation: fadeUpIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both;
}
.fv .fv-catch-logo {
  display: inline-block;
  width: min(168px, 10.5vw);
  vertical-align: middle;
}

.award {
  margin-top: 84px;
}
.award .award-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1148px;
  margin: 0 auto;
  min-height: 266px;
  padding: 30px 40px 30px 76px;
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.award .award-image {
  width: 246px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.award .award-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.award .award-text {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.9;
}
.award .award-note {
  margin-top: 14px;
  font-size: 12px;
  color: #363636;
  line-height: 1.6;
}

.anchor {
  margin-top: 92px;
}
.anchor .anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 8px;
  max-width: 1200px;
  margin: 0 auto;
}
.anchor .anchor-item {
  width: calc((100% - 16px) / 3);
}
.anchor .anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 70px;
  background: #282828;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 0.08em;
}
.anchor .anchor-link::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -4px;
}
.anchor .anchor-link:hover {
  opacity: 0.7;
}

.why {
  margin-top: 70px;
  padding: 90px 0 85px;
  background: #D6E5F8;
}
.why .why-lead {
  margin-top: 25px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.why .why-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
.why .why-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  padding: 25px 18px 30px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.why .why-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
}
.why .why-card:first-child .why-card-image img {
  width: 100%;
  max-width: 134px;
  margin: 0 auto;
}
.why .why-card:nth-child(2) .why-card-image img {
  width: 100%;
  max-width: 112px;
  margin: 0 auto;
}
.why .why-card:nth-child(3) .why-card-image img {
  width: 100%;
  max-width: 110px;
  margin: 0 auto;
}
.why .why-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 46px;
}
.why .why-card-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 62px;
  height: 60px;
  border-radius: 50%;
  background: #0097e4;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding-top: 3px;
}
.why .why-card-number-num {
  font-family: "din-2014", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}
.why .why-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.why .why-card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 190px;
  margin-top: 15px;
  background: #F0F2F5;
}
.why .why-card-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  padding: 0 15px;
}
.why .why-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.5;
  color: #0097e4;
  text-decoration: underline;
  text-underline-offset: 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  padding-left: 30px;
}
.why .why-card-link:hover {
  opacity: 0.7;
}
.why .why-card-link-arrow {
  width: 8px;
  margin-right: 8px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.study {
  padding: 100px 0 125px;
}
.study .study-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 80px;
}
.study .study-block + .study-voice {
  margin-top: 60px;
}
.study .study-voice + .study-block {
  margin-top: 110px;
}
.study .study-block-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.study .study-block-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
.study .study-block-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
}
.study .study-block-button {
  margin-top: 20px;
}
.study .study-block-note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #363636;
}
.study .study-block-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 510px;
}

.suport {
  padding: 90px 0 85px;
  background: #D6E5F8;
}
.suport .suport-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.suport .suport-lead {
  margin-top: 32px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.suport .suport-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 45px;
  padding: 60px 50px 50px;
  background: #fff;
  border-radius: 16px;
}
.suport .suport-box-number {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  font-family: "din-2014", sans-serif;
}
.suport .suport-box-title {
  margin-top: 28px;
  font-size: 25px;
  font-weight: 700;
  color: #0097e4;
  text-align: center;
  line-height: 1.4;
}
.suport .suport-box-title-sup {
  font-size: 13px;
  vertical-align: super;
}
.suport .suport-box-lead {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.suport .suport-box-image {
  margin-top: 35px;
  text-align: center;
}
.suport .suport-voice {
  margin-top: 50px;
}
.suport .suport-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}
.suport .suport-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 310px;
  padding: 45px 25px 30px;
  background: #fff;
  border: 2px solid #0097e4;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.suport .suport-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
}
.suport .suport-card.is-pink {
  border-color: #E2187C;
}
.suport .suport-card:first-child .suport-card-icon {
  width: 100%;
  max-width: 79px;
  margin: 0 auto;
}
.suport .suport-card:nth-child(2) .suport-card-icon {
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}
.suport .suport-card:nth-child(3) .suport-card-icon {
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}
.suport .suport-card-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 7px 24px;
  background: #0097e4;
  border-radius: 999px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.suport .suport-card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}
.suport .suport-card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.suport .suport-card-label {
  margin-top: 25px;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  color: #454545;
}
.suport .suport-card-title {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.suport .suport-card-title.is-pink {
  color: #E2187C;
}
.suport .suport-card-text {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.9;
}
.suport .suport-box-button {
  margin: 45px auto 0;
}
.suport .suport-note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
}

.plan {
  padding: 90px 0 100px;
}
.plan .plan-lead {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.plan .plan-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  margin-top: 70px;
}
.plan .plan-block-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan .plan-block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.plan .plan-block-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #0097e4;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
.plan .plan-block-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
}
.plan .plan-block-text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 2;
}
.plan .plan-block-text-strong {
  font-weight: 700;
  color: #0097e4;
}
.plan .plan-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 481px;
}
.plan .plan-block-image.is-boxed {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 302px;
  border: 1px solid #a5a5a5;
  border-radius: 8px;
}
.plan .plan-block-image-logo {
  width: 284px;
}
.plan .plan-dust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  min-height: 240px;
}
.plan .plan-dust-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 380px;
  background: #CDC9C3;
}
.plan .plan-dust-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 55px;
  border: 1px solid #E0E0E0;
  border-left: none;
}
.plan .plan-dust-title {
  font-size: 25px;
  font-weight: 700;
}
.plan .plan-dust-text {
  margin-top: 22px;
  font-size: 16px;
  line-height: 2;
}
.plan .plan-voice {
  margin-top: 75px;
}
.plan .plan-voice + .plan-block {
  margin-top: 125px;
}
.plan .plan-block + .plan-voice {
  margin-top: 40px;
}
.plan .plan-footer {
  width: 580px;
  margin: 75px auto 0;
}
.plan .plan-footer-button {
  width: 100%;
}
.plan .plan-footer-note {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.6;
  color: #363636;
}

.cost {
  padding: 90px 0 82px;
  background: #D6E5F8;
}
.cost .cost-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.cost .cost-lead {
  margin-top: 32px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.cost .cost-box {
  margin-top: 65px;
  padding-bottom: 50px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.cost .cost-box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  background: #00A0FF;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.cost .cost-graph {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 153px auto 0;
}
.cost .cost-compare {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 2px solid #000;
  padding: 0 50px;
}
.cost .cost-compare-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.cost .cost-compare-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
}
.cost .cost-compare-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cost .cost-compare-row-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.cost .cost-compare-row-note {
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.4;
}
.cost .cost-compare-row-price {
  display: inline-block;
  margin-left: 8px;
  color: #00A0FF;
}
.cost .cost-compare-box--other {
  background: #D6E5F8;
}
.cost .cost-compare-box--other .cost-compare-row {
  min-height: 104px;
  padding: 16px 15px;
  background: #535A70;
  color: #fff;
}
.cost .cost-compare-box--other .cost-compare-row--large {
  min-height: 161px;
}
.cost .cost-compare-box--vaio {
  background: #D6E5F8;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cost .cost-compare-box--vaio .cost-compare-rows {
  gap: 0;
}
.cost .cost-compare-box--vaio .cost-compare-row {
  min-height: 49px;
  padding: 8px 15px;
  background: #D6E5F8;
  color: #000;
  border-bottom: 1px solid #000;
}
.cost .cost-compare-box--vaio .cost-compare-row:not(.cost-compare-row--large) {
  border-bottom-style: dashed;
}
.cost .cost-compare-box--vaio .cost-compare-row--large {
  min-height: 200px;
  border-bottom: none;
}
.cost .cost-compare-vs {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 108px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.cost .cost-compare-vs::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 1px;
  width: 202px;
  height: 2px;
  background: #DBDBDB;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
}
.cost .cost-compare-vs-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  color: #ADB4C0;
}
.cost .cost-graph-fukidashi01 {
  position: absolute;
  top: -102px;
  left: 64px;
  width: 271px;
}
.cost .cost-graph-fukidashi02 {
  position: absolute;
  top: -93px;
  left: 51px;
  width: 284px;
}
.cost .cost-compare-box--other {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.cost .cost-compare-box--vaio {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
}
.cost .cost-compare-row {
  opacity: 0;
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.cost .cost-compare-vs::before {
  -webkit-transform: rotate(58deg) scaleX(0);
          transform: rotate(58deg) scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease 0.55s;
  transition: -webkit-transform 0.5s ease 0.55s;
  transition: transform 0.5s ease 0.55s;
  transition: transform 0.5s ease 0.55s, -webkit-transform 0.5s ease 0.55s;
}
.cost .cost-compare-vs-label {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
          transform: translate(-50%, -50%) scale(0.3);
  -webkit-transition: opacity 0.4s ease 0.75s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.75s;
  transition: opacity 0.4s ease 0.75s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.75s;
  transition: opacity 0.4s ease 0.75s, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.75s;
  transition: opacity 0.4s ease 0.75s, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.75s, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.75s;
}
.cost .cost-graph-fukidashi01,
.cost .cost-graph-fukidashi02 {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cost .js-graph.is-inview .cost-compare-box--other,
.cost .js-graph.is-inview .cost-compare-box--vaio {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.cost .js-graph.is-inview .cost-compare-box--other .cost-compare-row {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cost .js-graph.is-inview .cost-compare-box--other .cost-compare-row:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.cost .js-graph.is-inview .cost-compare-box--other .cost-compare-row:nth-child(2) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.cost .js-graph.is-inview .cost-compare-box--other .cost-compare-row:nth-child(3) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
.cost .js-graph.is-inview .cost-compare-box--vaio .cost-compare-row {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cost .js-graph.is-inview .cost-compare-box--vaio .cost-compare-row:nth-child(1) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.cost .js-graph.is-inview .cost-compare-box--vaio .cost-compare-row:nth-child(2) {
  -webkit-transition-delay: 0.57s;
          transition-delay: 0.57s;
}
.cost .js-graph.is-inview .cost-compare-box--vaio .cost-compare-row:nth-child(3) {
  -webkit-transition-delay: 0.69s;
          transition-delay: 0.69s;
}
.cost .js-graph.is-inview .cost-compare-vs::before {
  -webkit-transform: rotate(58deg) scaleX(1);
          transform: rotate(58deg) scaleX(1);
}
.cost .js-graph.is-inview .cost-compare-vs-label {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.cost .js-graph.is-inview .cost-graph-fukidashi01 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.cost .js-graph.is-inview .cost-graph-fukidashi02 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.cost .js-graph.is-inview .cost-compare-row-price {
  -webkit-animation: pricePop 0.6s ease 1.3s;
          animation: pricePop 0.6s ease 1.3s;
}
.cost .cost-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 881px;
  margin: 30px auto 0;
}
.cost .cost-result-item {
  width: 388px;
  text-align: center;
}
.cost .cost-result-item:last-child {
  width: 386px;
}
.cost .cost-result-name {
  font-size: 22px;
  font-weight: 700;
}
.cost .cost-result-caution {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #E60012;
}
.cost .cost-result-sub {
  margin-top: 10px;
  font-size: 16px;
}
.cost .cost-result-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 110px;
  margin: 0 auto;
  position: relative;
  bottom: 2px;
}
.cost .cost-result-good {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #0097e4;
}
.cost .cost-voice {
  margin: 35px 50px 0;
}

@media (max-width: 768px) {
  .cost .cost-graph {
    margin: 90px auto 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cost .cost-graph-fukidashi01 {
    top: -66px;
    left: 4px;
    width: 165px;
  }
  .cost .cost-graph-fukidashi02 {
    top: -60px;
    left: 8px;
    width: 190px;
  }
  .cost .cost-compare-row-title {
    font-size: 13px;
    line-height: 1.3;
  }
  .cost .cost-compare-row-note {
    margin-top: 2px;
    font-size: 10px;
  }
  .cost .cost-compare-row-price {
    margin-left: 4px;
    font-size: 13px;
  }
  .cost .cost-compare-box--other .cost-compare-row {
    min-height: 78px;
    padding: 10px 8px;
  }
  .cost .cost-compare-box--other .cost-compare-row--large {
    min-height: 120px;
  }
  .cost .cost-compare-box--vaio .cost-compare-row {
    min-height: 40px;
    padding: 6px 8px;
  }
  .cost .cost-compare-box--vaio .cost-compare-row--large {
    min-height: 150px;
  }
  .cost .cost-compare-vs {
    width: 56px;
  }
  .cost .cost-compare-vs::before {
    width: 139px;
    -webkit-transform: rotate(66.8deg) scaleX(0);
            transform: rotate(66.8deg) scaleX(0);
  }
  .cost .js-graph.is-inview .cost-compare-vs::before {
    -webkit-transform: rotate(66.8deg) scaleX(1);
            transform: rotate(66.8deg) scaleX(1);
  }
  .cost .cost-compare-vs-label {
    top: 73%;
    font-size: 16px;
  }
}
.uservoice {
  padding-top: 78px;
}
.uservoice .uservoice-subtitle {
  font-size: 30px;
  font-weight: 700;
  color: #0097e4;
  text-align: center;
  font-family: "din-2014", sans-serif;
}
.uservoice .uservoice-title {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.uservoice .uservoice-lead {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.uservoice .uservoice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.uservoice .uservoice-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  padding: 30px 25px 35px;
  background: #F3F4F8;
  border-top: 8px solid #0097e4;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.uservoice .uservoice-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
}
.uservoice .uservoice-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.uservoice .uservoice-card-icon {
  width: 92px;
  height: 92px;
}
.uservoice .uservoice-card-name {
  font-size: 16px;
}
.uservoice .uservoice-card-star {
  width: 132px;
  margin-top: 10px;
}
.uservoice .uservoice-card-text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.9;
}

.payment {
  margin-top: 95px;
  padding-bottom: 120px;
}
.payment .payment-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 65px 65px 60px;
  background: #00A0FF;
  border-radius: 16px;
}
.payment .payment-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.payment .payment-pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 28px auto 0;
  padding: 10px 30px;
  background: #fff;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  color: #0097e4;
}
.payment .payment-pill-price {
  font-size: 44px;
  font-family: "din-2014", sans-serif;
}
.payment .payment-pill-unit {
  font-size: 16px;
  margin-left: 3px;
}
.payment .payment-lead {
  margin-top: 22px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.payment .payment-example {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 865px;
  margin: 40px auto 0;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
}
.payment .payment-example-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.payment .payment-example-lead {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.payment .payment-detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 710px;
  margin: 20px auto 0;
  padding: 0 30px;
  border: 1px solid #E3E3E3;
}
.payment .payment-detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 0;
}
.payment .payment-detail-row:not(:first-child) {
  border-top: 1px solid #E3E3E3;
}
.payment .payment-detail-label {
  font-size: 18px;
  font-weight: 700;
}
.payment .payment-detail-label-small {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  margin-left: 5px;
}
.payment .payment-detail-value {
  text-align: right;
}
.payment .payment-detail-price {
  font-size: 30px;
  font-weight: 700;
  color: #E2187C;
  font-family: "din-2014", sans-serif;
}
.payment .payment-detail-price.is-blue {
  color: #0097e4;
}
.payment .payment-detail-price-before {
  margin-right: 14px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
}
.payment .payment-detail-price-zero {
  font-size: 30px;
  font-family: "din-2014", sans-serif;
}
.payment .payment-detail-price-unit {
  font-size: 14px;
  margin-left: 2px;
}
.payment .payment-detail-note {
  margin-top: 10px;
  font-size: 14px;
}
.payment .payment-example-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 710px;
  margin: 14px auto 0;
}
.payment .payment-example-note {
  font-size: 14px;
}
.payment .payment-example-total {
  font-size: 14px;
}
.payment .payment-example-link {
  display: block;
  max-width: 710px;
  margin: 28px auto 0;
  font-size: 14px;
  color: #0097e4;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  padding-left: 15px;
}
.payment .payment-example-link::before {
  content: "";
  display: block;
  background-image: url(https://store.vaio.com/cms/img/freepage/vaio_value/why-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.payment .payment-example-link:hover {
  opacity: 0.7;
}

.lineup {
  padding: 0px 0 100px;
}
.lineup .lineup-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.lineup .lineup-lead {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.lineup .dummy-content {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  height: 1000px;
  background: #f0f0f0;
}

@media (max-width: 1200px) {
  .c-wrap {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .award {
    padding: 0 40px;
  }
  .award .award-box {
    max-width: 100%;
    gap: 30px;
    padding: 30px 40px;
  }
  .anchor {
    padding: 0 40px;
  }
  .anchor .anchor-list {
    max-width: 100%;
  }
  .why .why-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 40px;
  }
  .why .why-card {
    width: calc((100% - 40px) / 2);
  }
  .study .study-block {
    gap: 30px;
  }
  .study .study-block-image {
    width: 45%;
  }
  .suport .suport-inner {
    max-width: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .suport .suport-box {
    padding: 50px 35px 40px;
  }
  .suport .suport-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px 40px;
  }
  .suport .suport-card {
    width: calc((100% - 40px) / 2);
  }
  .plan .plan-block {
    gap: 40px;
  }
  .plan .plan-block-image {
    max-width: 45%;
  }
  .plan .plan-block-image-logo {
    width: 80%;
    max-width: 284px;
  }
  .plan .plan-dust-image {
    width: 300px;
  }
  .plan .plan-dust-content {
    padding: 30px 35px;
  }
  .plan .plan-footer {
    width: 100%;
    max-width: 580px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cost .cost-inner {
    max-width: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cost .cost-result {
    width: 100%;
    max-width: 881px;
  }
  .cost .cost-voice {
    margin-left: 30px;
    margin-right: 30px;
  }
  .uservoice .uservoice-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 40px;
  }
  .uservoice .uservoice-card {
    width: calc((100% - 40px) / 2);
  }
  .payment .payment-box {
    padding: 55px 40px 50px;
  }
  .payment .payment-example {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .c-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-title {
    font-size: 22px;
    padding: 0 5px;
  }
  .c-title.why-title span {
    font-size: 22px !important;
  }
  .c-button {
    width: 100%;
    height: 58px;
    font-size: 15px;
  }
  .c-button::after {
    right: 16px;
  }
  .c-voice {
    padding: 22px 20px 25px;
  }
  .c-voice .c-voice-header {
    gap: 14px;
  }
  .c-voice .c-voice-icon {
    width: 56px;
    height: 56px;
  }
  .c-voice .c-voice-name {
    font-size: 12px;
  }
  .c-voice .c-voice-title {
    margin-top: 6px;
    font-size: 17px;
  }
  .c-voice .c-voice-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.9;
  }
  .fv .fv-text {
    top: 19%;
    left: auto;
    right: 4vw;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
  .fv .fv-label {
    font-size: 3.1vw;
    padding: 1vw 2.4vw;
  }
  .fv .fv-catch {
    margin-top: 3vw;
    font-size: 6.4vw;
    line-height: 1.5;
  }
  .fv .fv-catch-logo {
    width: 20vw;
  }
  .award {
    margin-top: 40px;
    padding: 0 15px;
  }
  .award .award-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 22px;
    min-height: 0;
    padding: 30px 24px 28px;
  }
  .award .award-image {
    width: 150px;
  }
  .award .award-title {
    font-size: 20px;
    text-align: center;
  }
  .award .award-text {
    margin-top: 14px;
    font-size: 14px;
  }
  .award .award-note {
    margin-top: 12px;
    font-size: 11px;
  }
  .anchor {
    margin-top: 40px;
    padding: 0 15px;
  }
  .anchor .anchor-list {
    gap: 8px;
    max-width: 100%;
  }
  .anchor .anchor-item {
    width: calc((100% - 16px) / 3);
  }
  .anchor .anchor-link {
    height: 58px;
    gap: 5px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    padding: 0 4px;
    text-align: center;
  }
  .anchor .anchor-link::after {
    width: 7px;
    height: 7px;
    margin-top: 0;
  }
  .why {
    padding: 45px 0 45px;
  }
  .why .why-lead {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .why .why-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }
  .why .why-card {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 38% 1fr;
    grid-template-columns: 38% 1fr;
        grid-template-areas: "header header" "image text" "link link";
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 18px 16px 16px;
    border-radius: 6px;
  }
  .why .why-card:not(:first-child) {
    margin-top: 0;
  }
  .why .why-card:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .why .why-card:first-child .why-card-image img, .why .why-card:nth-child(2) .why-card-image img, .why .why-card:nth-child(3) .why-card-image img {
    width: auto;
    max-width: 72%;
    margin: 0 auto;
  }
  .why .why-card-header {
    grid-area: header;
    width: 100%;
    gap: 10px;
    min-height: 0;
    margin-bottom: 14px;
  }
  .why .why-card-number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px;
    width: auto;
    height: auto;
    padding: 4px 10px;
    border-radius: 22px;
    font-size: 12px;
    padding-top: 4px;
  }
  .why .why-card-number-num {
    font-size: 16px;
  }
  .why .why-card-title {
    font-size: 15px;
    line-height: 1.35;
  }
  .why .why-card-title br {
    display: none;
  }
  .why .why-card-image {
    grid-area: image;
    width: 100%;
    height: 118px;
    margin-top: 0;
    border-radius: 2px;
  }
  .why .why-card-text {
    grid-area: text;
    width: 100%;
    margin-top: 0;
    padding: 0 0 0 12px;
    font-size: 13px;
    line-height: 1.65;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .why .why-card-link {
    grid-area: link;
    width: 100%;
    margin-top: 14px;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.5;
  }
  .why .why-card-link br {
    display: none;
  }
  .why .why-card-link-arrow {
    left: 0;
    width: 7px;
  }
  .study {
    padding: 50px 0 55px;
  }
  .study .study-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    margin-top: 28px;
  }
  .study .study-block-image {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .study .study-block-title {
    font-size: 20px;
  }
  .study .study-block-text {
    font-size: 14px;
  }
  .study .study-block-button {
    margin-top: 20px;
  }
  .study .study-block + .study-voice {
    margin-top: 35px;
  }
  .study .study-voice + .study-block {
    margin-top: 45px;
  }
  .suport {
    padding: 50px 0 55px;
  }
  .suport .suport-inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .suport .suport-lead {
    font-size: 14px;
  }
  .suport .suport-box {
    padding: 40px 18px 30px;
    border-radius: 12px;
  }
  .suport .suport-box-number {
    font-size: 30px;
  }
  .suport .suport-box-title {
    margin-top: 18px;
    font-size: 20px;
  }
  .suport .suport-box-lead {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }
  .suport .suport-box-image {
    margin-top: 25px;
  }
  .suport .suport-voice {
    margin-top: 30px;
  }
  .suport .suport-list {
    display: block;
    margin-top: 30px;
  }
  .suport .suport-card {
    width: 100%;
    position: relative;
    padding: 30px 20px 24px;
  }
  .suport .suport-card:not(:first-child) {
    margin-top: 30px;
  }
  .suport .suport-card:first-child {
    padding-top: 34px;
  }
  .suport .suport-card:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .suport .suport-card-icon {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 56px;
    height: 56px;
    margin: 0;
  }
  .suport .suport-card-label {
    margin-top: 0;
    padding-left: 74px;
    text-align: left;
    font-size: 13px;
  }
  .suport .suport-card-title {
    margin-top: 3px;
    padding-left: 74px;
    text-align: left;
    font-size: 19px;
  }
  .suport .suport-card-text {
    margin-top: 16px;
    font-size: 14px;
  }
  .suport .suport-card-badge {
    font-size: 16px;
    padding: 5px 20px;
  }
  .suport .suport-box-button {
    margin-top: 35px;
  }
  .plan {
    padding: 50px 0 55px;
  }
  .plan .plan-lead {
    margin-top: 18px;
    font-size: 14px;
  }
  .plan .plan-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .plan .plan-block-image {
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .plan .plan-block-image.is-boxed {
    height: auto;
    padding: 30px 20px;
  }
  .plan .plan-block-image-logo {
    width: 60%;
    max-width: 260px;
  }
  .plan .plan-block-header {
    gap: 12px;
  }
  .plan .plan-block-badge {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
  .plan .plan-block-title {
    font-size: 20px;
  }
  .plan .plan-block-text {
    margin-top: 18px;
    font-size: 14px;
  }
  .plan .plan-dust {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    min-height: 0;
  }
  .plan .plan-dust-image {
    width: 100%;
    height: 200px;
  }
  .plan .plan-dust-content {
    border: 1px solid #E0E0E0;
    border-top: none;
    padding: 24px 20px;
  }
  .plan .plan-dust-title {
    font-size: 19px;
  }
  .plan .plan-dust-text {
    margin-top: 16px;
    font-size: 14px;
  }
  .plan .plan-voice + .plan-block {
    margin-top: 45px;
  }
  .plan .plan-block + .plan-voice {
    margin-top: 30px;
  }
  .plan .plan-footer {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
  }
  .plan .plan-footer-note {
    margin-top: 12px;
  }
  .cost {
    padding: 50px 0 55px;
  }
  .cost .cost-inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .cost .cost-lead {
    font-size: 14px;
  }
  .cost .cost-box {
    border-radius: 12px;
  }
  .cost .cost-box-header {
    height: 54px;
    font-size: 18px;
  }
  .cost .cost-result {
    width: 100%;
  }
  .cost .cost-result-item {
    width: 48%;
  }
  .cost .cost-result-item:last-child {
    width: 48%;
  }
  .cost .cost-result-name {
    font-size: 18px;
  }
  .cost .cost-result-caution {
    margin-top: 12px;
    font-size: 15px;
  }
  .cost .cost-result-sub {
    font-size: 12px;
  }
  .cost .cost-result-good {
    font-size: 15px;
  }
  .cost .cost-voice {
    margin: 25px 15px 0;
  }
  .uservoice {
    padding-top: 50px;
  }
  .uservoice .uservoice-subtitle {
    font-size: 26px;
  }
  .uservoice .uservoice-title {
    margin-top: 16px;
    font-size: 22px;
  }
  .uservoice .uservoice-lead {
    margin-top: 20px;
    font-size: 14px;
  }
  .uservoice .uservoice-list {
    display: block;
    margin-top: 30px;
  }
  .uservoice .uservoice-card {
    width: 100%;
    padding: 22px 20px 24px;
  }
  .uservoice .uservoice-card:not(:first-child) {
    margin-top: 20px;
  }
  .uservoice .uservoice-card:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .uservoice .uservoice-card-icon {
    width: 60px;
    height: 60px;
  }
  .uservoice .uservoice-card-star {
    width: 120px;
  }
  .uservoice .uservoice-card-text {
    margin-top: 20px;
    font-size: 14px;
  }
  .payment {
    margin-top: 50px;
    padding-bottom: 60px;
  }
  .payment .payment-box {
    padding: 40px 18px 35px;
    border-radius: 12px;
  }
  .payment .payment-title {
    font-size: 22px;
  }
  .payment .payment-pill {
    gap: 10px;
    padding: 8px 24px;
    font-size: 16px;
  }
  .payment .payment-pill-price {
    font-size: 30px;
  }
  .payment .payment-lead {
    font-size: 14px;
  }
  .payment .payment-example {
    padding: 25px 15px;
  }
  .payment .payment-example-title {
    font-size: 16px;
  }
  .payment .payment-example-lead {
    font-size: 13px;
  }
  .payment .payment-detail {
    padding: 0 15px;
  }
  .payment .payment-detail-row {
    padding: 20px 0;
  }
  .payment .payment-detail-label {
    font-size: 15px;
  }
  .payment .payment-detail-label-small {
    font-size: 13px;
  }
  .payment .payment-detail-price {
    font-size: 24px;
  }
  .payment .payment-detail-price-zero {
    font-size: 24px;
  }
  .payment .payment-detail-price-before {
    margin-right: 8px;
    font-size: 13px;
  }
  .payment .payment-detail-note {
    font-size: 11px;
  }
  .payment .payment-example-note,
  .payment .payment-example-total {
    font-size: 11px;
  }
  .payment .payment-example-link {
    font-size: 13px;
  }
}
@media (max-width: 768px){
  .why .why-card-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .why .why-card-image {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .why .why-card-text {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .why .why-card-link {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 450px) {
  .c-title {
    font-size: 18px;
  }
  .c-title.why-title span {
    font-size: 18px !important;
  }
  .c-voice {
    padding: 15px 20px 15px;
    border-left: 4px solid #0097e4;
  }
  .c-voice .c-voice-header {
    gap: 0;
  }
  .c-voice .c-voice-icon {
    width: 46px;
    height: 46px;
    margin-right: 10px;
  }
  .c-voice .c-voice-title {
    line-height: 1;
    margin-top: 8px;
  }
  .c-voice .c-voice-name {
    font-size: 10px;
  }
  .c-voice .c-voice-title {
    font-size: 13px;
  }
  .c-voice .c-voice-text {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.6;
  }
  .c-button {
    height: 45px;
    font-size: 13px;
  }
  .c-button:after {
    right: 20px;
    width: 7px;
    height: 10px;
  }
}
@media (max-width: 450px) {
  .fv .fv-text {
    top: 24%;
    right: 15px;
  }
  .fv .fv-label {
    font-size: 10px;
    padding: 4px 6px;
  }
  .fv .fv-catch {
    margin-top: 11px;
    font-size: 19px;
  }
  .fv .fv-catch-logo {
    width: 64px;
    padding: 0 3px;
    position: relative;
    bottom: 1px;
  }
  .award {
    margin-top: 30px;
  }
  .award .award-box {
    padding: 25px 16px 18px;
    gap: 0;
  }
  .award .award-image {
    width: 106px;
    margin-bottom: 20px;
  }
  .award .award-title {
    font-size: 15px;
  }
  .award .award-text {
    font-size: 12px;
  }
  .award .award-note {
    font-size: 9px;
  }
  .anchor {
    margin-top: 35px;
  }
  .anchor .anchor-link {
    height: 40px;
    position: relative;
    font-size: 10px;
  }
  .anchor .anchor-link:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 5px;
    height: 5px;
  }
  .why {
    margin-top: 40px;
    padding: 45px 0 35px;
  }
  .why .why-lead {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
  }
  .why .why-list {
    gap: 12px;
  }
  .why .why-card {
    -ms-grid-columns: 140px 1fr;
    grid-template-columns: 140px 1fr;
    border-radius: 3px;
  }
  .why .why-card:first-child .why-card-image img {
    max-width: 67px;
  }
  .why .why-card:nth-child(2) .why-card-image img {
    max-width: 56px;
  }
  .why .why-card:nth-child(3) .why-card-image img {
    max-width: 55px;
  }
  .why .why-card-image {
    width: 100%;
    max-width: 140px;
    height: 86px;
  }
  .why .why-card-text {
    padding: 0 0 0 10px;
    font-size: 12px;
  }
  .why .why-card-link {
    font-size: 12px;
    padding-left: 10px;
  }
  .study {
    padding: 45px 0 80px;
  }
  .study .study-title {
    margin-bottom: 30px;
  }
  .study .study-block {
    display: contents;
  }
  .study .study-block + .study-voice {
    margin-top: 25px;
  }
  .study .study-block-title {
    font-size: 15px;
  }
  .study .study-block-text {
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .study .study-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .study .study-content:first-of-type {
    margin-bottom: 50px;
  }
  .study .study-block-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .study .study-block-content {
    display: contents;
  }
  .study .study-block-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .study .study-block-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .study .study-voice {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 20px;
  }
  .study .study-block-button {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 25px;
  }
  .study .study-block-note {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    font-size: 9px;
    margin-top: 5px;
  }
  .suport {
    padding: 45px 0 40px;
  }
  .suport .suport-lead {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
  }
  .suport .suport-box {
    margin-top: 25px;
    border-radius: 3px;
    padding: 30px 18px 30px;
  }
  .suport .suport-box-number {
    font-size: 20px;
  }
  .suport .suport-box-title {
    font-size: 15px;
    margin-top: 15px;
  }
  .suport .suport-box-lead {
    font-size: 13px;
    margin-top: 12px;
  }
  .suport .suport-card-badge {
    font-size: 13px;
    padding: 4px 10px;
    top: -12px;
  }
  .suport .suport-card {
    border: 1px solid #0097e4;
    padding: 20px;
  }
  .suport .suport-card:first-child {
    padding: 20px;
  }
  .suport .suport-card:first-child .suport-card-icon {
    max-width: 37px;
  }
  .suport .suport-card:nth-child(2) .suport-card-icon {
    max-width: 40px;
  }
  .suport .suport-card:nth-child(3) .suport-card-icon {
    max-width: 40px;
  }
  .suport .suport-card-icon {
    top: 15px;
  }
  .suport .suport-card-label {
    padding-left: 50px;
    font-size: 10px;
    margin-top: 5px;
  }
  .suport .suport-card-title {
    font-size: 13px;
    padding-left: 50px;
  }
  .suport .suport-card-text {
    font-size: 12px;
  }
  .suport .suport-note {
    font-size: 9px;
  }
  .plan {
    padding: 45px 0 50px;
  }
  .plan .plan-lead {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .plan .plan-block {
    margin-top: 25px;
  }
  .plan .plan-block-title {
    font-size: 15px;
  }
  .plan .plan-block-image {
    max-width: 260px;
    margin: 0 auto;
  }
  .plan .plan-block-image.is-boxed {
    max-width: 100%;
    height: 200px;
  }
  .plan .plan-block-image.is-boxed img {
    max-width: 190px;
  }
  .plan .plan-block-badge {
    font-size: 11px;
    width: 35px;
    height: 35px;
    line-height: 1.2;
  }
  .plan .plan-block-text {
    font-size: 13px;
    margin-top: 12px;
    line-height: 1.6;
  }
  .plan .plan-dust-title {
    font-size: 15px;
  }
  .plan .plan-dust-text {
    font-size: 13px;
    line-height: 1.6;
  }
  .plan .plan-voice {
    margin-top: 30px;
  }
  .plan .plan-footer {
    padding: 0;
  }
  .plan .plan-footer-button {
    height: 55px;
    line-height: 1.2;
  }
  .plan .plan-footer-note {
    font-size: 9px;
    margin-top: 5px;
  }
  .cost {
    padding: 45px 0 50px;
  }
  .cost .cost-lead {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .cost .cost-box {
    margin-top: 25px;
    border-radius: 8px;
    padding-bottom: 20px;
  }
  .cost .cost-box-header {
    height: 36px;
    font-size: 15px;
  }
  .cost .cost-graph {
    margin: 68px auto 0;
    padding: 0 16px;
  }
  .cost .cost-compare {
    padding: 0 12px;
    border-bottom: 1px solid #000;
  }
  .cost .cost-graph-fukidashi01 {
    top: -50px;
    left: 0;
    width: 120px;
  }
  .cost .cost-graph-fukidashi02 {
    top: -40px;
    left: -10px;
    width: 144px;
  }
  .cost .cost-compare-row-title {
    font-size: 10px;
    line-height: 1.3;
  }
  .cost .cost-compare-row-note {
    margin-top: 2px;
    font-size: 8px;
  }
  .cost .cost-compare-box {
    border-bottom: none;
  }
  .cost .cost-compare-row-price {
    display: block;
    margin: 0;
    font-size: 10px;
  }
  .cost .cost-compare-box--other .cost-compare-row {
    min-height: 59px;
    padding: 8px 6px;
  }
  .cost .cost-compare-box--other .cost-compare-row--large {
    min-height: 48px;
  }
  .cost .cost-compare-box--vaio .cost-compare-row {
    min-height: 43px;
    padding: 4px 6px;
  }
  .cost .cost-compare-box--vaio .cost-compare-row--large {
    min-height: 56px;
  }
  .cost .cost-compare-vs {
    width: 39px;
  }
  .cost .cost-compare-vs::before {
    width: 117px;
    -webkit-transform: rotate(71.1deg) scaleX(0);
            transform: rotate(71.1deg) scaleX(0);
  }
  .cost .js-graph.is-inview .cost-compare-vs::before {
    -webkit-transform: rotate(71.1deg) scaleX(1);
            transform: rotate(71.1deg) scaleX(1);
    top: 1px;
  }
  .cost .cost-compare-vs-label {
    top: 82%;
    font-size: 14px;
  }
  .cost .cost-result {
    margin-top: 12px;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cost .cost-result-name {
    font-size: 14px;
  }
  .cost .cost-result-caution {
    margin-top: 10px;
    font-size: 12px;
  }
  .cost .cost-result-sub {
    margin-top: 4px;
    font-size: 10px;
  }
  .cost .cost-result-logo {
    max-width: 45px;
  }
  .cost .cost-result-good {
    margin-top: 10px;
    font-size: 12px;
  }
  .cost .cost-voice {
    margin: 20px 15px 0;
  }
  .uservoice {
    padding: 45px 0 0;
  }
  .uservoice .uservoice-subtitle {
    font-size: 15px;
  }
  .uservoice .uservoice-title {
    font-size: 18px;
    margin-top: 10px;
  }
  .uservoice .uservoice-lead {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .uservoice .uservoice-list {
    margin-top: 25px;
  }
  .uservoice .uservoice-card {
    border-radius: 4px;
    padding: 20px;
    border-top: unset;
    border-left: 4px solid #0097e4;
  }
  .uservoice .uservoice-card-header {
    gap: 0;
  }
  .uservoice .uservoice-card-header img {
    margin-right: 10px;
  }
  .uservoice .uservoice-card-header .uservoice-card-star {
    margin-top: 5px;
    margin-right: 0;
    max-width: 95px;
    position: relative;
    left: -2px;
  }
  .uservoice .uservoice-card-image {
    width: 100%;
    max-width: 100%;
    height: 100px;
  }
  .uservoice .uservoice-card-text {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .uservoice .uservoice-card-name {
    font-size: 10px;
  }
  .uservoice .uservoice-card-title {
    font-size: 13px;
  }
  .payment {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .payment .payment-box {
    border-radius: 8px;
    padding: 25px;
  }
  .payment .payment-title {
    font-size: 15px;
  }
  .payment .payment-pill {
    margin: 15px auto 0;
    font-size: 10px;
    padding: 6px 14px;
  }
  .payment .payment-pill-price {
    font-size: 22px;
  }
  .payment .payment-lead {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .payment .payment-pill-unit {
    font-size: 8px;
    margin-left: 2px;
    position: relative;
    top: -2px;
  }
  .payment .payment-example {
    padding: 20px 15px 15px;
    margin-top: 15px;
    border-radius: 3px;
  }
  .payment .payment-example-title {
    font-size: 13px;
  }
  .payment .payment-example-lead {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 8px;
  }
  .payment .payment-detail {
    margin: 15px auto 0;
  }
  .payment .payment-detail-row {
    padding: 15px 0;
  }
  .payment .payment-detail-row:first-of-type {
    padding: 10px 0 10px;
  }
  .payment .payment-detail-row:first-of-type .payment-detail-label {
    position: relative;
    top: -5px;
  }
  .payment .payment-detail-label {
    font-size: 10px;
  }
  .payment .payment-detail-label-small {
    font-size: 10px;
    margin-left: 3px;
  }
  .payment .payment-detail-note {
    font-size: 8px;
    margin-top: 5px;
  }
  .payment .payment-detail-price-before {
    font-size: 9px;
    margin-right: 4px;
  }
  .payment .payment-detail-price-zero {
    font-size: 15px;
  }
  .payment .payment-detail-price-unit {
    font-size: 9px;
  }
  .payment .payment-detail-price {
    font-size: 15px;
  }
  .payment .payment-example-footer {
    margin-top: 5px;
  }
  .payment .payment-example-note {
    font-size: 8px;
  }
  .payment .payment-example-total {
    font-size: 8px;
  }
  .payment .payment-example-note {
    font-size: 8px;
  }
  .payment .payment-example-link {
    margin-top: 18px;
    font-size: 12px;
    padding-left: 10px;
  }
  .lineup {
    padding: 55px 0 0;
  }
  .lineup .lineup-subtitle {
    font-size: 15px;
  }
  .lineup .lineup-title {
    font-size: 18px;
  }
  .lineup .lineup-lead {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
  }
}