@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;
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/* ===========================================
*  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;
}

/* ===========================================
*  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;
  }
}

.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);
}

.m-shopCassette {
  padding: 0 16px;
  margin: 0 -16px;
}
@media print, screen and (min-width: 768px) {
  .m-shopCassette {
    padding: 0 24px;
    margin: 0 -24px;
  }
}
.m-shopCassette .swiper-slide {
  height: auto;
}

.m-shopCassette__list:not(.swiper-wrapper) {
  display: grid;
  gap: 48px 36px;
}
@media print, screen and (min-width: 768px) {
  .m-shopCassette__list:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.m-shopCassette__item {
  position: relative;
  display: block;
  height: 100%;
  background-color: var(--color-secondary);
}
.m-shopCassette__item.-new::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  content: "";
  border-top: 50px solid #d0091e;
  border-left: 50px solid transparent;
  transform: rotate(-90deg);
}
.m-shopCassette__item.-new::after {
  position: absolute;
  top: 7px;
  left: 3px;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  content: "NEW";
  transform: rotate(-45deg);
  font-family: var(--font-en);
  font-weight: 700;
}
.m-shopCassette__item.-card {
  padding: 24px;
  box-shadow: 0 24px 12px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 768px) {
  .m-shopCassette__item:not(.swiper-slide) {
    flex-basis: calc(33.3333333333% - 24px);
  }
  .m-shopCassette__item.-card {
    padding: 40px;
  }
}
.m-shopCassette__item:hover .m-shopCassette__img img {
  transform: scale(1.02);
}
.m-shopCassette__item:hover .m-shopCassette__img--hover {
  visibility: visible;
  opacity: 1;
}

.m-shopCassette__favoriteButton {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: var(--color-bg);
  background-image: url("/unithouse/showcase/img/icon_star_gray.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  border: 2px solid var(--color-border);
  border-radius: 4px;
}
.-favorite .m-shopCassette__favoriteButton {
  background-image: url("/unithouse/showcase/img/icon_star.svg");
}

.m-shopCassette__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.m-shopCassette__img {
  position: relative;
  overflow: hidden;
}
.m-shopCassette__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
  transform: scale(1);
  transition: 0.2s ease-out;
}

.m-shopCassette__img--hover {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-out;
}

.m-shopCassette__body {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 768px) {
  .m-shopCassette__body {
    gap: 0.5rem;
    margin-top: 1rem;
  }
}

.m-shopCassette__prefecture {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-main);
}

.m-shopCassette__info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.m-shopCassette__usage {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-main);
}

.m-shopCassette__icon {
  display: flex;
  gap: 4px;
}

.m-shopCassette__movie {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 6px 8px;
  background-color: var(--color-bg-darkBlue);
  border-radius: 4px;
}
.m-shopCassette__movie img {
  width: 18px;
  height: 12px;
}
.m-shopCassette__movie span {
  font-family: var(--font-gothic);
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--color-secondary);
}

.m-shopCassette__360view {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 6px 8px;
  background-color: var(--color-bg-darkBlue);
  border-radius: 4px;
}
.m-shopCassette__360view img {
  width: 18px;
  height: 12px;
}
.m-shopCassette__360view span {
  font-family: var(--font-gothic);
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--color-secondary);
}

.m-shopCassette__heading {
  display: block; /* Fallback for non-webkit */
  max-height: 54px; /* Fallback for non-webkit */
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-main);
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0.01em;
  font-family: var(--font-gothic);
  font-weight: 700;
  /* stylelint-disable */
  display: -webkit-box;
  /* stylelint-enable */
}

.m-shopCassette__categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.m-shopCassette__categoryItem > a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 3px 7px;
  font-size: 0.875rem;
  color: var(--color-text-darkBlue);
  background-color: var(--color-bg);
  border-radius: 4px;
  transition: background-color 0.2s ease-in;
}
@media (hover: hover) {
  .m-shopCassette__categoryItem > a:where(:any-link, :enabled, summary):hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.m-shopCassette__progressbar {
  position: relative;
  width: 80%;
  max-width: 400px;
  height: 7px;
  margin: 2.25rem auto 0;
  overflow: hidden;
  background: #ccc;
  border-radius: 7px;
}
.m-shopCassette__progressbar .m-shopCassette__progressActive {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  background: var(--color-bg-darkBlue);
  border-radius: 7px;
  transition: 0.2s ease-in;
  transform: scaleX(0);
  transform-origin: left center;
}
@media print, screen and (min-width: 768px) {
  .m-shopCassette__progressbar {
    margin-top: 3rem;
  }
}

.m-shopCassette__pagination {
  position: absolute;
  inset: 0;
  display: flex;
}
.m-shopCassette__pagination .swiper-pagination-bullet {
  cursor: pointer;
}

@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-campaign {
  background-color: var(--color-bg-lightBlue);
}
@media print, screen and (min-width: 768px) {
  .m-campaign th {
    background: inherit;
  }
}
.m-campaign td {
  font-size: clamp(0.8125rem, 0.7528625954rem + 0.2544529262vw, 0.875rem);
}
@media print, screen and (min-width: 768px) {
  .m-campaign td {
    background: inherit;
  }
}

@media print, screen and (min-width: 768px) {
  .m-campaign__inner {
    padding: 12px 36px;
  }
}

.m-campaign__item:last-of-type > .m-campaign__link {
  border-bottom: 0;
}

.m-campaign__link {
  display: block;
  padding: 16px;
  border-bottom: 1px solid var(--color-secondary);
}
@media print, screen and (min-width: 768px) {
  .m-campaign__link {
    padding: 20px 0;
  }
}

.m-campaign__itemGrid {
  display: grid;
  grid-template-areas: "date category" "title title";
  grid-template-rows: auto auto;
  grid-template-columns: min-content 1fr;
  gap: 8px 12px;
  align-items: center;
  justify-content: start;
}
@media print, screen and (min-width: 768px) {
  .m-campaign__itemGrid {
    grid-template-areas: "date category title";
    grid-template-rows: auto;
    grid-template-columns: 100px minmax(88px, max-content) 1fr;
    gap: 0 12px;
  }
}

.m-campaign__date {
  grid-area: date;
  font-size: 0.75rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .m-campaign__date {
    font-size: 0.875rem;
  }
}

.m-campaign__category {
  grid-area: category;
  justify-self: start;
  padding: 2px 8px;
  font-size: 0.75rem;
  color: var(--color-secondary);
  background-color: var(--color-bg-darkBlue);
  border-radius: 4px;
  font-family: var(--font-gothic);
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .m-campaign__category {
    align-self: inherit;
    width: 100%;
    padding: 6px 8px;
    text-align: center;
    white-space: nowrap;
  }
}

.m-campaign__title {
  grid-area: title;
  font-size: 0.8125rem;
  line-height: 1.846;
  transition: 0.2s ease-out;
}
@media print, screen and (min-width: 768px) {
  .m-campaign__title {
    font-size: 0.875rem;
  }
}
@media (hover: hover) {
  .m-campaign__title:is(:where(:any-link, :enabled, summary):hover *) {
    color: var(--color-text-blue);
  }
}

.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-shopCassette__list {
  display: flex;
  gap: revert;
}
@media print, screen and (min-width: 768px) {
  .p-shopCassette__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 36px;
  }
  .p-shopCassette__list > :nth-child(n+4) {
    display: none;
  }
}

