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

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

a,
button {
  cursor: revert;
}

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

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

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::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;
  -webkit-user-select: auto;
}

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

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

body {
  margin: 0;
  color: #38291d;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background: url(../img/bg-fireworks@2x.png) no-repeat center 100vh/100%, -webkit-gradient(linear, left bottom, left top, from(rgb(81, 143, 182)), color-stop(50%, rgb(43, 76, 121)), to(rgb(27, 38, 80)));
  background: url(../img/bg-fireworks@2x.png) no-repeat center 100vh/100%, linear-gradient(0deg, rgb(81, 143, 182), rgb(43, 76, 121) 50%, rgb(27, 38, 80));
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #38291d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.inner {
  max-width: 1250px;
  margin: auto;
}

main .inner {
  max-width: 1300px;
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  main .inner {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-inline: 15px;
  }
}

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

.heading-primary {
  position: relative;
  margin: 0 0 50px;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  color: #38291d;
}
@media screen and (max-width: 768px) {
  .heading-primary {
    margin: 0 0 30px;
  }
}
.heading-primary-ja, .heading-primary-en {
  display: block;
  line-height: 0;
}
.heading-primary-ja {
  font-size: 54px;
}
@media screen and (max-width: 768px) {
  .heading-primary-ja {
    font-size: 24px;
    height: 35px;
  }
}
.heading-primary-en {
  font-size: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .heading-primary-en {
    font-size: 16px;
    height: 20px;
  }
}

.heading-secondary {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0.5em;
  font-weight: normal;
  font-family: ten-mincho-text, serif;
  color: #38291d;
  letter-spacing: 0.07em;
}
.heading-secondary::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #38291d;
  border-radius: 2px;
}

.shop-list {
  display: grid;
  grid: auto-flow 1fr/repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .shop-list {
    grid: auto-flow 1fr/repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .shop-list {
    grid: auto-flow 1fr/repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.shop-list-item {
  position: relative;
}
.shop-list-item .name {
  display: grid;
  place-items: center;
  height: 3em;
  margin-top: 0px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #4980c7;
}
@media screen and (max-width: 480px) {
  .shop-list-item .name {
    height: 2em;
    padding-inline: 8px;
  }
}
.shop-list-item .name img {
  height: 18px;
}
@media screen and (max-width: 480px) {
  .shop-list-item .name img {
    height: 10px;
  }
}
.shop-list-item .name.long img {
  height: 36px;
}
@media screen and (max-width: 480px) {
  .shop-list-item .name.long img {
    height: 18px;
  }
}
.shop-list-item .item {
  display: grid;
  place-items: center;
  height: 2.5em;
  margin-top: 10px;
  text-align: center;
  color: #0057ae;
}
@media screen and (max-width: 480px) {
  .shop-list-item .item {
    margin-top: 5px;
  }
}
.shop-list-item .item img {
  height: 21px;
}
@media screen and (max-width: 480px) {
  .shop-list-item .item img {
    height: 16px;
  }
}
.shop-list-item .item_row2 img {
  height: 46px;
}
@media screen and (max-width: 480px) {
  .shop-list-item .item_row2 img {
    height: 32px;
  }
}
.shop-list-item .item .small {
  font-size: 0.6em;
  line-height: 1;
}
.shop-list-item .price {
  display: grid;
  place-items: center;
  height: 2.5em;
  margin-top: 10px;
  font-weight: bold;
  color: #3f3d3c;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .shop-list-item .price {
    margin-top: 5px;
  }
}
.shop-list-item .price img {
  height: 20px;
}
@media screen and (max-width: 480px) {
  .shop-list-item .price img {
    height: 14px;
  }
}
.shop-list-item .price_row2 img {
  height: 46px;
}
@media screen and (max-width: 480px) {
  .shop-list-item .price_row2 img {
    height: 28px;
  }
}
.shop-list-item .price span {
  font-size: 1.8em;
}
.shop-list-item .image {
  text-align: center;
  line-height: 0;
}
.shop-list-item .image img {
  width: 100%;
}
.shop-list-item .bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.shop-list-item .floor {
  line-height: 1.8;
  padding-inline: 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #0057ae;
}
@media screen and (max-width: 480px) {
  .shop-list-item .floor {
    font-size: 10px;
  }
}
.shop-list-item a.btn {
  position: absolute;
  bottom: 3.2%;
  right: 4%;
  width: 52.4%;
  line-height: 0;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .shop-list-item a.btn {
    font-size: 10px;
  }
}
.shop-list-item a.btn .icon {
  line-height: 0;
}
@media screen and (max-width: 480px) {
  .shop-list-item a.btn .icon {
    width: 9px;
    height: 9px;
  }
}

.shop-block:last-child .shop-list {
  background: url(../img/bg-shoplist-column-01@2x.png) no-repeat right center/25% auto;
}
@media screen and (max-width: 768px) {
  .shop-block:last-child .shop-list {
    background: url(../img/bg-shoplist-column-01@2x.png) no-repeat right 95%/45% auto;
  }
}
.shop-block--wf .shop-list {
  background: url(../img/bg-shoplist-column-03@2x.png) no-repeat right 100%/70% auto;
}
@media screen and (max-width: 768px) {
  .shop-block--wf .shop-list {
    background: url(../img/bg-shoplist-column-01@2x.png) no-repeat right 95%/45% auto;
  }
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #38291d;
}
@media screen and (min-width: 769px) {
  .header > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header .logo-block {
    text-align: center;
  }
}
.header .logo-block .logo {
  margin: 0;
  line-height: 0;
}
.header .logo-block .logo a {
  display: inline-block;
}
.header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header-nav .nav-list {
    display: none;
  }
}
.header-nav .nav-list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.header-nav .nav-list-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
}
.header-nav .nav-list-item a {
  display: block;
  width: 100%;
  min-width: 210px;
  color: #fff;
  background: #38291d;
}
.header-nav .nav-list-item a .ja,
.header-nav .nav-list-item a .en {
  display: block;
}
.header-nav .nav-list-item a .ja {
  font-size: 18px;
  font-weight: bold;
}
.header-nav .nav-list-item a .en {
  font-size: 12px;
}
.header-nav .nav-list-item a:hover {
  background: #9c9286;
}
.header-nav .nav-list-item.current a {
  background: #9c9286;
}

