@charset "UTF-8";
:root {
  --color-bg-yellow: #FEFFDB;
  --color-bg-purple: #F7EFF7;
  --color-bg-ochre:#F2EEDE;
  --color-bg-green: #E4F7EC;
  --color-skyblue:#66D1CE;
  --color-pink: #E9689B;
  --color-light-pink:#F5CBDC;
  --color-arrow-pink: #E8A7C2;
  --color-purple:#A07DAA;
  --color-light-purple:#E4D5E8;
  --color-arrow-purple: #C7ACCC;
  --color-orange: #BE4C3F;
  --color-light-orange:#E5A9B9;
  --color-arrow-orange: #E5A9B9;
  --color-blue:#1C5688;
  --color-light-blue:#CBE2F5;
  --color-arrow-blue: #CBE2F5;
  --color-red: #C52A54;
  --color-light-red: #E5A9B9;
  --color-arrow-red: #E5A9B9;
  --color-ochre: #C8A336;
  --color-light-ochre:#DBCD9C;
  --color-arrow-ochre: #B5A672;
  --color-green: #42A06E;
  --color-light-green:#B9DDCB;
  --color-arrow-green: #B9DDCB;
  --color-black: #151515;
  --color-light-black: #383838;
  --color-gray: #716F6F;
  --color-light-gray: #EFEFEF;
  --color-white: #fff;
  --font-family-main: "Zen Maru Gothic", sans-serif;
  --font-family-noto: "Noto Sans JP", sans-serif;
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 20px;
  --spacing-lg: 32px;
  --spacing-xl: 56px;
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 20px;
  --radius-full: 100vmax;
  --shadow-default: 2px 3px 0px rgba(0, 0, 0, 0.15);
  --shadow-card: 2px 3px 0 rgba(0, 0, 0, 0.2);
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-family-main);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1166px;
  padding: 0 18px;
  margin-inline: auto;
  position: relative;
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.section_title {
  text-align: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4210526316;
}

#main {
  margin-inline: auto;
  clear: both;
  overflow: hidden;
  background-color: var(--color-bg-yellow);
  color: var(--color-black);
}

.mv {
  width: 100%;
  height: auto;
  aspect-ratio: 375/514;
  background-color: var(--color-skyblue);
  position: relative;
  container-type: inline-size;
}
@media screen and (min-width: 769px) {
  .mv {
    aspect-ratio: 1366/570;
  }
}

.mv_title {
  margin-top: 37.0666666667%;
  position: relative;
  display: grid;
  place-items: center;
  gap: 10px;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .mv_title {
    margin-top: 6.7349926794%;
    gap: 16.8831168831%;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
  }
}

.mv_title_sub {
  width: 77.3333333333cqw;
}
@media screen and (min-width: 769px) {
  .mv_title_sub {
    width: 44.8755490483cqw;
  }
}
.mv_title_sub img {
  width: 100%;
  height: auto;
}

.mv_title_main {
  width: 84.5333333333cqw;
}
@media screen and (min-width: 769px) {
  .mv_title_main {
    width: 49.4875549048cqw;
  }
}
.mv_title_main img {
  width: 100%;
  height: auto;
}

.mv_title_point {
  position: absolute;
  width: 25.0666666667cqw;
  height: auto;
  top: -22px;
  right: 4.8cqw;
  translate: 0 -100%;
}
@media screen and (min-width: 769px) {
  .mv_title_point {
    width: 11.0541727672cqw;
    top: -33.3333333333%;
    right: 0.8052708638cqw;
    translate: 100% 0;
  }
}