.p-swiper-container__pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 0.75rem;
}

.swiper-pagination-bullet {
  position: relative;
  width: 56px;
  height: 4px;
  cursor: pointer;
  background-color: #001a2c;
}
.swiper-pagination-bullet::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  content: "";
  background-color: var(--color-text-blue);
}
.swiper-pagination-bullet.-active::before {
  width: 100%;
  transition: width 4.8s linear;
}

.p-prefectureSearch {
  display: grid;
  gap: 56px 36px;
}

.p-prefectureSearchBanner__list {
  display: grid;
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-prefectureSearchBanner__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}

.p-prefectureSearchContents {
  border-top: 1px solid #e3e9f1;
}
@media print, screen and (min-width: 768px) {
  .p-prefectureSearchContents {
    position: relative;
  }
  .p-prefectureSearchContents::before {
    position: absolute;
    top: -113px;
    right: 24px;
    width: 420px;
    height: 655px;
    z-index: -1;
    content: "";
    background-image: url("/unithouse/shop/img/map_japan.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.p-prefectureSearchContents__regionList {
  border-bottom: 1px solid #e3e9f1;
}

@media print, screen and (min-width: 768px) {
  .p-prefectureSearchContents__regionItem {
    display: table;
  }
}

.p-prefectureSearchContents__regionArea {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 18px 16px 18px 28px;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
}
.p-prefectureSearchContents__regionArea::before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 15px;
  height: 19px;
  content: "";
  background: url("/unithouse/shop/img/icn-map.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-prefectureSearchContents__regionArea::after {
  position: absolute;
  top: 22px;
  right: 2px;
  box-sizing: border-box;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-bottom: 1px;
  margin-left: 8px;
  content: "";
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
}
.p-prefectureSearchContents__regionArea.active::after {
  top: 24px;
  transform: rotate(-45deg);
}
.p-prefectureSearchContents__regionArea p {
  font-family: var(--font-gothic);
  font-weight: 700;
  margin: 0;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .p-prefectureSearchContents__regionArea {
    display: table-cell;
    width: 232px;
    padding: 15px 50px;
    cursor: default;
    vertical-align: middle;
  }
  .p-prefectureSearchContents__regionArea::before {
    top: 50%;
    left: 20px;
    width: 20px;
    height: 25px;
    transform: translateY(-50%);
  }
  .p-prefectureSearchContents__regionArea::after {
    display: none;
  }
}

.p-prefectureSearchContents__prefectureList {
  display: none;
  padding: 0 30px;
  border-top: 1px solid #f0f0f0;
}
@media print, screen and (min-width: 768px) {
  .p-prefectureSearchContents__prefectureList {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 15px 0;
    border-top: 0;
  }
}

.p-prefectureSearchContents__prefectureItem {
  display: block;
  margin: 25px 0 0;
  font-size: 13px;
}
.p-prefectureSearchContents__prefectureItem:first-child {
  padding-top: 20px;
  margin-top: 0;
}
.p-prefectureSearchContents__prefectureItem:last-child {
  padding-bottom: 20px;
}
.p-prefectureSearchContents__prefectureItem a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .p-prefectureSearchContents__prefectureItem {
    margin: 0;
    font-size: 16px;
    padding: 7px 14px !important;
    border-radius: 4px;
    background: #e3e9f1;
  }
  .p-prefectureSearchContents__prefectureItem a {
    color: #1b558c;
    transition: 0.2s ease-out;
  }
  .p-prefectureSearchContents__prefectureItem a:hover {
    color: var(--color-text-blue);
    text-decoration: none;
  }
}
/*# sourceMappingURL=../../../maps/unithouse/shop/css/shop.css.map */
