/*! 
Theme Name: Wink Matching
Author: onWhite
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Zen Kaku Gothic Antique";
  line-height: 2;
  color: #537ECD;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background: #F7F7F3;
  max-width: 100vw;
  position: relative;
  font-family: "Zen Kaku Gothic Antique";
  line-height: 2;
  color: #537ECD;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  max-width: 100vw;
}
body::selection {
  background-color: #537ECD;
  color: #fff;
}

main {
  display: block;
  line-height: 2;
  color: #537ECD;
  overflow-x: clip;
  max-width: 100vw;
  transition: opacity 0.3s ease;
  transition: all 1s cubic-bezier(0.59, 0, 0.265, 0.995);
  transition-timing-function: cubic-bezier(0.59, 0, 0.265, 0.995);
  position: relative;
}
main::after {
  pointer-events: none;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url(./img/common/noise.webp);
  background-repeat: repeat;
  background-size: 300px 300px;
  opacity: 0.3;
}
@media (max-width: 767px) {
  main {
    margin-top: 0px !important;
  }
}
main.-show {
  margin-top: 0px !important;
  opacity: 1;
}

li {
  list-style: none;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  appearance: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-style: none;
}

br.-sp {
  display: none;
}
br.-pc {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

button,
input {
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  border-radius: 0px;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (max-width: 767px) {
  br.-sp {
    display: inline;
  }
  br.-pc {
    display: none;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: "Zen Kaku Gothic Antique";
}

p {
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}

button,
input,
select,
optgroup,
textarea {
  font-weight: normal;
  font-style: normal;
}

span {
  display: inline-block;
}

.grecaptcha-badge {
  display: none !important;
}

.pageName {
  display: none;
}

.pageTop {
  display: none;
}

.anchor {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
}

.burger {
  cursor: pointer;
  position: fixed;
  top: clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px);
  right: clamp(16px, 16px + (80 - 16) * (100vw - 375px) / 1065, 80px);
  z-index: 200;
  padding: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  display: none;
}
.burger.-menu {
  opacity: 1;
  pointer-events: auto;
}

.burgerWrap {
  width: clamp(24px, 24px + (30 - 24) * (100vw - 375px) / 1065, 30px);
  height: clamp(12px, 12px + (15 - 12) * (100vw - 375px) / 1065, 15px);
  position: relative;
}

.burgerBar {
  height: clamp(2.4px, 2.4px + (3 - 2.4) * (100vw - 375px) / 1065, 3px);
  width: clamp(24px, 24px + (30 - 24) * (100vw - 375px) / 1065, 30px);
  background-color: black;
  position: absolute;
  left: 50%;
  transition: all 0.2s ease;
}
.burgerBar:nth-of-type(1) {
  top: 0%;
  transform: translate(-50%, 0%) rotate(0deg);
}
.burgerBar:nth-of-type(1).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burgerBar:nth-of-type(2) {
  top: 100%;
  transform: translate(-50%, -100%) rotate(0deg);
}
.burgerBar:nth-of-type(2).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.breadcrumbList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
  width: 100%;
}

.breadcrumbItem {
  font-size: clamp(1.1rem, 11px + (14 - 11) * (100vw - 375px) / 1065, 1.4rem);
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .breadcrumbItem {
    line-height: 1.2;
  }
}
.breadcrumbItem {
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.breadcrumbItem:not(:last-of-type)::after {
  color: black;
  content: "/";
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.pagination {
  padding-top: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
  width: 100%;
}

.paginationBody {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(18px, 18px + (48 - 18) * (100vw - 375px) / 1065, 48px);
}

.paginationBodyIcon.-prev::after {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background-image: url(./img/common/icon_pagination_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180deg;
}
.paginationBodyIcon.-next::after {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background-image: url(./img/common/icon_pagination_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.paginationBodyIcon.-hide {
  pointer-events: none;
  opacity: 0;
}

.paginationBodyNum {
  position: relative;
  font-size: clamp(1.51rem, 15.1px + (18 - 15.1) * (100vw - 375px) / 1065, 1.8rem);
  line-height: 2;
  padding: 0.3em;
}
.paginationBodyNum.-current {
  pointer-events: none;
}
.paginationBodyNum.-current::after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background: red;
}

.paginationBodyEllipsis {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(2px, 2px + (3 - 2) * (100vw - 375px) / 1065, 3px);
}
.paginationBodyEllipsis span {
  display: block;
  width: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  min-width: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  height: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px);
  border-radius: 50%;
  background: red;
}

.-noSpace {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ttlTxt {
  color: #CD5353;
}
.ttlTxt.-small {
  font-size: clamp(1.86rem, 18.6px + (24 - 18.6) * (100vw - 375px) / 1065, 2.4rem);
  line-height: 1.5;
  font-weight: 600;
}
.ttlTxt.-large {
  font-size: clamp(2.63rem, 26.3px + (40 - 26.3) * (100vw - 375px) / 1065, 4rem);
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.dot {
  position: relative;
}
.dot::after {
  content: "";
  display: block;
  width: clamp(4.1px, 4.1px + (6 - 4.1) * (100vw - 375px) / 1065, 6px);
  height: clamp(4.1px, 4.1px + (6 - 4.1) * (100vw - 375px) / 1065, 6px);
  background-color: #CD5353;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.headerInner {
  position: fixed;
  top: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  right: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  z-index: 100;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}
.headerInner.-menu {
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  transform: translateX(100%);
  width: 100%;
  height: 100lvh;
  background: rgba(61, 64, 68, 0.9);
}
.headerInner.-menu.-active {
  transform: translateX(0);
}
.headerInner.-noTransition {
  transition: none !important;
}

.headerTtl {
  display: contents;
}

.headerLogo {
  white-space: nowrap;
  position: fixed;
  left: clamp(16px, 16px + (48 - 16) * (100vw - 375px) / 1065, 48px);
  top: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  z-index: 201;
}

.headerLogoTxt.-main {
  font-size: clamp(2.46rem, 24.6px + (36 - 24.6) * (100vw - 375px) / 1065, 3.6rem);
  line-height: 1.6;
  font-weight: 700;
}
.headerLogoTxt.-sub {
  font-size: clamp(1.39rem, 13.9px + (16 - 13.9) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 2;
  font-weight: 500;
}

.headerNav.-menu {
  overflow-y: scroll;
  max-height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.headerNavList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
}
.headerNavList.-menu {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: clamp(175px, 175px + (250 - 175) * (100vw - 375px) / 1065, 250px);
  padding-bottom: clamp(175px, 175px + (250 - 175) * (100vw - 375px) / 1065, 250px);
  row-gap: clamp(14px, 14px + (20 - 14) * (100vw - 375px) / 1065, 20px);
  padding-left: 16px;
  padding-right: 16px;
}

.headerNavItem {
  position: relative;
  transition: opacity 0.3s ease;
}

.headerNavLink {
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.headerCloser {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 4;
}
.headerCloser.-active {
  display: block;
}

.headerZone {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: calc(100% - clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px) - clamp(16px, 16px + (48 - 16) * (100vw - 375px) / 1065, 48px) - 32px);
  opacity: 0;
  pointer-events: none;
}

.headerBook {
  position: fixed;
  right: 0;
  bottom: 16px;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease 5s;
}
.headerBook.-show {
  transform: translateX(0);
}

.headerBookLink {
  padding-left: clamp(25.2px, 25.2px + (36 - 25.2) * (100vw - 375px) / 1065, 36px);
  padding-right: clamp(25.2px, 25.2px + (36 - 25.2) * (100vw - 375px) / 1065, 36px);
  padding-top: clamp(8.3px, 8.3px + (12 - 8.3) * (100vw - 375px) / 1065, 12px);
  padding-bottom: clamp(8.3px, 8.3px + (12 - 8.3) * (100vw - 375px) / 1065, 12px);
  background: #537ECD;
  color: #fff;
  font-size: clamp(1.26rem, 12.6px + (14 - 12.6) * (100vw - 375px) / 1065, 1.4rem);
  line-height: 1.5;
  font-weight: 700;
  border-top-left-radius: clamp(8.3px, 8.3px + (12 - 8.3) * (100vw - 375px) / 1065, 12px);
  border-bottom-left-radius: clamp(8.3px, 8.3px + (12 - 8.3) * (100vw - 375px) / 1065, 12px);
  cursor: pointer;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.headerBookLink:hover {
  opacity: 1;
  background-color: white;
  color: #537ECD;
  border-color: #537ECD;
}
.headerBookLink.-hide {
  opacity: 0 !important;
  pointer-events: none;
}

.footer {
  margin-top: clamp(140px, 140px + (200 - 140) * (100vw - 375px) / 1065, 200px);
  width: 100%;
  background-color: #537ECD;
}

.footerInner {
  width: 100%;
}

.footerCopy {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.footerCopyTxt {
  padding-top: clamp(8.3px, 8.3px + (12 - 8.3) * (100vw - 375px) / 1065, 12px);
  padding-bottom: clamp(8.3px, 8.3px + (12 - 8.3) * (100vw - 375px) / 1065, 12px);
  font-size: clamp(1.39rem, 13.9px + (16 - 13.9) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 2;
  font-weight: 500;
  text-align: center;
  color: white;
}

.error {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (140 - 16) * (100vw - 375px) / 1065, 140px);
  padding-right: clamp(16px, 16px + (140 - 16) * (100vw - 375px) / 1065, 140px);
}
@media (max-width: 767px) {
  .error {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.errorInner {
  width: 100%;
}

.errorBody {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: clamp(112px, 112px + (160 - 112) * (100vw - 375px) / 1065, 160px);
  padding-bottom: clamp(112px, 112px + (160 - 112) * (100vw - 375px) / 1065, 160px);
}

.errorBodyTtl {
  font-size: clamp(4.48rem, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 6.4rem);
  font-weight: 600;
  line-height: 1.5;
}

.errorBodyTxt {
  margin-top: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
  font-size: clamp(1.67rem, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 2.4rem);
  line-height: 1.5;
}

.errorBodyLink {
  margin-top: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
}

.mv {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (120 - 16) * (100vw - 375px) / 1065, 120px);
  padding-right: clamp(16px, 16px + (120 - 16) * (100vw - 375px) / 1065, 120px);
}
@media (max-width: 767px) {
  .mv {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mv {
  position: relative;
  z-index: 2;
}

.mvInner {
  width: 100%;
}

.mvBody {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.mvBodyTtl {
  display: contents;
}

.mvBodyImg {
  object-fit: contain;
  transition: all 0.7s ease 0.3s;
}
.mvBodyImg.-first {
  height: clamp(283px, 283px + (566 - 283) * (100vw - 375px) / 1065, 566px);
  opacity: 0;
  filter: blur(10px);
}
.mvBodyImg.-first.-show {
  opacity: 1;
  filter: blur(0);
}
@media (max-width: 767px) {
  .mvBodyImg.-first {
    transform: translateX(-9px);
  }
}
.mvBodyImg.-second {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + clamp(0px, 0px + (30 - 0) * (100vw - 375px) / 1065, 30px)), -50%) scale(0.9) rotate(-5deg);
  width: 100%;
  opacity: 0;
  transition: all 0.7s ease 1.5s;
}
.mvBodyImg.-second.-show {
  transform: translate(calc(-50% + clamp(7px, 7px + (30 - 7) * (100vw - 375px) / 1065, 30px)), -50%) scale(1) rotate(0deg);
  opacity: 1;
}
@media (max-width: 767px) {
  .mvBodyImg.-second {
    transform: translate(calc(-50% + clamp(0px, 0px + (30 - 0) * (100vw - 375px) / 1065, 30px)), -50%) scale(0.9) rotate(-5deg);
  }
  .mvBodyImg.-second.-show {
    transform: translate(calc(-50% + clamp(0px, 0px + (30 - 0) * (100vw - 375px) / 1065, 30px)), -50%) scale(1) rotate(0deg);
  }
}

.mvBodyTxt {
  font-size: clamp(1.39rem, 13.9px + (20 - 13.9) * (100vw - 375px) / 1065, 2rem);
  line-height: 1.5;
  font-weight: 500;
  color: white;
  background-color: #537ECD;
  position: absolute;
  right: 0;
  top: 68%;
  padding-left: 0.4em;
  padding-right: 0.4em;
  transform: translateX(clamp(35px, 35px + (50 - 35) * (100vw - 375px) / 1065, 50px));
  opacity: 0;
  transition: all 0.7s ease 2.5s;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .mvBodyTxt {
    top: 80%;
    left: 50%;
    right: auto;
    transform: translateX(calc(-50% + clamp(35px, 35px + (50 - 35) * (100vw - 375px) / 1065, 50px)));
  }
}
.mvBodyTxt.-show {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 900px) {
  .mvBodyTxt.-show {
    transform: translateX(-50%);
  }
}

.intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (205 - 16) * (100vw - 375px) / 1065, 205px);
  padding-right: clamp(16px, 16px + (205 - 16) * (100vw - 375px) / 1065, 205px);
}
@media (max-width: 767px) {
  .intro {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.intro {
  position: relative;
  z-index: 2;
}

.introInner {
  width: 100%;
}

.introHead {
  width: 100%;
}

.introHeadTxt {
  font-size: clamp(4.02rem, 40.2px + (128 - 40.2) * (100vw - 375px) / 1065, 12.8rem);
  line-height: 1;
  font-weight: 900;
  color: #537ECD;
  opacity: 0.15;
  text-align: center;
}

.introHeadList {
  margin-top: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
}
@media (max-width: 374px) {
  .introHeadList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}

.introHeadItem {
  font-size: clamp(1.82rem, 18.2px + (32 - 18.2) * (100vw - 375px) / 1065, 3.2rem);
  line-height: 1.5;
  font-weight: 500;
  color: #537ECD;
  padding-left: clamp(18.2px, 18.2px + (26 - 18.2) * (100vw - 375px) / 1065, 26px);
  position: relative;
}
.introHeadItem::before {
  position: absolute;
  top: clamp(9px, 9px + (17 - 9) * (100vw - 375px) / 1065, 17px);
  left: 0;
  content: "";
  display: block;
  width: clamp(10.7px, 10.7px + (18 - 10.7) * (100vw - 375px) / 1065, 18px);
  min-width: clamp(10.7px, 10.7px + (18 - 10.7) * (100vw - 375px) / 1065, 18px);
  height: clamp(10.7px, 10.7px + (18 - 10.7) * (100vw - 375px) / 1065, 18px);
  background-color: #537ECD;
  border-radius: 50%;
}

.introBody {
  margin-top: clamp(96px, 96px + (160 - 96) * (100vw - 375px) / 1065, 160px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 32px;
}
@media (max-width: 767px) {
  .introBody {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
    row-gap: 32px;
  }
}

.introBodyContent {
  width: clamp(260px, 260px + (660 - 260) * (100vw - 375px) / 1065, 660px);
}
@media (max-width: 767px) {
  .introBodyContent {
    width: 100%;
  }
}

.introBodyTxt {
  margin-top: clamp(16px, 16px + (36 - 16) * (100vw - 375px) / 1065, 36px);
  color: #537ECD;
  font-size: clamp(1.51rem, 15.1px + (18 - 15.1) * (100vw - 375px) / 1065, 1.8rem);
  line-height: 2;
  font-weight: 500;
}

.introBodyMedia {
  margin-top: 24px;
  width: calc(100% - clamp(260px, 260px + (660 - 260) * (100vw - 375px) / 1065, 660px) - 32px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .introBodyMedia {
    margin-top: 0;
    width: 100%;
  }
}
.introBodyMedia.-active .introBodyImg.-first {
  opacity: 1;
  transform: translate(-20%, 0px);
}
.introBodyMedia.-active .introBodyImg.-second {
  opacity: 1;
  transform: translate(20%, 0);
}

.introBodyImg {
  position: relative;
  object-fit: contain;
  transition: all 0.7s ease;
  opacity: 0;
}
.introBodyImg.-first {
  width: clamp(105px, 105px + (150 - 105) * (100vw - 375px) / 1065, 150px);
  transform: translate(-20%, 50px);
  z-index: 2;
}
.introBodyImg.-second {
  margin-top: calc(-100% + 100% - clamp(35px, 35px + (50 - 35) * (100vw - 375px) / 1065, 50px));
  width: clamp(133px, 133px + (190 - 133) * (100vw - 375px) / 1065, 190px);
  transform: translate(20%, 50px);
  z-index: 1;
  transition-delay: 0.3s;
}

.introBottom {
  margin-top: clamp(44px, 44px + (88 - 44) * (100vw - 375px) / 1065, 88px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .introBottom {
    max-width: 100vw;
    width: 100vw;
    margin-left: -16px;
    overflow: hidden;
  }
}

.introBottomTtl {
  display: contents;
}

.introBottomImg {
  width: 100vw;
  max-width: 100vw;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .introBottomImg {
    min-width: 900px;
    transform: translate(10px);
  }
}

.benefits {
  margin-top: clamp(48px, 48px + (128 - 48) * (100vw - 375px) / 1065, 128px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (205 - 16) * (100vw - 375px) / 1065, 205px);
  padding-right: clamp(16px, 16px + (205 - 16) * (100vw - 375px) / 1065, 205px);
}
@media (max-width: 767px) {
  .benefits {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.benefits {
  position: relative;
  z-index: 2;
}

.benefitsInner {
  width: 100%;
}

.benefitsHead {
  width: 100%;
}

.benefitsTtl {
  text-align: right;
}

.benefitsBody {
  margin-top: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
  width: 100%;
}

.benefitsBodyList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 64px;
}

.benefitsBodyItem {
  width: 100%;
  column-gap: clamp(24px, 24px + (32 - 24) * (100vw - 375px) / 1065, 32px);
}
.benefitsBodyItem:nth-of-type(even) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .benefitsBodyItem:nth-of-type(even) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 32px;
  }
}
.benefitsBodyItem:nth-of-type(odd) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  .benefitsBodyItem:nth-of-type(odd) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 32px;
  }
}

.benefitsBodyNum {
  font-size: clamp(4.23rem, 42.3px + (64 - 42.3) * (100vw - 375px) / 1065, 6.4rem);
  line-height: 1;
  font-weight: 600;
  color: #537ECD;
  opacity: 0.15;
}

.benefitsBodyMedia {
  width: clamp(210px, 210px + (420 - 210) * (100vw - 375px) / 1065, 420px);
  position: relative;
}
@media (max-width: 767px) {
  .benefitsBodyMedia {
    width: 100%;
  }
}

.benefitsBodyImg {
  aspect-ratio: 41/47;
}
.benefitsBodyImg.-large {
  width: 100%;
  border-radius: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
}
.benefitsBodyImg.-small {
  width: clamp(135.7px, 135.7px + (194 - 135.7) * (100vw - 375px) / 1065, 194px);
  border-radius: clamp(16.7px, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 24px);
  position: absolute;
  z-index: 1;
  bottom: calc(-100% + 100% - clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px));
}
.benefitsBodyImg.-left {
  left: calc(-100% + 100% - clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px));
}
.benefitsBodyImg.-right {
  right: calc(-100% + 100% - clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px));
}

.benefitsBodyContents {
  padding-top: clamp(33.5px, 33.5px + (48 - 33.5) * (100vw - 375px) / 1065, 48px);
  padding-bottom: clamp(33.5px, 33.5px + (48 - 33.5) * (100vw - 375px) / 1065, 48px);
  margin-top: clamp(33.5px, 33.5px + (48 - 33.5) * (100vw - 375px) / 1065, 48px);
  width: calc(100% - clamp(210px, 210px + (420 - 210) * (100vw - 375px) / 1065, 420px) - 32px);
  position: relative;
}
@media (max-width: 767px) {
  .benefitsBodyContents {
    width: 100%;
    margin-top: 0;
  }
}
.benefitsBodyContents.-right {
  border-right: none;
  padding-left: clamp(33.5px, 33.5px + (48 - 33.5) * (100vw - 375px) / 1065, 48px);
}
.benefitsBodyContents.-right::after {
  content: "";
  display: block;
  border-top-left-radius: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  border-bottom-left-radius: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  width: 100vw;
  height: 100%;
  background: white;
  border: clamp(3.5px, 3.5px + (5 - 3.5) * (100vw - 375px) / 1065, 5px) solid #527DCB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.benefitsBodyContents.-left {
  border-left: none;
  padding-right: clamp(33.5px, 33.5px + (48 - 33.5) * (100vw - 375px) / 1065, 48px);
}
.benefitsBodyContents.-left::after {
  content: "";
  display: block;
  border-top-right-radius: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  border-bottom-right-radius: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
  width: 100vw;
  height: 100%;
  background: white;
  border: clamp(3.5px, 3.5px + (5 - 3.5) * (100vw - 375px) / 1065, 5px) solid #527DCB;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.benefitsBodyTtl {
  margin-top: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
  color: #537ECD;
  font-size: clamp(1.86rem, 18.6px + (24 - 18.6) * (100vw - 375px) / 1065, 2.4rem);
  line-height: 1.5;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.benefitsBodyTxt {
  margin-top: clamp(16.7px, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 24px);
}

.tl {
  margin-top: clamp(48px, 48px + (128 - 48) * (100vw - 375px) / 1065, 128px);
  width: 100%;
  position: relative;
  z-index: 2;
}

.tlInner {
  width: 100%;
}

.tlHead {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (205 - 16) * (100vw - 375px) / 1065, 205px);
  padding-right: clamp(16px, 16px + (205 - 16) * (100vw - 375px) / 1065, 205px);
}
@media (max-width: 767px) {
  .tlHead {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.tlHeadTxt {
  font-size: clamp(3.59rem, 35.9px + (100 - 35.9) * (100vw - 375px) / 1065, 10rem);
  line-height: 1;
  font-weight: 900;
  color: #537ECD;
  opacity: 0.15;
  text-align: center;
}

.tlSlider {
  margin-top: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 1s ease;
  position: relative;
  transform: rotate(-2deg);
  z-index: 4;
}
.tlSlider.-active {
  opacity: 1;
}

.tlSliderInner {
  width: calc(clamp(181.4px, 181.4px + (252 - 181.4) * (100vw - 375px) / 1065, 252px) * 9);
  position: relative;
}

@keyframes slider {
  0% {
    transform: translateX(calc((clamp(181.4px, 181.4px + (252 - 181.4) * (100vw - 375px) / 1065, 252px)) * 8));
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}
.tlSliderSrc {
  display: none;
}

.tlSliderWrap {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  width: clamp(181.4px, 181.4px + (252 - 181.4) * (100vw - 375px) / 1065, 252px);
  height: clamp(274.3px, 274.3px + (381 - 274.3) * (100vw - 375px) / 1065, 381px);
  left: 0;
  pointer-events: none;
}
.tlSliderWrap.-first {
  animation: slider 32s linear infinite -30s;
}
.tlSliderWrap.-second {
  animation: slider 32s linear infinite -26s;
}
.tlSliderWrap.-third {
  animation: slider 32s linear infinite -22s;
}
.tlSliderWrap.-fourth {
  animation: slider 32s linear infinite -18s;
}
.tlSliderWrap.-fifth {
  animation: slider 32s linear infinite -14s;
}
.tlSliderWrap.-sixth {
  animation: slider 32s linear infinite -10s;
}
.tlSliderWrap.-seventh {
  animation: slider 32s linear infinite -6s;
}
.tlSliderWrap.-eighth {
  animation: slider 32s linear infinite -2s;
}

.tlSliderBase {
  width: clamp(181.4px, 181.4px + (252 - 181.4) * (100vw - 375px) / 1065, 252px);
  height: clamp(274.3px, 274.3px + (381 - 274.3) * (100vw - 375px) / 1065, 381px);
  margin-left: auto;
  margin-right: auto;
}

.tlSliderImg {
  pointer-events: none;
}
.tlSliderImg.-first, .tlSliderImg.-fifth {
  width: 100%;
  height: 100%;
}
.tlSliderImg.-second, .tlSliderImg.-sixth {
  width: 100%;
  height: 100%;
}
.tlSliderImg.-third, .tlSliderImg.-seventh {
  width: 100%;
  height: 100%;
}
.tlSliderImg.-fourth, .tlSliderImg.-eighth {
  width: 100%;
  height: 100%;
}

.tlBody {
  margin-top: -30px;
  padding-top: clamp(60px, 60px + (120 - 60) * (100vw - 375px) / 1065, 120px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (205 - 16) * (100vw - 375px) / 1065, 205px);
  padding-right: clamp(16px, 16px + (205 - 16) * (100vw - 375px) / 1065, 205px);
}
@media (max-width: 767px) {
  .tlBody {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.tlBody {
  position: relative;
  padding-bottom: clamp(89.6px, 89.6px + (128 - 89.6) * (100vw - 375px) / 1065, 128px);
  z-index: 2;
}
.tlBody::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.tlBodyTtl.-second {
  font-size: clamp(1.67rem, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 2.4rem);
  line-height: 2;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.tlBodyTtl.-third {
  font-size: clamp(1.63rem, 16.3px + (20 - 16.3) * (100vw - 375px) / 1065, 2rem);
  line-height: 1.6;
  font-weight: 700;
}
.tlBodyTtl.-gray {
  color: #7A7C7E;
}
.tlBodyTtl.-blue {
  color: #537ECD;
}

.tlBodyCompare {
  margin-top: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  position: relative;
}
.tlBodyCompare::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #DEE5ED;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.tlBodyColumn {
  width: 50%;
}
.tlBodyColumn:nth-of-type(odd) {
  padding-right: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
}
.tlBodyColumn:nth-of-type(even) {
  padding-left: clamp(16px, 16px + (24 - 16) * (100vw - 375px) / 1065, 24px);
}

.tlBodyRow {
  margin-top: clamp(44.8px, 44.8px + (64 - 44.8) * (100vw - 375px) / 1065, 64px);
  width: 100%;
}
.tlBodyRow > *:first-child {
  margin-top: 0 !important;
}

.tlBodyTxt {
  margin-top: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
  font-size: clamp(1.32rem, 13.2px + (15 - 13.2) * (100vw - 375px) / 1065, 1.5rem);
  line-height: 2;
  font-weight: 400;
}
.tlBodyTxt.-gray {
  color: #7A7C7E;
}
.tlBodyTxt.-blue {
  color: #537ECD;
}

.price {
  margin-top: clamp(61.6px, 61.6px + (88 - 61.6) * (100vw - 375px) / 1065, 88px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (205 - 16) * (100vw - 375px) / 1065, 205px);
  padding-right: clamp(16px, 16px + (205 - 16) * (100vw - 375px) / 1065, 205px);
}
@media (max-width: 767px) {
  .price {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.price {
  position: relative;
  z-index: 2;
}

.priceInner {
  width: 100%;
}

.priceHead {
  width: 100%;
}

.priceBody {
  margin-top: clamp(29.4px, 29.4px + (42 - 29.4) * (100vw - 375px) / 1065, 42px);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.priceBodyTtl {
  font-size: clamp(1.86rem, 18.6px + (24 - 18.6) * (100vw - 375px) / 1065, 2.4rem);
  line-height: 1.45;
  font-weight: 700;
  color: #537ECD;
  text-align: center;
  position: relative;
}
.priceBodyTtl::before {
  content: "";
  display: block;
  width: 2px;
  height: clamp(24.5px, 24.5px + (35 - 24.5) * (100vw - 375px) / 1065, 35px);
  background: #537ECD;
  position: absolute;
  bottom: 0;
  left: -2vw;
  transform: translate(0, 0%) rotate(-30deg);
}
.priceBodyTtl::after {
  content: "";
  display: block;
  width: 2px;
  height: clamp(24.5px, 24.5px + (35 - 24.5) * (100vw - 375px) / 1065, 35px);
  background: #537ECD;
  position: absolute;
  bottom: 0;
  right: -2vw;
  transform: translate(0, 0%) rotate(30deg);
}

.priceBodyTxt {
  margin-top: 8px;
  font-size: clamp(3.53rem, 35.3px + (64 - 35.3) * (100vw - 375px) / 1065, 6.4rem);
  line-height: 1.45;
  font-weight: 700;
  color: #1B1B1B;
}
.priceBodyTxt span {
  font-size: clamp(2.63rem, 26.3px + (40 - 26.3) * (100vw - 375px) / 1065, 4rem);
  line-height: 1.44;
  font-weight: 500;
}

.priceBodyMonitor {
  font-size: clamp(1.39rem, 13.9px + (16 - 13.9) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 1.5;
  font-weight: 700;
  color: #FFFFFF;
  background: #CD5353;
  padding-left: 0.4em;
  padding-right: 0.3em;
  padding-top: 0.1em;
  padding-bottom: 0.2em;
}

.priceOptions {
  margin-top: clamp(56px, 56px + (80 - 56) * (100vw - 375px) / 1065, 80px);
  border-top: 1px solid #DEE5ED;
  width: 100%;
}

.priceOptionsList {
  margin-top: clamp(16.7px, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 24px);
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  row-gap: 16px;
  column-gap: 16px;
  align-items: stretch;
}

.priceOptionsItem {
  width: calc((100% - 16px * (2)) / 3);
  background: white;
  border-radius: clamp(16.7px, 16.7px + (24 - 16.7) * (100vw - 375px) / 1065, 24px);
  border: clamp(2.8px, 2.8px + (4 - 2.8) * (100vw - 375px) / 1065, 4px) solid #537ECD;
  padding-top: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
  padding-left: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  padding-right: clamp(16px, 16px + (32 - 16) * (100vw - 375px) / 1065, 32px);
  padding-bottom: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / 1065, 20px);
}
@media (max-width: 767px) {
  .priceOptionsItem {
    width: calc((100% - 16px * (0)) / 1);
  }
}

.priceOptionsTtl.-first {
  margin-top: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
}
.priceOptionsTtl.-second {
  font-size: clamp(1.63rem, 16.3px + (20 - 16.3) * (100vw - 375px) / 1065, 2rem);
  line-height: 1.6;
  font-weight: 700;
  color: #537ECD;
}

.priceOptionsTxt {
  margin-top: clamp(12.8px, 12.8px + (16 - 12.8) * (100vw - 375px) / 1065, 16px);
  font-size: clamp(1.39rem, 13.9px + (16 - 13.9) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 2;
  font-weight: 500;
  color: #537ECD;
}

.priceOptionsPrice {
  margin-top: clamp(12.8px, 12.8px + (16 - 12.8) * (100vw - 375px) / 1065, 16px);
  font-size: clamp(1.63rem, 16.3px + (20 - 16.3) * (100vw - 375px) / 1065, 2rem);
  line-height: 1.6;
  font-weight: 700;
  color: #537ECD;
  text-align: right;
}
.priceOptionsPrice span {
  font-size: clamp(1.26rem, 12.6px + (14 - 12.6) * (100vw - 375px) / 1065, 1.4rem);
  line-height: 2;
  font-weight: 500;
}
.priceOptionsPrice + .priceOptionsPrice {
  margin-top: clamp(5.6px, 5.6px + (8 - 5.6) * (100vw - 375px) / 1065, 8px);
}

.faq {
  margin-top: clamp(78.3px, 78.3px + (112 - 78.3) * (100vw - 375px) / 1065, 112px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(16px, 16px + (205 - 16) * (100vw - 375px) / 1065, 205px);
  padding-right: clamp(16px, 16px + (205 - 16) * (100vw - 375px) / 1065, 205px);
}
@media (max-width: 767px) {
  .faq {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.faq {
  position: relative;
  z-index: 2;
}

.faqInner {
  width: 100%;
}

.faqHead {
  width: 100%;
}

.faqBody {
  margin-top: clamp(32px, 32px + (64 - 32) * (100vw - 375px) / 1065, 64px);
  width: 100%;
}

.faqBodyList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
}

.faqBodyItem {
  width: 100%;
  border-bottom: 1px solid #DEE5ED;
  padding-bottom: clamp(22.4px, 22.4px + (32 - 22.4) * (100vw - 375px) / 1065, 32px);
}

.faqBodyTtl {
  font-size: clamp(1.63rem, 16.3px + (20 - 16.3) * (100vw - 375px) / 1065, 2rem);
  line-height: 1.6;
  font-weight: 700;
}

.faqBodyTxt {
  margin-top: clamp(11.2px, 11.2px + (16 - 11.2) * (100vw - 375px) / 1065, 16px);
  font-size: clamp(1.39rem, 13.9px + (16 - 13.9) * (100vw - 375px) / 1065, 1.6rem);
  line-height: 2;
  font-weight: 500;
  color: #7A7C7E;
}