.mv_illust {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .mv_illust {
    aspect-ratio: 967/290;
    width: 70.7906295754%;
    left: 50%;
    translate: -50% 0;
  }
}
.mv_illust img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes float-up {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes float-up {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes float-down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes float-down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
.float-up-start {
  -webkit-animation: float-up 3s ease-in-out infinite;
          animation: float-up 3s ease-in-out infinite;
}

.float-down-start {
  -webkit-animation: float-down 3s ease-in-out infinite;
          animation: float-down 3s ease-in-out infinite;
}

.mv_coffee {
  position: absolute;
  left: 7.2%;
  top: 15.5642023346%;
  width: 10.4%;
  height: auto;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (min-width: 769px) {
  .mv_coffee {
    left: 14.934114202%;
    top: 10.701754386%;
    width: 5.3440702782%;
  }
}

.mv_pasta {
  position: absolute;
  left: 7.7333333333%;
  bottom: 32.4902723735%;
  width: 13.8666666667%;
  height: auto;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (min-width: 769px) {
  .mv_pasta {
    left: 3.5871156662%;
    bottom: auto;
    top: 14.9122807018%;
    width: 7.1010248902%;
  }
}

.mv_omelet {
  position: absolute;
  left: 28%;
  bottom: 29.9610894942%;
  width: 13.8666666667%;
  height: auto;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (min-width: 769px) {
  .mv_omelet {
    left: 10.3953147877%;
    bottom: auto;
    top: 36.1403508772%;
    width: 7.1010248902%;
  }
}

.mv_beer {
  position: absolute;
  left: 13.6%;
  top: 3.6964980545%;
  width: 10.6666666667%;
  height: auto;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media screen and (min-width: 769px) {
  .mv_beer {
    left: 4.2459736457%;
    top: auto;
    bottom: 29.8245614035%;
    width: 5.4172767204%;
  }
}

.mv_bread {
  position: absolute;
  left: 30.6666666667%;
  top: 8.560311284%;
  width: 12.5333333333%;
  height: auto;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (min-width: 769px) {
  .mv_bread {
    left: 5.4904831625%;
    top: auto;
    bottom: 9.1228070175%;
    width: 6.3689604685%;
  }
}

.mv_cloth {
  position: absolute;
  right: 5.3333333333%;
  bottom: 28.4046692607%;
  width: 20.5333333333%;
  height: auto;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (min-width: 769px) {
  .mv_cloth {
    right: 3.0014641288%;
    bottom: auto;
    top: 13.8596491228%;
    width: 10.541727672%;
  }
}

.mv_watch {
  position: absolute;
  right: 28.5333333333%;
  bottom: 26.0700389105%;
  width: 8%;
  height: auto;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (min-width: 769px) {
  .mv_watch {
    right: 13.0307467057%;
    bottom: auto;
    top: 40.1754385965%;
    width: 4.0263543192%;
  }
}

.mv_shoes {
  display: none;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
@media screen and (min-width: 769px) {
  .mv_shoes {
    display: block;
    position: absolute;
    right: 3.6603221083%;
    bottom: 36.3157894737%;
    width: 7.7598828697%;
    height: auto;
  }
}

.mv_cosme {
  position: absolute;
  top: 13.2295719844%;
  right: 32.2666666667%;
  width: 18.9333333333%;
  height: auto;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@media screen and (min-width: 769px) {
  .mv_cosme {
    top: auto;
    bottom: 11.5789473684%;
    right: 4.0263543192%;
    width: 9.5900439239%;
  }
}

#map_area {
  padding: 55px 0 25px;
}
@media screen and (min-width: 769px) {
  #map_area {
    padding: 72PX 0;
  }
}
#map_area .tap {
  text-align: center;
  padding-right: 30px;
}
@media screen and (min-width: 769px) {
  #map_area .tap {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#map_area .tap span {
  position: relative;
}
#map_area .tap span::after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--color-black);
  top: 50%;
  translate: 0 -40%;
  right: -30px;
}
@media screen and (min-width: 769px) {
  #map_area .tap span::after {
    right: -25px;
  }
}
#map_area .map_wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  #map_area .map_wrap {
    max-width: 1000px;
    margin-inline: auto;
    border-radius: 30px;
  }
}
#map_area .map_wrap .zoom_btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  #map_area .map_wrap .zoom_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 22px;
    bottom: 20px;
  }
}
#map_area .map_wrap .zoom_btn #zoom-out, #map_area .map_wrap .zoom_btn #zoom-in {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  font-family: var(--font-family-noto);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #map_area .map_wrap .zoom_btn #zoom-out, #map_area .map_wrap .zoom_btn #zoom-in {
    width: 54px;
    height: 54px;
  }
}
#map_area .map_wrap .zoom_btn #zoom-in {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #map_area .map_wrap .zoom_btn #zoom-in {
    font-size: 25px;
  }
}
#map_area .map_wrap .zoom_btn #zoom-out {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  #map_area .map_wrap .zoom_btn #zoom-out {
    font-size: 26px;
  }
}
#map_area .map_wrap #draggable {
  position: relative;
}
#map_area .map_wrap svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#map_area .map_wrap svg .area_mark {
  opacity: 0;
  color: #fff;
}
#map_area .map_wrap svg a:hover {
  opacity: 0.5;
}
#map_area .map_wrap svg a:hover .area_mark {
  opacity: 0.5;
  color: #fff;
}
#map_area .anchor {
  margin-bottom: 28px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #map_area .anchor {
    margin-bottom: 44px;
  }
}
#map_area .anchor::before {
  content: "";
  position: absolute;
  background: url(../img/circle_sp.webp) no-repeat center/contain;
  width: 234px;
  height: 74px;
  top: -68px;
  left: 10px;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #map_area .anchor::before {
    background: url(../img/circle_pc.webp) no-repeat center/contain;
    width: 526px;
    height: 243px;
    top: -88px;
    left: 50%;
    translate: -50%;
  }
}
#map_area .anchor_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
@media screen and (min-width: 769px) {
  #map_area .anchor_box {
    max-width: 666px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 16px;
    margin: 0 auto;
  }
}
#map_area .anchor_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  border-radius: 20px;
  border: 3px solid #fff;
  -webkit-box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#map_area .anchor_btn span {
  padding-right: 2em;
}
#map_area .anchor_btn::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  top: 50%;
  right: 13px;
  translate: 0 -50%;
}
#map_area .anchor_btn.btn_red {
  background-color: #F2243E;
}
#map_area .anchor_btn.btn_red::after {
  background: url(../img/arrow_wh_red.svg) no-repeat center/contain;
}
#map_area .anchor_btn.btn_red:hover {
  opacity: 1;
  color: #F2243E;
  border: 3px solid #F2243E;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#map_area .anchor_btn.btn_red:hover::after {
  background: url(../img/arrow_red.svg) no-repeat center/contain;
}
#map_area .anchor_btn.btn_blue {
  background-color: #06569C;
}
#map_area .anchor_btn.btn_blue::after {
  background: url(../img/arrow_wh_blue.svg) no-repeat center/contain;
}
#map_area .anchor_btn.btn_blue:hover {
  opacity: 1;
  color: #06569C;
  border: 3px solid #06569C;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#map_area .anchor_btn.btn_blue:hover::after {
  background: url(../img/arrow_blue.svg) no-repeat center/contain;
}
#map_area .kome_list {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  #map_area .kome_list {
    max-width: 556px;
    margin: 0 auto;
  }
}
#map_area .kome_list li {
  padding-left: 1.3em;
  position: relative;
}
#map_area .kome_list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.station {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .station {
    padding-bottom: 91px;
  }
}
.station::after {
  content: "";
  position: absolute;
  background: url(../img/nami_yellow.webp) repeat-x top/contain;
  width: 100%;
  height: 12px;
  bottom: 1px;
  left: 0;
  translate: 0 100%;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .station::after {
    height: 20px;
  }
}