.menu-btn {
  display: none;
  position: fixed;
  top: 15px;
  right: 10px;
  height: 44px;
  width: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1100;
  background: #38291d;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-btn span::before {
  bottom: 9px;
}
.menu-btn span::after {
  top: 9px;
}

#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-btn span {
  background: rgba(56, 41, 29, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu-btn-check:checked ~ .sp-nav {
  left: 0;
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #38291d;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
}
.sp-nav .inner {
  width: 100%;
}
.sp-nav .nav-list {
  text-align: center;
  margin: 0;
}
.sp-nav .nav-list-item a {
  display: block;
  width: 100%;
  line-height: 70px;
  font-size: 20px;
  color: #fff;
  background: #38291d;
}
@media screen and (max-width: 768px) {
  .sp-nav .nav-list-item a .ja {
    margin-right: 15px;
  }
}
.sp-nav .nav-list-item:not(:first-child) a:hover {
  background: #ead368;
}
.sp-nav .nav-list-item .logo svg {
  padding: 0 30px;
}

.footer {
  position: relative;
  padding-top: 25px;
  padding-bottom: 45px;
  color: #fff;
  background: #38291d;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    padding: 0 20px;
  }
}
.footer a {
  color: #3f3d3c;
}
.footer a:hover {
  background: #9c9286;
}
.footer .logo-block a {
  background: none;
}
.footer .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .footer .nav-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
  }
}
.footer .nav-list-item {
  position: relative;
}
.footer .nav-list-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
}
.footer .nav-list-item a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .footer .nav-list-item a {
    min-width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .footer .nav-list-item a img {
    height: 14px;
  }
}
.footer .copyright-block {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer .copyright-block {
    margin-top: 20px;
  }
}
.footer .copyright-block p {
  margin: 0;
}

