@charset "UTF-8";
/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
:where(:not(html, iframe, canvas, img, svg, video, audio, span):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, ::after, ::before {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

menu, ol, ul {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/* ===========================================
*  Foundation
*  ======================================== */
:root {
  --color-bg: #f0f0f0;
  --color-bg-lightGray: #f8f8f8;
  --color-bg-blue: #00afdd;
  --color-bg-lightBlue: #e3e9f1;
  --color-bg-darkBlue: #003557;
  --color-border: #e3e9f1;
  --color-border-blue: #b2c2cd;
  --color-border-dark: #003557;
  --color-border-gray: #e5e5e5;
  --color-main: #333;
  --color-secondary: #fff;
  --color-text-primary: #333;
  --color-text-lightBlack: #003459;
  --color-text-blue: #00afde;
  --color-text-darkBlue: #003557;
  --color-text-hover: #00afdd;
  --font-en: "Oswald", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo;
  --font-gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial,
    Helvetica, sans-serif;
  --content-width: 1366px;
  --content-width-inner: 1200px;
  --content-width-narrow: 1126px;
  --content-width-xl: 1483px;
  --side-clamp-padding: clamp(1rem, -2.9957rem + 17.0483vw, 5.1875rem);
  --side-default-padding-sp: 1rem;
  --side-default-padding-pc: 5.1875rem;
  --side-inner-clamp-padding: clamp(1rem, 0.0458015267rem + 4.0712468193vw, 2rem);
  --side-inner-padding-sp: 1rem;
  --side-inner-padding-wide-sp: 2rem;
  --side-inner-padding-pc: 2rem;
  --side-negative-margin: calc(50% - 50vw);
  --header-height-pc: 7.3125rem;
  --header-height-pc-smart: 5.875rem;
  --header-height-sp: 3.75rem;
}

@keyframes arrowAnimation {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(200%);
  }
  30% {
    transform: translateX(200%);
  }
  31% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes lineRepeatAnimation {
  0% {
    background-position: right bottom;
    background-size: 100% 1px;
  }
  20% {
    background-position: right bottom;
    background-size: 0 1px;
  }
  30% {
    background-position: right bottom;
    background-size: 0 1px;
  }
  31% {
    background-position: left bottom;
    background-size: 0 1px;
  }
  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
/* ===========================================
*  Foundation
*  ======================================== */
body {
  line-height: 1.2;
  color: var(--color-text-primary);
}

main {
  font-family: var(--font-gothic);
  font-weight: 400;
}

.mainBox {
  background: inherit;
}

:where(body) img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
:where(body) a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
:where(body) a:hover {
  text-decoration: none;
}

.u-br {
  display: block;
}

.u-ib {
  display: inline-block;
}

.u-srOnly {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.u-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-hiddenSp {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-hiddenPc {
    display: none !important;
  }
}

.u-taL {
  text-align: left !important;
}

.u-taR {
  text-align: right !important;
}

.u-taC {
  text-align: center !important;
}

@media print, screen and (min-width: 768px) {
  .u-taL-pc {
    text-align: left !important;
  }
  .u-taR-pc {
    text-align: right !important;
  }
  .u-taC-pc {
    text-align: center !important;
  }
}
.u-bold {
  font-weight: 700 !important;
}

.u-italic {
  font-style: italic !important;
}

.u-ttU {
  text-transform: uppercase !important;
}

.u-ttL {
  text-transform: lowercase !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

/* ===========================================
*  Layouts
*  prefix l-
*  ======================================== */
.l-contents {
  padding: 0 16px;
  margin: 40px auto 0;
}
.l-contents:where(.l-contents.-spFull), .l-contents:where(.l-contents.-full) {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .l-contents {
    max-width: 1280px;
    padding: 0 40px;
    margin: 80px auto 0;
  }
  .l-contents:where(.l-contents.-spFull) {
    padding: 0 40px;
  }
  .l-contents:where(.l-contents.-full) {
    max-width: inherit;
  }
  .l-contents:where(.l-contents.-narrow) {
    max-width: 1104px;
  }
  .l-contents:where(.l-contents.-bannerArea) {
    max-width: 830px;
  }
}
.l-contents:where(.l-contents + .l-contents) {
  margin-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .l-contents:where(.l-contents:last-child) {
    margin-bottom: 80px;
  }
}

/* ===========================================
*  Foundation
*  ======================================== */
:root {
  --color-bg: #f0f0f0;
  --color-bg-lightGray: #f8f8f8;
  --color-bg-blue: #00afdd;
  --color-bg-lightBlue: #e3e9f1;
  --color-bg-darkBlue: #003557;
  --color-border: #e3e9f1;
  --color-border-blue: #b2c2cd;
  --color-border-dark: #003557;
  --color-border-gray: #e5e5e5;
  --color-main: #333;
  --color-secondary: #fff;
  --color-text-primary: #333;
  --color-text-lightBlack: #003459;
  --color-text-blue: #00afde;
  --color-text-darkBlue: #003557;
  --color-text-hover: #00afdd;
  --font-en: "Oswald", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo;
  --font-gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial,
    Helvetica, sans-serif;
  --content-width: 1366px;
  --content-width-inner: 1200px;
  --content-width-narrow: 1126px;
  --content-width-xl: 1483px;
  --side-clamp-padding: clamp(1rem, -2.9957rem + 17.0483vw, 5.1875rem);
  --side-default-padding-sp: 1rem;
  --side-default-padding-pc: 5.1875rem;
  --side-inner-clamp-padding: clamp(1rem, 0.0458015267rem + 4.0712468193vw, 2rem);
  --side-inner-padding-sp: 1rem;
  --side-inner-padding-wide-sp: 2rem;
  --side-inner-padding-pc: 2rem;
  --side-negative-margin: calc(50% - 50vw);
  --header-height-pc: 7.3125rem;
  --header-height-pc-smart: 5.875rem;
  --header-height-sp: 3.75rem;
}

@keyframes arrowAnimation {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(200%);
  }
  30% {
    transform: translateX(200%);
  }
  31% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes lineRepeatAnimation {
  0% {
    background-position: right bottom;
    background-size: 100% 1px;
  }
  20% {
    background-position: right bottom;
    background-size: 0 1px;
  }
  30% {
    background-position: right bottom;
    background-size: 0 1px;
  }
  31% {
    background-position: left bottom;
    background-size: 0 1px;
  }
  100% {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
/* ===========================================
*  Foundation
*  ======================================== */
body {
  line-height: 1.2;
  color: var(--color-text-primary);
}

main {
  font-family: var(--font-gothic);
  font-weight: 400;
}

.mainBox {
  background: inherit;
}

:where(body) img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
:where(body) a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
:where(body) a:hover {
  text-decoration: none;
}

.l-section {
  padding: 0;
}
.l-section + .l-section {
  margin-top: 80px;
}
.c-headingLv2 + .l-section {
  margin-top: 32px;
}

.m-shopBanner {
  max-width: 1200px;
  margin: 50px auto 0;
}

.m-shopBanner__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .m-shopBanner__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.m-shopBanner__item a {
  opacity: 1;
  transition: 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}
@media (hover: hover) {
  .m-shopBanner__item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 768px) {
  .m-shopBanner__item {
    flex-basis: calc(50% - 12px);
  }
  .m-shopBanner__item.-large {
    flex-basis: 61.25rem;
  }
}

.footstepBox {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  line-height: 1.5;
  color: var(--color-text-darkBlue);
}
@media print, screen and (min-width: 768px) {
  .footstepBox {
    max-width: 1280px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 12px;
  }
}
.footstepBox a:visited,
.footstepBox a:link {
  color: var(--color-text-darkBlue);
}

@media print, screen and (min-width: 1020px) {
  .m-shopSearch {
    display: flex;
    gap: 16px;
  }
}

@media print, screen and (min-width: 1020px) {
  .m-shopSearch__inner {
    flex: 1 1 100%;
  }
}

.m-shopSearch__form {
  padding: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem);
  letter-spacing: 0.01em;
  border: 1px solid var(--color-border-blue);
}
@media print, screen and (min-width: 1020px) {
  .m-shopSearch__form {
    padding: 24px;
  }
}

.m-shopSearch__col {
  display: grid;
  flex-direction: column;
  gap: 20px 40px;
  align-items: center;
}
@media print, screen and (min-width: 1020px) {
  .m-shopSearch__col {
    grid-template-areas: "select1 select2 checkbox" "submit submit submit";
    gap: 16px 24px;
  }
}

.m-shopSearchItem {
  display: grid;
  grid-template-columns: 84fr 200fr;
  gap: 8px;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 1020px) {
  .m-shopSearchItem {
    grid-template-columns: auto 1fr;
    gap: 10px;
  }
  .m-shopSearchItem:nth-of-type(1) {
    grid-area: select1;
  }
  .m-shopSearchItem:nth-of-type(2) {
    grid-area: select2;
  }
}

.m-shopSearchItem__label {
  font-family: var(--font-gothic);
  font-weight: 700;
  font-size: 0.875rem;
}

.m-shopSearchItem__select {
  position: relative;
  display: flex;
  cursor: pointer;
  border: 1px solid var(--color-border-blue);
  border-radius: 4px;
}
.m-shopSearchItem__select::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 5px;
  content: "";
  background-image: url("/unithouse/shop/img/icon_chevron_down.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
.m-shopSearchItem__select > select {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  color: var(--color-text-primary);
}

.m-shopSearchCheckbox {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media print, screen and (min-width: 1020px) {
  .m-shopSearchCheckbox {
    grid-area: checkbox;
  }
}

.m-shopSearchCheckbox__input {
  position: relative;
  width: 20px;
  height: 20px;
  appearance: none;
  border: 2px solid #e3e9f1;
  border-radius: 4px;
}
.m-shopSearchCheckbox__input:checked {
  background-color: var(--color-text-hover);
  border-color: var(--color-text-hover);
}
.m-shopSearchCheckbox__input:checked::before {
  position: absolute;
  top: 1px;
  left: 6px;
  width: 6px;
  height: 12px;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.m-shopSearchCheckbox__label {
  font-size: 1rem;
}
.m-shopSearchCheckbox__label a {
  color: var(--color-text-hover);
}
@media (hover: hover) {
  .m-shopSearchCheckbox__label a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}

.m-shopSearchSubmit {
  position: relative;
  display: grid;
  width: 100%;
  margin-top: 0.5rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: var(--color-text-hover);
  border-radius: 4px;
}
.m-shopSearchSubmit::before {
  position: absolute;
  top: 50%;
  left: calc(50% - 54px);
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("/unithouse/shop/img/icon_search.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 1020px) {
  .m-shopSearchSubmit {
    grid-area: submit;
    max-width: 320px;
    margin: 0 auto;
  }
}

.m-shopSearchSubmit__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 36px;
  padding-left: 62px;
  font-size: 1rem;
  cursor: pointer;
}
.m-shopSearchSubmit__button::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-color: #000;
  opacity: 0;
  transition: 0.2s ease-out;
}
@media (hover: hover) {
  .m-shopSearchSubmit__button:where(:any-link, :enabled, summary):hover::after {
    opacity: 0.2;
  }
}

.m-shopSearch__locationSearch {
  margin-top: 16px;
  padding: 24px;
  border: 1px solid var(--color-border-blue);
}
@media print, screen and (min-width: 1020px) {
  .m-shopSearch__locationSearch {
    flex: 0 0 284px;
    margin-top: 0;
  }
}

.m-shopSearch__locationSearchCurrent {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.shopSearch__locationSearchCurrentImg {
  width: 48px;
  flex: 0 0 48px;
}

.m-shopSearch__locationSearchButton {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 24px;
  margin-left: auto;
  color: var(--color-secondary);
  cursor: pointer;
  background-color: var(--color-bg-blue);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.m-shopSearch__locationSearchButton > span {
  font-family: var(--font-gothic);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  transition: 0.2s ease-out;
}
.m-shopSearch__locationSearchButton::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-color: #000;
  opacity: 0;
  transition: 0.2s ease-out;
}
@media (hover: hover) {
  .m-shopSearch__locationSearchButton:where(:any-link, :enabled, summary):hover::after {
    opacity: 0.2;
  }
}

.m-shopCategory {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: flex-start;
}

.m-shopCategory__item {
  padding: 4px 6px 3px;
  font-family: var(--font-gothic);
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  border: 1px solid;
}
.m-shopCategory__item.-experiential {
  color: #fff;
  background-color: #399384;
  border-color: #399384;
}
.m-shopCategory__item.-sales {
  color: #fff;
  background-color: #102f4c;
  border-color: #102f4c;
}
.m-shopCategory__item.-rental {
  color: #fff;
  background-color: #3ea3d5;
  border-color: #3ea3d5;
}
.m-shopCategory__item.-partTimeJob {
  padding: inherit;
  border: inherit;
}
.m-shopCategory__item.-partTimeJob > a, .m-shopCategory__item.-partTimeJob > span {
  font-family: var(--font-gothic);
  font-weight: 700;
  display: block;
  padding: 4px 6px 3px;
  font-size: 0.75rem;
  line-height: 1;
  color: #d0091e;
  cursor: pointer;
  border: 1px solid;
  border-color: #d0091e;
}

.m-locationLoading {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
  background-color: var(--color-bg);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.m-locationLoading.-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 0.95;
}

.m-locationLoading__inner {
  position: relative;
  display: grid;
  gap: 24px;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
}
.m-locationLoading__inner p {
  font-family: var(--font-gothic);
  font-weight: 700;
  font-size: 1.25rem;
}

.m-locationLoading__wave {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 50px;
  border-radius: 50%;
}
.m-locationLoading__wave > div:nth-child(1) {
  position: relative;
  top: 15px;
  left: 15px;
  z-index: 1000;
  width: 20px;
  height: 20px;
  background: #00afdd;
  border: 2px solid #fff;
  border-radius: 50%;
}
.m-locationLoading__wave > div:nth-child(2), .m-locationLoading__wave > div:nth-child(3), .m-locationLoading__wave > div:nth-child(4) {
  position: absolute;
  top: -25px;
  left: -25px;
  display: block;
  width: 100px;
  height: 100px;
  background: rgba(0, 175, 221, 0.4);
  border-radius: 50%;
  opacity: 0;
  animation: loadingAnimation 2400ms ease-out infinite;
}
.m-locationLoading__wave > div:nth-child(3) {
  animation-delay: 0.4s;
}
.m-locationLoading__wave > div:nth-child(4) {
  animation-delay: 0.8s;
}

@keyframes loadingAnimation {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.c-headingLv2 {
  font-size: clamp(1.5rem, 0.784351145rem + 3.0534351145vw, 2.25rem);
  line-height: 1.333;
  color: #333;
}

.c-headingLv3 {
  font-size: clamp(1.125rem, 0.7671755725rem + 1.5267175573vw, 1.5rem);
  font-family: var(--font-gothic);
  font-weight: 700;
}

.c-titleArea {
  position: relative;
  padding-left: 20px;
  margin-bottom: 24px;
}
.c-titleArea::before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 5px;
  height: 24px;
  content: "";
  background: #003459;
}
@media print, screen and (min-width: 768px) {
  .c-titleArea {
    margin-bottom: 36px;
  }
  .c-titleArea::before {
    top: -3px;
    width: 5px;
    height: 32px;
  }
}

.c-button {
  position: relative;
  display: grid;
  grid-template-columns: max-content min-content;
  gap: 8px;
  place-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  padding: 4px 16px;
  font-size: 0.8125rem;
  color: var(--color-secondary);
  cursor: pointer;
  background-color: var(--color-bg-blue);
  border-radius: 4px;
  font-family: var(--font-gothic);
  font-weight: 700;
}
.c-button.-noBg {
  color: var(--color-text-blue);
  background-color: inherit;
}
.c-button.-noBg::after {
  background-image: url("/unithouse/shop/img/icon_chevron_left_blue.svg");
}
.c-button.-noBg:visited, .c-button.-noBg:link {
  color: var(--color-text-blue);
}
.c-button::after {
  width: 5px;
  height: 8px;
  content: "";
  background-image: url("/unithouse/shop/img/icon_chevron_left_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-button:visited, .c-button:link {
  color: var(--color-secondary);
}
.c-button:not(.-noBg)::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-color: #000;
  opacity: 0;
  transition: 0.2s ease-out;
}
@media (hover: hover) {
  .c-button:where(:any-link, :enabled, summary):hover.-noBg {
    text-decoration: underline;
  }
  .c-button:where(:any-link, :enabled, summary):hover::before {
    opacity: 0.2;
  }
}

.c-iconButton {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 24px;
  cursor: pointer;
  background-color: var(--color-bg-blue);
  border-radius: 4px;
}
.c-iconButton.-full {
  width: 100%;
}
.c-iconButton.-center {
  justify-content: center;
}
.c-iconButton.-dark {
  background-color: var(--color-bg-darkBlue);
  transition: background-color 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.c-iconButton.-light {
  background-color: var(--color-bg-lightBlue);
}
.c-iconButton.-light span {
  color: var(--color-text-darkBlue);
}
.c-iconButton.-iconBack {
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
}
.c-iconButton.-iconBack img {
  width: 8px;
  height: 5px;
}
.c-iconButton.-textSmall span {
  font-size: 1rem;
}
.c-iconButton.-iconRight {
  flex-direction: row-reverse;
}
.c-iconButton.-large {
  padding: 16px 18px 16px 28px;
}
.c-iconButton.-large span {
  font-size: 1.25rem;
}
.c-iconButton.-large img {
  width: 28px;
  height: 28px;
}
.c-iconButton img {
  width: 15px;
  height: 15px;
}
.c-iconButton span {
  font-size: 1rem;
  font-family: var(--font-gothic);
  font-weight: 700;
  color: var(--color-secondary);
}
.c-iconButton:not(.-dark)::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-color: #000;
  opacity: 0;
  transition: 0.2s ease-out;
}
@media print, screen and (min-width: 768px) {
  .c-iconButton {
    gap: 18px;
    justify-content: center;
    padding: 22px 32px;
  }
  .c-iconButton.-large {
    padding: 22px 40px;
  }
  .c-iconButton img {
    width: 27px;
    height: 27px;
  }
  .c-iconButton span {
    font-size: 1.25rem;
  }
}
@media (hover: hover) {
  .c-iconButton:where(:any-link, :enabled, summary):hover.-dark {
    background-color: #334856;
  }
  .c-iconButton:where(:any-link, :enabled, summary):hover::after {
    opacity: 0.2;
  }
}

.c-backButton {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  padding: 26px 40px;
  margin-inline: auto;
  background-color: var(--color-bg-lightBlue);
  border-radius: 4px;
  transition: 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}
.c-backButton img {
  width: 5px;
  height: 9px;
}
.c-backButton span {
  font-size: 1rem;
  font-family: var(--font-gothic);
  font-weight: 700;
  color: var(--color-text-darkBlue);
}
@media print, screen and (min-width: 768px) {
  .c-backButton {
    justify-content: center;
  }
}
@media (hover: hover) {
  .c-backButton:where(:any-link, :enabled, summary):hover {
    background-color: #c0c5cb;
  }
}

.c-likeButton {
  display: flex;
  cursor: pointer;
  background-color: var(--color-secondary);
  border: 2px solid var(--color-border);
  border-radius: 4px;
}

.c-likeButton__icon {
  width: 48px;
  height: 36px;
  padding: 8px 12px;
  background-color: var(--color-bg);
  background-image: url("/unithouse/showcase/img/icon_favorite_add.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.-favorite .c-likeButton__icon {
  background-image: url("/unithouse/showcase/img/icon_favorite_remove.svg");
}

.c-likeButton__text {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 5px;
  gap: 8px;
  place-items: center;
  padding: 2px 8px;
  font-size: 0.875rem;
  color: var(--color-text-primary);
  letter-spacing: 0;
  font-family: var(--font-gothic);
  font-weight: 700;
  transition: 0.2s ease-out;
}
.c-likeButton__text::after {
  width: 5px;
  height: 8px;
  content: "";
  background-image: url("/unithouse/showcase/img/icon_chevron_right_darkBlue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.2s ease-out;
}
@media (hover: hover) {
  .c-likeButton__text:is(:where(:any-link, :enabled, summary):hover *) {
    color: var(--color-text-blue);
  }
  .c-likeButton__text:is(:where(:any-link, :enabled, summary):hover *)::after {
    background-image: url("/unithouse/showcase/img/icon_chevron_left_blue.svg");
  }
}

.c-recruitmentLink {
  color: #d0091e !important;
  text-decoration: underline !important;
}
@media (hover: hover) {
  .c-recruitmentLink:where(:any-link, :enabled, summary):hover {
    text-decoration: none !important;
  }
}

.p-shopSearchResult__count {
  font-size: 1rem;
}

.p-shopSearchResult__contents {
  margin-top: 1rem;
}

.p-shopSearchResult__list {
  border-top: 1px solid var(--color-border);
}

.p-shopSearchResult__item {
  border-bottom: 1px solid var(--color-border);
}

.p-shopSearchResultItem {
  letter-spacing: 0.01em;
}

.p-shopSearchResultLink__link {
  display: block;
  padding: 18px 0;
}
.p-shopSearchResultLink__link :link {
  color: var(--color-text-primary);
}

.p-shopSearchResultItem__grid {
  display: grid;
  grid-template-areas: "heading heading" "img info" "campaign campaign";
  grid-template-rows: auto auto auto;
  grid-template-columns: 15fr 17fr;
  gap: 18px;
}
@media print, screen and (min-width: 768px) {
  .p-shopSearchResultItem__grid {
    grid-template-areas: "img heading" "img info" "img campaign";
    grid-template-columns: 214px 1fr;
    gap: 18px 40px;
  }
}

.p-shopSearchResultItem__img {
  position: relative;
  grid-area: img;
}
.-new .p-shopSearchResultItem__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 50px solid #d0091e;
  border-left: 50px solid transparent;
  transform: rotate(-90deg);
}
.-new .p-shopSearchResultItem__img::after {
  position: absolute;
  top: 7px;
  left: 3px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  content: "NEW";
  transform: rotate(-45deg);
  font-family: var(--font-en);
  font-weight: 700;
}
.p-shopSearchResultItem__img img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.p-shopSearchResultItem__heading {
  display: grid;
  grid-area: heading;
  gap: 4px;
}
@media print, screen and (min-width: 768px) {
  .p-shopSearchResultItem__heading {
    display: flex;
    gap: 40px;
    justify-content: space-between;
  }
}

.p-shopSearchResultItem__title {
  font-family: var(--font-gothic);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .p-shopSearchResultItem__title {
    flex: 1;
    line-height: 1.2;
  }
}

.p-shopSearchResultItem__info {
  display: grid;
  grid-area: info;
  gap: 8px;
  align-self: start;
}

.p-shopSearchResultItem__location {
  display: flex;
  gap: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-shopSearchResultItem__location {
    margin-left: 3px;
  }
}
.p-shopSearchResultItem__location > img {
  width: 14px;
  height: 20px;
}
.p-shopSearchResultItem__location > span {
  font-size: 1rem;
  line-height: 1.5;
  transform: translateY(-3px);
}

.p-shopSearchResultItem__tel {
  display: flex;
  gap: 8px;
}
.p-shopSearchResultItem__tel > img {
  width: 18px;
  height: 18px;
}
.p-shopSearchResultItem__tel > span {
  font-size: 1rem;
  line-height: 1.5;
  transform: translateY(-3px);
}

.p-shopSearchResultItem__campaign {
  grid-area: campaign;
  padding: 10px 16px 14px;
  font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
  line-height: 1.714;
  text-decoration: underline;
  background-color: var(--color-bg);
  font-family: var(--font-gothic);
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .p-shopSearchResultItem__campaign {
    padding: 8px 16px;
  }
}
/*# sourceMappingURL=../../../maps/unithouse/shop/css/list.css.map */