@media screen and (min-width: 769px) {
  .station_container {
    max-width: 1166px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}

.station_tab {
  margin-top: 33px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}
@media screen and (min-width: 769px) {
  .station_tab {
    grid-template-columns: repeat(2, 335px);
    gap: 5px;
  }
}

.station_tab_btn {
  border: none;
  border-radius: 10px 10px 0 0;
  background-color: var(--color-gray);
  padding: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-white);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .station_tab_btn {
    font-size: 18px;
    border-radius: 15px 15px 0 0;
    min-height: 65px;
  }
}
.station_tab_btn.active {
  background-color: var(--color-skyblue);
}

.station_list {
  border-top: 4px solid var(--color-skyblue);
}

.station_list_contents {
  display: none;
}
.station_list_contents.js-show {
  display: block;
}

.station_items {
  background-color: var(--color-white);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-radius: 0 0 20px 20px;
  padding: 31px 22px 35px;
}
@media screen and (min-width: 769px) {
  .station_items {
    padding: 50px 63px;
    grid-template-columns: repeat(auto-fill, 150px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.station_link {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 50px;
  border: 2px solid var(--color-light-gray);
  border-radius: 8px;
  padding: 4px;
  font-weight: 500;
  font-size: 13px;
}
.station_link.is-small {
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .station_link {
    font-size: 18px;
    min-height: 65px;
  }
  .station_link.is-small {
    font-size: 16px;
  }
}

.shop {
  padding-top: 52px;
  padding-bottom: 42px;
}
@media screen and (min-width: 769px) {
  .shop {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}

.shop_title {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4210526316;
}
@media screen and (min-width: 769px) {
  .shop_title {
    font-size: 30px;
    line-height: 1.4666666667;
  }
}

.shop_station {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 10px;
  color: var(--color-light-black);
  font-size: 13px;
  padding: 3px 18px 4px;
  line-height: 1.4615384615;
  border-radius: 100vmax;
}
@media screen and (min-width: 769px) {
  .shop_station {
    margin-top: 23px;
    padding: 5px 23px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

@media screen and (min-width: 769px) {
  .shop_top {
    max-width: 1166px;
    padding-inline: 20px;
    margin-inline: auto;
    margin-top: 69px;
  }
}

@media screen and (min-width: 769px) {
  .shop_top_container {
    display: grid;
    grid-template-columns: 485fr 600fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.shop_main_img {
  margin-top: 25px;
  width: 100%;
  max-width: 485px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .shop_main_img {
    margin-top: 0;
  }
}
.shop_main_img img {
  width: 100%;
  height: auto;
}

.shop_recruit {
  margin-top: 31px;
  padding-inline: 23px;
}
@media screen and (min-width: 769px) {
  .shop_recruit {
    margin-top: 0px;
    padding-inline: 0;
  }
}

.shop_recruit_text {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .shop_recruit_text {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

a.shop_recruit_link {
  display: grid;
  place-items: center;
  height: 65px;
  width: 100%;
  max-width: 309px;
  margin-inline: auto;
  margin-top: 11px;
  border-radius: 100vmax;
  position: relative;
  padding-inline: 49px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: var(--color-white);
  line-height: 1.5;
  border: 2px solid var(--color-white);
  -webkit-box-shadow: 3px 3px 0 var(--color-light-gray);
          box-shadow: 3px 3px 0 var(--color-light-gray);
}
@media screen and (min-width: 769px) {
  a.shop_recruit_link {
    margin-top: 15px;
  }
}
a.shop_recruit_link:after {
  position: absolute;
  content: "";
  right: 17px;
  top: 50%;
  translate: 0 -50%;
  width: 32px;
  height: auto;
  aspect-ratio: 1;
}

.shop_category_wrap {
  margin-top: 33px;
}
@media screen and (min-width: 769px) {
  .shop_category_wrap {
    margin-top: 30px;
  }
}

.shop_category_title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .shop_category_title {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.shop_categories {
  margin-top: 23px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 10px;
}
@media screen and (min-width: 769px) {
  .shop_categories {
    margin-top: 15px;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 15px;
  }
}

.shop_category_link {
  text-align: center;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 60px;
  color: var(--color-light-black);
  background-color: var(--color-light-gray);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 4px;
}
@media screen and (min-width: 769px) {
  .shop_category_link {
    font-size: 16px;
    line-height: 1.5;
    min-height: 80px;
    font-weight: 700;
  }
}
@media (any-hover: hover) {
  .shop_category_link:hover {
    background-color: var(--color-gray);
    color: var(--color-white);
  }
}

.shop_merit {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .shop_merit {
    margin-top: 51px;
  }
}

.shop_merit_container {
  padding-inline: 20px;
}

.shop_merit_title {
  display: grid;
  gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .shop_merit_title {
    gap: 8px;
  }
}
.shop_merit_title h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .shop_merit_title h3 {
    font-size: 28px;
  }
}
.shop_merit_title p {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.shop_swiper-container {
  margin-top: 37px;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .shop_swiper-container {
    max-width: 966px;
  }
}
@media screen and (max-width: 1006px) {
  .shop_swiper-container {
    max-width: 634px;
  }
}
@media screen and (max-width: 704px) {
  .shop_swiper-container {
    max-width: 302px;
  }
}

.shop_swiper-wrapper {
  position: relative;
}

.shop_swiper-slide {
  width: 100%;
  max-width: 302px;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--color-white);
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .shop_swiper-slide {
    width: 302px;
  }
}

.shop_slide_img {
  width: 100%;
  height: auto;
  aspect-ratio: 301/179;
}
.shop_slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop_slide_content {
  padding: 24px 20px 26px 26px;
}

.shop_slide_title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4705882353;
  letter-spacing: 0.05em;
}

.shop_slide_text {
  margin-top: 15px;
  color: #505050;
  font-size: 17px;
  line-height: 1.7647058824;
  letter-spacing: 0.05em;
  padding-right: 6px;
  height: 100%;
}

.shop-swiper-button-prev {
  position: absolute;
  top: calc(48% - 29px);
  left: 0;
  translate: -50% 0;
  width: 41px;
  height: auto;
  aspect-ratio: 1;
  border: none;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .shop-swiper-button-prev {
    translate: -50% -50%;
  }
}
.shop-swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  aspect-ratio: 12/11;
  clip-path: polygon(0 50%, 100% 0px, 100% 100%);
  background-color: var(--color-white);
}

.shop-swiper-button-next {
  position: absolute;
  top: calc(48% - 29px);
  right: 0;
  translate: 50% 0;
  width: 41px;
  height: auto;
  aspect-ratio: 1;
  border: none;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .shop-swiper-button-next {
    translate: 50% -50%;
  }
}
.shop-swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  aspect-ratio: 12/11;
  clip-path: polygon(0 0%, 100% 50%, 0% 100%);
  background-color: var(--color-white);
}

.shop-swiper-pagination {
  margin-top: 23px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .shop-swiper-pagination {
    margin-top: 36px;
  }
}
.shop-swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background-color: #B2B2B2;
  opacity: 1;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
}

.shop.base_pink {
  background-color: var(--color-white);
}
.shop.base_pink .shop_station {
  background-color: var(--color-light-pink);
}
.shop.base_pink .shop_recruit_link {
  background-color: var(--color-pink);
}
.shop.base_pink .shop_recruit_link::after {
  background: url("../../common/img/icon_arrow_pink.svg") no-repeat center/contain;
}
.shop.base_pink .shop_swiper-slide {
  border: 3px solid var(--color-pink);
}
.shop.base_pink .shop-swiper-button-next,
.shop.base_pink .shop-swiper-button-prev {
  background-color: var(--color-arrow-pink);
}
.shop.base_pink .shop-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-pink);
}

.shop.base_purple {
  background-color: var(--color-bg-purple);
}
.shop.base_purple .shop_station {
  background-color: var(--color-light-purple);
}
.shop.base_purple .shop_recruit_link {
  background-color: var(--color-purple);
}
.shop.base_purple .shop_recruit_link::after {
  background: url("../../common/img/icon_arrow_purple.svg") no-repeat center/contain;
}
.shop.base_purple .shop_category_link:not(:hover) {
  background-color: var(--color-white);
}
.shop.base_purple .shop_swiper-slide {
  border: 3px solid var(--color-purple);
}
.shop.base_purple .shop-swiper-button-next,
.shop.base_purple .shop-swiper-button-prev {
  background-color: var(--color-arrow-purple);
}
.shop.base_purple .shop-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-purple);
}

.shop.base_orange {
  background-color: var(--color-white);
}
.shop.base_orange .shop_station {
  background-color: var(--color-light-orange);
}
.shop.base_orange .shop_recruit_link {
  background-color: var(--color-orange);
}
.shop.base_orange .shop_recruit_link::after {
  background: url("../../common/img/icon_arrow_orange.svg") no-repeat center/contain;
}
.shop.base_orange .shop_swiper-slide {
  border: 3px solid var(--color-orange);
}
.shop.base_orange .shop-swiper-button-next,
.shop.base_orange .shop-swiper-button-prev {
  background-color: var(--color-arrow-orange);
}
.shop.base_orange .shop-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-orange);
}