#home .topview-block .inner {
  max-width: unset;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 55px 0 0;
}
#home .topview-block .inner p {
  width: 106%;
  margin: 0 -3%;
  text-align: center;
}
#home .banner-block {
  max-width: 970px;
  margin: 0 auto 30px;
  text-align: center;
}
#home .banner-block a {
  display: block;
  line-height: 0;
}
#home .banner-block a:hover {
  opacity: 0.7;
}
#home .news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 970px;
  margin: auto;
  background: #fff;
  border: #38291d 1px solid;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #home .news-block {
    display: block;
  }
}
#home .news-block-heading {
  margin: 0;
  line-height: 0;
  padding: 20px 50px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  #home .news-block-heading {
    padding: 15px 20px;
  }
}
#home .news-block .text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  #home .news-block .text-block {
    padding: 10px 20px;
    border-top: 1px solid #38291d;
  }
}
@media screen and (min-width: 769px) {
  #home .news-block .text-block {
    border-left: 1px solid #38291d;
  }
}
@media screen and (max-width: 768px) {
  #home .news-block .text-block {
    display: block;
    padding: 10px 20px;
    text-align: right;
  }
}
#home .news-block .text-block p {
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px dashed #ead368;
}
@media screen and (max-width: 768px) {
  #home .news-block .text-block p {
    font-size: 14px;
    text-align: left;
  }
}
#home .news-block .text-block p::before {
  content: "▶";
  margin-right: 10px;
}
#home .news-block .text-block .tag {
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  color: #3f3d3c;
  background: #38291d;
}
@media screen and (max-width: 768px) {
  #home .news-block .text-block .tag {
    font-size: 14px;
  }
}
#home .category-block {
  border: #ead368 2px solid;
}
#home .category-list {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  #home .category-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#home .category-list-item {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #home .category-list-item {
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  #home .category-list-item:nth-child(odd) {
    border-right: 2px solid #ead368;
  }
  #home .category-list-item:nth-child(1), #home .category-list-item:nth-child(2) {
    border-bottom: 2px solid #ead368;
  }
}
@media screen and (min-width: 769px) {
  #home .category-list-item:not(:last-child) {
    border-right: 2px solid #ead368;
  }
}
#home .category-list-item span {
  display: block;
}
#home .category-list-item .ja {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #home .category-list-item .ja svg {
    height: 18px;
  }
}
#home .category-list-item .en {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #home .category-list-item .en svg {
    height: 9px;
  }
  #home .category-list-item .en svg[height="13"] {
    height: 11px;
  }
}
#home .category-list-item path {
  fill: #ead368;
}
#home .category-list-item.current, #home .category-list-item:hover {
  position: relative;
  background: #ead368;
  color: #1b2650;
}
#home .category-list-item.current path, #home .category-list-item:hover path {
  fill: #1b2650;
}
#home .shop-block-wrapper:not(.show-all) .shop-block {
  display: none;
}
#home .shop-block-wrapper:not(.show-all) .shop-block.current {
  display: block;
}
#home .shop-block-wrapper .show-all .shop-block {
  display: block;
}
#home .heading-primary {
  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;
  margin: 40px 0;
  padding: 12px 0;
  text-align: center;
  font-weight: normal;
  color: #ead368;
}
@media screen and (max-width: 768px) {
  #home .heading-primary {
    margin-block: 20px;
  }
}
#home .heading-primary::before, #home .heading-primary::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  translate: 0 -50%;
  content: "";
  width: 30%;
  height: 20px;
  background: url(../img/bg-heading-primary@2x.png) no-repeat left center/100% auto;
}
@media screen and (max-width: 768px) {
  #home .heading-primary::before, #home .heading-primary::after {
    width: 15%;
  }
}
#home .heading-primary::before {
  left: 0;
}
#home .heading-primary::after {
  right: 0;
}
#home .heading-primary-ja, #home .heading-primary-en {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #home .heading-primary-ja img, #home .heading-primary-en img {
    width: auto;
    height: 100%;
  }
}
#home .heading-primary-ja {
  font-size: 28px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #home .heading-primary-ja {
    margin-right: 15px;
    width: auto;
    height: 24px;
    font-size: 24px;
  }
}
#home .heading-primary-en {
  font-size: 18px;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 768px) {
  #home .heading-primary-en {
    width: auto;
    font-size: 16px;
    margin-top: 0;
  }
  #home .heading-primary-en img {
    height: 13px;
  }
  #home .heading-primary-en img[height="22"] {
    height: 16px;
  }
}
#home .bg {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: url(../img/bg-pattern.webp) repeat center/50%;
}
#home .page-content-block::after {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 1383/313;
  background: url(../img/bg-people@2x.png) no-repeat center bottom/102%;
}
#home .page-content-block .inner {
  margin-bottom: 0;
}
#home .caution-block {
  margin-top: 3em;
  color: #fff;
  font-size: 16px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */