@charset "UTF-8";
/* ***************************************
font Setting
*************************************** */
/*----------------------------------------
breakpoint Setting
----------------------------------------*/
/*========================================
  全体設定
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap");
html,
body {
  width: 100%;
  /*height: 100%;*/
}

body {
  min-width: 320px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------
	フォントサイズ
----------------------------------------*/
html {
  font-size: 56.25%;
  /* 9px */
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    /* 10px */
  }
}
body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto;
}

/*----------------------------------------
	共通css
----------------------------------------*/
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

/*overflowで要素内をスクロールした時にiOSでスムーズにスクロールされない問題を解決*/
/*慣性スクロールにする*/
.inline_block {
  display: inline-block;
}

.text-css {
  line-break: strict;
}

@media screen and (min-width: 768px) {
  .css-pc-br::after {
    content: "\a";
    white-space: pre;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .css-sp-br::after {
    content: "\a";
    white-space: pre;
  }
  .sp_none {
    display: none;
  }
}
.obj-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /*IE用*/
}

.bold {
  font-weight: bold;
}

.font_size--068 {
  font-size: 0.68em;
}

.font_size--078 {
  font-size: 0.78em;
}

.font_size--088 {
  font-size: 0.88em;
}

.font_size--093 {
  font-size: 0.93em;
}

.font_size--11 {
  font-size: 1.1em;
}

.font_size--12 {
  font-size: 1.2em;
}

.font_size--13 {
  font-size: 1.3em;
}

.font_size--15 {
  font-size: 1.5em;
}

.font_size--18 {
  font-size: 1.8em;
}

.font_size--20 {
  font-size: 2em;
}

.wrapper {
  font-family: "Roboto Condensed", dnp-shuei-gothic-gin-std, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .wrapper {
    font-weight: 400;
  }
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #0d0d0d;
}

.breadcrumbs {
  font-size: 15px;
  letter-spacing: 0.03em;
  padding: 0.5rem 0.5em;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__item {
  position: relative;
  display: block;
  padding-right: 1.6rem;
  opacity: 0.7;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0;
  height: 1em;
  border-right: 1px solid;
  transform: rotate(30deg);
}
.breadcrumbs__item:last-child a {
  pointer-events: none;
  text-decoration: underline;
}

.footer {
  font-size: 1.5rem;
  font-weight: 400;
}
.footer__inner {
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
}
.footer__logo {
  width: 10rem;
  margin: 0 auto 0.3rem;
  padding: 0.1rem 0.3rem;
}
.footer__logo_inner {
  display: block;
}
.footer__copy {
  margin-top: 2.5rem;
  letter-spacing: 0.05em;
  opacity: 0.7;
}
.footer--area .footer__copy {
  margin-top: 0.3rem;
}
.footer__item {
  margin-bottom: 0.5rem;
}
.footer__item--shop_neme {
  font-size: 1.1em;
}
.footer__group_logo {
  width: 6rem;
  margin: auto;
}
.footer .shop {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.footer .shop__title {
  font-size: 1.05em;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 575px) {
  .footer .shop__list {
    padding: 0 0 0 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .footer .shop__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .shop__item {
  position: relative;
}
@media screen and (min-width: 576px) {
  .footer .shop__item:not(:last-child)::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px dotted;
    opacity: 0.7;
  }
}
@media screen and (max-width: 575px) {
  .footer .shop__item_inner {
    padding: 0.6rem 0;
    text-align: left;
    display: block;
  }
  .footer .shop__item_inner::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    opacity: 0.7;
    padding: 0 0.5rem 0 0.3rem;
  }
}
@media screen and (min-width: 576px) {
  .footer .shop__item_inner {
    padding: 0 1.2rem;
    display: inline-block;
  }
}

.page_top {
  position: fixed;
  bottom: -5rem;
  right: 0;
  transition: all 0.3s;
  z-index: 10;
}
.page_top.fixed {
  bottom: 0;
}
.page_top__inner {
  background-color: transparent;
  text-decoration: none;
  width: 5rem;
  height: 5rem;
  text-align: center;
  display: block;
  position: relative;
}
.page_top__inner::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  display: block;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
}
.page_top__inner:hover {
  opacity: 0.7;
}/*# sourceMappingURL=common.css.map */