.shop.base_blue {
  background-color: var(--color-white);
}
.shop.base_blue .shop_station {
  background-color: var(--color-light-blue);
}
.shop.base_blue .shop_recruit_link {
  background-color: var(--color-blue);
}
.shop.base_blue .shop_recruit_link::after {
  background: url("../../common/img/icon_arrow_blue.svg") no-repeat center/contain;
}
.shop.base_blue .shop_swiper-slide {
  border: 3px solid var(--color-blue);
}
.shop.base_blue .shop-swiper-button-next,
.shop.base_blue .shop-swiper-button-prev {
  background-color: var(--color-arrow-blue);
}
.shop.base_blue .shop-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-blue);
}

.shop.base_purple_white {
  background-color: var(--color-white);
}
.shop.base_purple_white .shop_station {
  background-color: var(--color-light-purple);
}
.shop.base_purple_white .shop_recruit_link {
  background-color: var(--color-purple);
}
.shop.base_purple_white .shop_recruit_link::after {
  background: url("../../common/img/icon_arrow_purple.svg") no-repeat center/contain;
}
.shop.base_purple_white .shop_swiper-slide {
  border: 3px solid var(--color-purple);
}
.shop.base_purple_white .shop-swiper-button-next,
.shop.base_purple_white .shop-swiper-button-prev {
  background-color: var(--color-arrow-purple);
}
.shop.base_purple_white .shop-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-purple);
}

