@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-bottom {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes infinity-scroll-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes vibration {
  20% {
    translate: 0 -0.2rem;
    rotate: 0deg;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }
  25% {
    translate: 0 0;
    rotate: -1deg;
  }
  55% {
    translate: 0 -0.1rem;
    rotate: 0deg;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }
  60% {
    translate: 0 0;
    rotate: 0deg;
  }
}
@keyframes vibration2 {
  0% {
    transform: translate(0) rotate(0deg);
  }
  21% {
    transform: translate(0) rotate(0deg);
  }
  22% {
    transform: translate(0) rotate(-2deg);
  }
  23% {
    transform: translateY(-0.1rem) rotate(0deg);
  }
  24% {
    transform: translateY(-0.1rem) rotate(2deg);
  }
  25% {
    transform: translate(0.1rem) rotate(-1deg);
  }
  26% {
    transform: translateY(0.1rem) rotate(0deg);
  }
  27% {
    transform: translate(0) rotate(2deg);
  }
  28% {
    transform: translate(0) rotate(0deg);
  }
  100% {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes vibration3 {
  20% {
    translate: 0 -0.15rem;
    rotate: -0.5deg;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }
  25% {
    translate: 0 0;
    rotate: 0.5deg;
  }
  55% {
    translate: 0 0.15rem;
    rotate: -0.5deg;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1.3);
  }
  60% {
    translate: 0 0;
    rotate: 0deg;
  }
}
@keyframes run-left {
  0% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(600px);
  }
  100% {
    transform: translateX(600px);
  }
}
@keyframes run-left-sp {
  0% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(120vw);
  }
  100% {
    transform: translateX(120vw);
  }
}
@keyframes run-right {
  0% {
    transform: translateX(100%);
  }
  90% {
    transform: translateX(-600px);
  }
  100% {
    transform: translateX(-600px);
  }
}
@keyframes run-right-sp {
  0% {
    transform: translateX(100%);
  }
  90% {
    transform: translateX(-600px);
  }
  100% {
    transform: translateX(-600px);
  }
}
@keyframes clatter {
  0%, 50% {
    transform: rotate(-150deg);
  }
  62.5%, 87.5% {
    transform: rotate(-147deg);
  }
  75%, 100% {
    transform: rotate(-150deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -20%);
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes poyon2 {
  0% {
    transform: scale(0.8, 1.2) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(0.8, 1.2) translate(0%, -15%);
  }
  20% {
    transform: scale(1.2, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(0.9, 1) translate(0%, -10%);
  }
  40% {
    transform: scale(0.95, 1.1) translate(0%, -20%);
  }
  50% {
    transform: scale(0.95, 1.1) translate(0%, -10%);
  }
  60% {
    transform: scale(1.05, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes pyokon {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  52% {
    transform: translate(0%, -100%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes loading-dots {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes top-result {
  0%, 50% {
    background-color: #57BEAF;
  }
  51%, 99% {
    background-color: #4bb4a5;
  }
  100% {
    background-color: #57BEAF;
  }
}
@keyframes top-result2 {
  0%, 50% {
    opacity: 0;
  }
  51%, 99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, 10%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-45deg);
  }
}
@keyframes sway2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes people {
  0% {
    transform: translateY(5px) rotate(1deg);
  }
  50% {
    transform: translateY(0px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(1deg);
  }
}
.cmn-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 300;
}
@media (max-width: 500px) {
  .cmn-header {
    max-height: 100dvh;
  }
  .is_hmb_open .cmn-header {
    pointer-events: auto;
    overflow-y: auto;
  }
}
.cmn-header--wrap {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 500px;
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 401;
}
@media (max-width: 500px) {
  .cmn-header--wrap {
    top: 0;
    max-width: 100%;
  }
}

.cmn-hmb {
  background-color: #FEDD4B;
  width: 75px;
  aspect-ratio: 75/80;
  border-radius: 0 0 0 10px;
  margin-left: auto;
  pointer-events: auto;
  padding: 32px 27px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .cmn-hmb {
    width: 15.2vw;
    padding: 5.8666666667vw 4.8vw;
  }
}
.is_hmb_open .cmn-hmb {
  background-color: transparent;
}
.cmn-hmb--line {
  display: block;
  background-color: #333;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .cmn-hmb--line {
    height: 0.5333333333vw;
  }
}
.is_hmb_open .cmn-hmb--line:first-of-type {
  transform: rotate(-45deg) translate(-4px, 6px);
}
@media (max-width: 500px) {
  .is_hmb_open .cmn-hmb--line:first-of-type {
    transform: rotate(-45deg) translate(-1.0666666667vw, 1.8666666667vw);
  }
}
.is_hmb_open .cmn-hmb--line:nth-of-type(2) {
  opacity: 0;
}
.is_hmb_open .cmn-hmb--line:last-of-type {
  transform: rotate(45deg) translate(-4px, -6px);
}
@media (max-width: 500px) {
  .is_hmb_open .cmn-hmb--line:last-of-type {
    transform: rotate(45deg) translate(-1.0666666667vw, -1.8666666667vw);
  }
}

.cmn-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.is_hmb_open .cmn-modal {
  opacity: 1;
  pointer-events: auto;
}
.cmn-modal--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmn-modal--wrap {
  width: 500px;
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .cmn-modal--wrap {
    max-width: 100%;
    margin-top: 0;
  }
}
.cmn-modal--inner {
  width: 375px;
  max-width: 100%;
  margin-left: auto;
  background-color: #FEDD4B;
  border-radius: 0 0 0 10px;
  padding: 60px 20px 40px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 500px) {
  .cmn-modal--inner {
    width: 100%;
  }
}

.cmn-nav {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
}
@media (max-width: 500px) {
  .cmn-nav {
    width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cmn-nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn-nav_list--item {
  width: 137px;
  background-image: url(../img/icon/icon-dashed-yellow2.svg);
  background-size: auto 1px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}
.cmn-nav_list--item:nth-last-of-type(-n+2) .cmn-nav_list--link {
  background-image: url(../img/icon/icon-dashed-yellow2.svg);
  background-size: auto 1px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
}
.cmn-nav_list--link {
  height: 55px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.cmn-nav_bnr {
  display: block;
  margin-top: 20px;
}
.cmn-nav_bnr:hover {
  transform: translateY(-4px);
}
@media (max-width: 500px) {
  .cmn-nav_bnr:hover {
    transform: translateY(0);
  }
}

.cmn-modal_cta {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 500px) {
  .cmn-modal_cta {
    width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cmn-modal_cta--group {
  padding-top: 15px;
  padding-bottom: 36px;
  border-top: 1px solid #B6BFD1;
}
.cmn-modal_cta--group:first-of-type {
  border-top: none;
  padding-top: 30px;
  padding-bottom: 14px;
}
.cmn-modal_cta--term {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
}
.cmn-modal_cta--desc {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.cmn-modal_cta--link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  aspect-ratio: 295/60;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.cmn-modal_cta--link:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.cmn-modal_cta--link:after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 17px;
  aspect-ratio: 17/19;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
.cmn-modal_cta--link:hover {
  transform: translateY(-6px);
}
@media (max-width: 500px) {
  .cmn-modal_cta--link:hover {
    transform: translateY(0);
  }
}
.cmn-modal_cta--link-tel {
  background-color: #E94830;
}
@media (max-width: 500px) {
  .cmn-modal_cta--link-tel {
    pointer-events: none !important;
  }
}
@media (max-width: 500px) {
  .is_hmb_open .cmn-modal_cta--link-tel {
    pointer-events: auto !important;
  }
}
.cmn-modal_cta--link-tel:after {
  background-color: #E94830;
}
.cmn-modal_cta--link-line {
  background-color: #07C655;
}
.cmn-modal_cta--link-line:after {
  background-color: #07C655;
}

.cmn-main {
  display: block;
  position: relative;
}
@media (max-width: 500px) {
  .is_hmb_open .cmn-main:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FEDD4B;
    z-index: 201;
  }
}

.cmn-footer {
  position: relative;
  width: 500px;
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow-x: clip;
  background-color: #333;
  padding-top: 35px;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .cmn-footer {
    padding-bottom: 120px;
  }
}
@media (max-width: 500px) {
  .cmn-footer {
    max-width: 100%;
    box-shadow: none;
    padding-bottom: 88px;
  }
}
.cmn-footer--inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cmn-footer--logo {
  display: block;
}
.cmn-footer--info {
  padding-bottom: 16px;
  text-align: right;
}
@media (max-width: 500px) {
  .cmn-footer--info {
    padding-bottom: 13px;
  }
}
.cmn-footer--privacy {
  color: #fff;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 500;
  display: block;
}
.cmn-footer--copyright {
  color: #fff;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 500;
  margin-top: 3px;
  display: block;
}

.cmn-footer_pagetop {
  display: block;
  width: 154px;
  aspect-ratio: 154/142;
  position: absolute;
  top: -113px;
  right: 22px;
  z-index: 200;
}
@media (max-width: 500px) {
  .cmn-footer_pagetop {
    width: 120px;
    top: -85px;
    right: 20px;
  }
}
.cmn-footer_pagetop:before {
  content: "";
  display: block;
  width: 96px;
  aspect-ratio: 148/137;
  background-image: url(../img/icon/icon-carmatchman.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .cmn-footer_pagetop:before {
    width: 74px;
  }
}
.cmn-footer_pagetop:after {
  content: "";
  display: block;
  width: 90px;
  aspect-ratio: 90/81;
  background-image: url(../img/cmn-footer-pagetop.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .cmn-footer_pagetop:after {
    width: 69px;
  }
}
.cmn-footer_pagetop:hover:before {
  transform: translateY(-3px);
}
@media (max-width: 500px) {
  .cmn-footer_pagetop:hover:before {
    transform: translateY(0);
  }
}
.cmn-footer_pagetop:hover:after {
  transform: translate(-8px, -8px) rotate(-5deg) scale(1.1);
}
@media (max-width: 500px) {
  .cmn-footer_pagetop:hover:after {
    transform: translateY(0) rotate(0) scale(1);
  }
}

.cmn-footer_bnr {
  display: none;
}
@media (max-width: 992px) {
  .cmn-footer_bnr {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: calc(100% - 20px);
    max-width: 480px;
    z-index: 200;
    bottom: -100%;
    transition: 0.3s;
  }
}
@media (max-width: 992px) {
  .is_footer_cta_show .cmn-footer_bnr {
    bottom: 20px;
  }
}
@media (max-width: 500px) {
  .is_footer_cta_show .cmn-footer_bnr {
    bottom: 10px;
  }
}
.cmn-footer_bnr--item-review {
  width: 59.1549295775%;
}
.cmn-footer_bnr--item-line {
  width: 38.0281690141%;
}
.cmn-footer_bnr--link {
  display: block;
}
.cmn-footer_bnr--img {
  display: block;
  width: 100%;
}

.cmn-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 400;
  background-color: #FEDD4B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s all;
}
.is_loading .cmn-loading {
  opacity: 1;
  pointer-events: auto;
}
.cmn-loading--serif {
  display: block;
  width: 31.25vw;
  min-width: 450px;
  aspect-ratio: 450/365;
  position: relative;
}
@media (max-width: 500px) {
  .cmn-loading--serif {
    width: 100vw;
    min-width: 0;
  }
}
.cmn-loading--bg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/cmn-loading-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: 0.6s cubic-bezier(0.76, -0.3, 0.24, 1.6);
}
.is_show .cmn-loading--bg {
  opacity: 1;
  transform: scale(1);
}
.cmn-loading--img {
  width: 28.8888888889vw;
  min-width: 416px;
  aspect-ratio: 416/395;
  display: block;
  position: absolute;
  top: min(-3.0555555556vw, -44px);
  left: min(1.3888888889vw, 20px);
}
@media (max-width: 500px) {
  .cmn-loading--img {
    width: 92vw;
    min-width: 0;
    top: -9.6vw;
    left: 5.3333333333vw;
  }
}
.cmn-loading--img > div {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: scale(0);
  transition: 0.6s cubic-bezier(0.76, -0.3, 0.24, 1.6);
}
.is_show .cmn-loading--img > div {
  opacity: 1;
  transform: scale(1);
}
.cmn-loading--img > div:first-of-type {
  width: 52.1634615385%;
  min-width: 217px;
  aspect-ratio: 217/185;
  bottom: 0;
  right: 0;
  background-position: 50% 0%;
  background-image: url(../img/cmn-loading-img01.webp);
  transition-delay: 0.2s;
}
@media (max-width: 500px) {
  .cmn-loading--img > div:first-of-type {
    width: 52.1739130435%;
    min-width: 0;
  }
}
.cmn-loading--img > div:nth-of-type(2) {
  width: 52.4038461538%;
  min-width: 218px;
  aspect-ratio: 218/172;
  bottom: 0;
  left: 0;
  background-position: 100% 0%;
  background-image: url(../img/cmn-loading-img02.webp);
  transition-delay: 0.3s;
}
@media (max-width: 500px) {
  .cmn-loading--img > div:nth-of-type(2) {
    width: 51.884057971%;
    min-width: 0;
  }
}
.cmn-loading--img > div:nth-of-type(3) {
  width: 37.9807692308%;
  min-width: 158px;
  aspect-ratio: 158/259;
  top: 0;
  left: 0;
  background-position: 0% 100%;
  background-image: url(../img/cmn-loading-img03.webp);
  transition-delay: 0.4s;
}
@media (max-width: 500px) {
  .cmn-loading--img > div:nth-of-type(3) {
    width: 38.2608695652%;
    min-width: 0;
  }
}
.cmn-loading--img > div:last-of-type {
  width: 69.9519230769%;
  min-width: 291px;
  aspect-ratio: 291/252;
  top: 0;
  right: 0;
  background-position: 0% 0%;
  background-image: url(../img/cmn-loading-img04.webp);
  transition-delay: 0.5s;
}
@media (max-width: 500px) {
  .cmn-loading--img > div:last-of-type {
    width: 69.8550724638%;
    min-width: 0;
  }
}
.cmn-loading--deco {
  width: 28.4027777778vw;
  min-width: 409px;
  aspect-ratio: 409/459;
  display: block;
  position: absolute;
  top: min(-2.7777777778vw, -40px);
  left: min(1.25vw, 18px);
  background-image: url(../img/cmn-loading-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0.5s;
}
@media (max-width: 500px) {
  .cmn-loading--deco {
    width: 90.6666666667vw;
    min-width: 0;
    top: -9.6vw;
    left: 4.2666666667vw;
  }
}
.is_show .cmn-loading--deco {
  opacity: 1;
}

.cmn-loading_loading {
  color: #333;
  font-family: "Lato", serif;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .cmn-loading_loading {
    font-size: 18px;
    bottom: 36px;
  }
}
.cmn-loading_loading--dot {
  height: 0.2em;
  width: 0.2em;
  animation: loading-dots 1.5s infinite ease-in-out;
  background-color: #333;
  display: inline-block;
  border-radius: 50%;
  margin-left: 0.1em;
}
.cmn-loading_loading--dot:nth-of-type(2) {
  animation-delay: 0.5s;
}
.cmn-loading_loading--dot:nth-of-type(3) {
  animation-delay: 1s;
}

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