@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes vibration {
  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 clatter {
  0%, 50% {
    transform: rotate(0deg);
  }
  62.5%, 87.5% {
    transform: rotate(1deg) translateY(-3px);
  }
  75%, 100% {
    transform: rotate(0deg);
  }
}
.cmn-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  top: 15px;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 300;
}
@media (max-width: 428px) {
  .cmn-header {
    top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    height: 40px;
    align-items: center;
  }
}

.cmn-header_logo {
  pointer-events: auto;
  width: 249px;
}
@media (max-width: 1260px) {
  .cmn-header_logo {
    position: relative;
    z-index: 100;
  }
}
@media (max-width: 428px) {
  .cmn-header_logo {
    width: 142px;
  }
}
.cmn-header_logo:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .cmn-header_logo:hover {
    opacity: 1;
  }
}
.cmn-header_logo--img {
  display: block;
  width: 100%;
}

.cmn-header_hmb {
  display: none;
  width: 48px;
  height: 44px;
  margin-bottom: 8px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1260px) {
  .cmn-header_hmb {
    display: block;
    pointer-events: auto;
    z-index: 100;
  }
}
@media (max-width: 428px) {
  .cmn-header_hmb {
    width: 24px;
    height: 18px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.cmn-header_hmb--line {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #0E7EC3;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
@media (max-width: 428px) {
  .cmn-header_hmb--line {
    height: 2px;
  }
}
.cmn-header_hmb--line:first-of-type {
  top: 0;
}
.is_hmb_open .cmn-header_hmb--line:first-of-type {
  top: 20px;
  transform: rotate(45deg);
}
@media (max-width: 428px) {
  .is_hmb_open .cmn-header_hmb--line:first-of-type {
    top: 8px;
  }
}
.cmn-header_hmb--line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.is_hmb_open .cmn-header_hmb--line:nth-of-type(2) {
  opacity: 0;
}
.cmn-header_hmb--line:last-of-type {
  bottom: 0;
}
.is_hmb_open .cmn-header_hmb--line:last-of-type {
  bottom: auto;
  top: 20px;
  transform: rotate(-45deg);
}
@media (max-width: 428px) {
  .is_hmb_open .cmn-header_hmb--line:last-of-type {
    top: 8px;
  }
}

.cmn-header_nav {
  pointer-events: auto;
  background-color: #fff;
  border-radius: 20px;
  width: 958px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .cmn-header_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    box-sizing: border-box;
    border-radius: 0px;
    padding-top: 130px;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }
  .is_hmb_open .cmn-header_nav {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 428px) {
  .cmn-header_nav {
    padding-top: 56px;
  }
}
.cmn-header_nav--wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 1260px) {
  .cmn-header_nav--wrap {
    background-color: #F9F8F3;
    display: block;
  }
}
.cmn-header_nav--list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  width: calc(100% - 250px);
  box-sizing: border-box;
}
@media (max-width: 1260px) {
  .cmn-header_nav--list {
    height: auto;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
  }
}
@media (max-width: 428px) {
  .cmn-header_nav--list {
    width: 295px;
  }
}
.cmn-header_nav--item {
  height: 100%;
}
@media (max-width: 1260px) {
  .cmn-header_nav--item {
    height: auto;
    border-bottom: 2px dashed #ddd;
  }
}
.cmn-header_nav--link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1260px) {
  .cmn-header_nav--link {
    padding-top: 24px;
    padding-bottom: 24px;
    height: auto;
    justify-content: flex-start;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: relative;
  }
  .cmn-header_nav--link:before {
    content: "";
    display: block;
    width: 9px;
    aspect-ratio: 11/17;
    background-image: url(../img/icon/icon-arrow-blue.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: 0.3s;
  }
  .cmn-header_nav--link:hover:before {
    right: -4px;
  }
}
@media (max-width: 1260px) and (max-width: 428px) {
  .cmn-header_nav--link:hover:before {
    right: 0;
  }
}
@media (max-width: 428px) {
  .cmn-header_nav--link {
    font-size: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.cmn-header_btn {
  width: 250px;
  display: flex;
  height: 100%;
}
@media (max-width: 1260px) {
  .cmn-header_btn {
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 36px;
  }
}
@media (max-width: 428px) {
  .cmn-header_btn {
    width: 295px;
    margin-top: 24px;
  }
}
.cmn-header_btn--item {
  height: 100%;
  width: 50%;
}
@media (max-width: 1260px) {
  .cmn-header_btn--item {
    height: auto;
    width: 100%;
  }
}
.cmn-header_btn--link {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.375;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 1260px) {
  .cmn-header_btn--link {
    height: 72px;
    border-radius: 10px;
    font-size: 18px;
  }
  .cmn-header_btn--link br {
    display: none;
  }
}
@media (max-width: 428px) {
  .cmn-header_btn--link {
    height: 53px;
    font-size: 16px;
  }
}
.cmn-header_btn--link-search {
  background-color: #5BBF53;
}
.cmn-header_btn--link-user {
  background-color: #0E7EC3;
}
@media (max-width: 1260px) {
  .cmn-header_btn--link-user {
    margin-top: 16px;
  }
}
@media (max-width: 428px) {
  .cmn-header_btn--link-user {
    margin-top: 12px;
  }
}
.cmn-header_btn--link:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .cmn-header_btn--link:hover {
    opacity: 1;
  }
}

.cmn-main {
  overflow-x: clip;
}

.cmn-footer {
  background-color: #F9F8F3;
}
.cmn-footer--inner {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (max-width: 428px) {
  .cmn-footer--inner {
    padding-bottom: 16px;
  }
}
.cmn-footer--top_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 428px) {
  .cmn-footer--top_wrap {
    display: block;
  }
}
.cmn-footer--bottom_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 64px;
}
@media (max-width: 428px) {
  .cmn-footer--bottom_wrap {
    display: block;
    margin-top: 64px;
  }
}
.cmn-footer--copyright {
  color: #333;
  font-size: 13px;
  line-height: 1.2307692308;
}
@media (max-width: 428px) {
  .cmn-footer--copyright {
    text-align: center;
    margin-top: 40px;
  }
}

.cmn-footer_logo {
  width: 247px;
  display: block;
}
@media (max-width: 428px) {
  .cmn-footer_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.cmn-footer_logo:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .cmn-footer_logo:hover {
    opacity: 1;
  }
}
.cmn-footer_logo--img {
  display: block;
  width: 100%;
}

.cmn-footer_nav {
  width: 720px;
}
@media (max-width: 428px) {
  .cmn-footer_nav {
    width: 100%;
    margin-top: 40px;
  }
}
.cmn-footer_nav--list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 428px) {
  .cmn-footer_nav--list {
    justify-content: center;
  }
}
.cmn-footer_nav--item {
  margin-top: 16px;
  margin-right: 32px;
}
@media (max-width: 428px) {
  .cmn-footer_nav--item {
    width: 135px;
    margin-right: 0;
    margin-top: 30px;
  }
}
.cmn-footer_nav--item-full {
  width: 100%;
}
@media (max-width: 428px) {
  .cmn-footer_nav--item-full {
    text-align: center;
  }
}
@media (max-width: 428px) {
  .cmn-footer_nav--item-sp_full {
    width: 100%;
    text-align: center;
  }
}
.cmn-footer_nav--item-mt0 {
  margin-top: 0;
}
.cmn-footer_nav--item-mr0 {
  margin-right: 0;
}
@media (max-width: 428px) {
  .cmn-footer_nav--item:first-of-type {
    order: 1;
  }
  .cmn-footer_nav--item:nth-of-type(2) {
    order: 2;
    margin-top: 40px;
  }
  .cmn-footer_nav--item:nth-of-type(3) {
    order: 3;
    margin-top: 40px;
  }
  .cmn-footer_nav--item:nth-of-type(4) {
    order: 5;
  }
  .cmn-footer_nav--item:nth-of-type(5) {
    order: 4;
  }
  .cmn-footer_nav--item:nth-of-type(6) {
    order: 6;
  }
  .cmn-footer_nav--item:nth-of-type(7) {
    order: 7;
  }
  .cmn-footer_nav--item:nth-of-type(8) {
    order: 8;
    margin-top: 40px;
  }
  .cmn-footer_nav--item:last-of-type {
    order: 9;
    margin-top: 24px;
  }
}
.cmn-footer_nav--link {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}
@media (max-width: 428px) {
  .cmn-footer_nav--link {
    color: #0E7EC3;
  }
}
.cmn-footer_nav--link:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .cmn-footer_nav--link:hover {
    opacity: 1;
  }
}
@media (max-width: 428px) {
  .cmn-footer_nav--link-l {
    font-size: 20px;
    font-weight: 600;
    color: #333;
  }
}

.cmn-footer_link {
  display: flex;
}
@media (max-width: 428px) {
  .cmn-footer_link {
    display: block;
    text-align: center;
  }
}
.cmn-footer_link--item {
  margin-right: 40px;
}
@media (max-width: 428px) {
  .cmn-footer_link--item {
    margin-right: 0;
  }
}
.cmn-footer_link--item:last-of-type {
  margin-right: 0;
}
.cmn-footer_link--link {
  color: #333;
  font-size: 13px;
  line-height: 1.2307692308;
}
.cmn-footer_link--link:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .cmn-footer_link--link:hover {
    opacity: 1;
  }
}

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