.shop.base_red {
  background-color: var(--color-white);
}
.shop.base_red .shop_station {
  background-color: var(--color-light-red);
}
.shop.base_red .shop_recruit_link {
  background-color: var(--color-red);
}
.shop.base_red .shop_recruit_link::after {
  background: url("../../common/img/icon_arrow_red.svg") no-repeat center/contain;
}
.shop.base_red .shop_swiper-slide {
  border: 3px solid var(--color-red);
}
.shop.base_red .shop-swiper-button-next,
.shop.base_red .shop-swiper-button-prev {
  background-color: var(--color-arrow-red);
}
.shop.base_red .shop-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-red);
}

.shop.base_ochre {
  background-color: var(--color-bg-ochre);
}
.shop.base_ochre .shop_station {
  background-color: var(--color-light-ochre);
}
.shop.base_ochre .shop_recruit_link {
  background-color: var(--color-ochre);
}
.shop.base_ochre .shop_recruit_link::after {
  background: url("../../common/img/icon_arrow_ochre.svg") no-repeat center/contain;
}
.shop.base_ochre .shop_category_link:not(:hover) {
  background-color: var(--color-white);
}
.shop.base_ochre .shop_swiper-slide {
  border: 3px solid var(--color-ochre);
}
.shop.base_ochre .shop-swiper-button-next,
.shop.base_ochre .shop-swiper-button-prev {
  background-color: var(--color-arrow-ochre);
}
.shop.base_ochre .shop-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-ochre);
}

.shop.base_green_white {
  background-color: var(--color-white);
}
.shop.base_green_white .shop_station {
  background-color: var(--color-light-green);
}
.shop.base_green_white .shop_recruit_link {
  background-color: var(--color-green);
}
.shop.base_green_white .shop_recruit_link::after {
  background: url("../../common/img/icon_arrow_green.svg") no-repeat center/contain;
}
.shop.base_green_white .shop_swiper-slide {
  border: 3px solid var(--color-green);
}
.shop.base_green_white .shop-swiper-button-next,
.shop.base_green_white .shop-swiper-button-prev {
  background-color: var(--color-arrow-green);
}
.shop.base_green_white .shop-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-green);
}

.shop.base_green {
  background-color: var(--color-bg-green);
}
.shop.base_green .shop_station {
  background-color: var(--color-light-green);
}
.shop.base_green .shop_recruit_link {
  background-color: var(--color-green);
}
.shop.base_green .shop_recruit_link::after {
  background: url("../../common/img/icon_arrow_green.svg") no-repeat center/contain;
}
.shop.base_green .shop_category_link:not(:hover) {
  background-color: var(--color-white);
}
.shop.base_green .shop_swiper-slide {
  border: 3px solid var(--color-green);
}
.shop.base_green .shop-swiper-button-next,
.shop.base_green .shop-swiper-button-prev {
  background-color: var(--color-arrow-green);
}
.shop.base_green .shop-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-green);
}

/* ▼▼▼ フッター
===================================== */
footer {
  width: 100%;
  padding: 0 20px 68px;
  overflow: hidden;
  background-color: var(--color-bg-green);
}

#copyright {
  font-size: 13px;
  text-align: center;
}