/* =========================================================
parts
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&family=Noto+Sans+JP:wght@400;700&display=swap");
/* =========================================================
body
========================================================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1D1D1D;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  word-break: break-word;
  font-feature-settings: "palt";
}

input, textarea, select {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

*:before, *:after {
  display: block;
}

img {
  width: 100%;
}

svg {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

@media (min-width: 768px) {
  button {
    cursor: pointer;
  }
}
.pc-br {
  display: none;
}

@media (min-width: 768px) {
  .pc-br {
    display: inline;
  }
}
@media (min-width: 768px) {
  .sp-br {
    display: none;
  }
}
.pc-disp {
  display: none;
}

@media (min-width: 768px) {
  .pc-disp {
    display: block;
  }
}
@media (min-width: 768px) {
  .sp-disp {
    display: none;
  }
}
@media (min-width: 768px) {
  .opacity-link {
    transition: opacity 0.2s ease;
  }

  .opacity-link:hover {
    opacity: 0.65;
  }
}
.txt-link {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .txt-link {
    text-decoration: underline;
  }

  .txt-link:hover {
    text-decoration: none;
  }
}
.wrapper {
  width: 100%;
  padding-top: 60px;
  min-width: 320px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .wrapper {
    padding-top: 70px;
  }
}
.main-cont {
  display: block;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .main-cont {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 100px;
  }
}
/* =========================================================
common layout
========================================================= */
/*------------------------------------------
button
------------------------------------------*/
.cmn-btn01 a, .cmn-btn01 button {
  display: block;
  width: 100%;
  padding: 14px 10px 16px;
  border: 1px solid #1D1D1D;
  font-size: 13px;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (min-width: 768px) {
  .cmn-btn01 a, .cmn-btn01 button {
    padding: 10px;
  }
}
.cmn-btn01.arrow01 a, .cmn-btn01.arrow01 button {
  position: relative;
}

.cmn-btn01.arrow01 a:after, .cmn-btn01.arrow01 button:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #1D1D1D;
  border-right: 2px solid #1D1D1D;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

/*------------------------------------------
list
------------------------------------------*/
.cmn-list01 {
  display: flex;
  flex-wrap: wrap;
}

.cmn-list01 .item {
  width: calc(50% - 10px);
  margin: 25px 20px 0 0;
}

@media (min-width: 768px) {
  .cmn-list01 .item {
    width: calc(33.33% - 20px);
    margin: 30px 30px 0 0;
  }
}
@media (min-width: 1025px) {
  .cmn-list01 .item {
    width: calc(25% - 22.5px);
  }
}
.cmn-list01 .item:nth-child(-n+2) {
  margin-top: 0;
}

@media (min-width: 768px) {
  .cmn-list01 .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .cmn-list01 .item:nth-child(-n+4) {
    margin-top: 0;
  }
}
.cmn-list01 .item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .cmn-list01 .item:nth-child(2n) {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .cmn-list01 .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .cmn-list01 .item:nth-child(3n) {
    margin-right: 30px;
  }
}
@media (min-width: 1025px) {
  .cmn-list01 .item:nth-child(4n) {
    margin-right: 0;
  }
}
.cmn-list01 .item a {
  display: block;
}

.cmn-list01 .img {
  position: relative;
}

.cmn-list01 .ico-cart {
  width: 36px;
  height: 36px;
  background: #5B0D3D;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.cmn-list01 .ico-cart img {
  width: 22px;
}

.cmn-list01 .summary {
  margin: 12px auto 0;
}

.cmn-list01 .date {
  font-family: "Inter", sans-serif;
  color: #838383;
  font-size: 12px;
  line-height: 1.1666666667;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.cmn-list01 .txt01 {
  max-height: 40px;
  margin: 5px auto 0;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cmn-list01 .txt02 {
  margin: 5px auto 0;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}

/*------------------------------------------
pager
------------------------------------------*/
.pager-block01 {
  max-width: 280px;
  margin: 60px auto 0;
  padding: 0 60px;
  position: relative;
}

@media (max-width: 374px) {
  .pager-block01 {
    padding: 0 45px;
  }
}
.pager-block01 a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .pager-block01 a {
    width: 24px;
    height: 24px;
  }
}
.pager-block01 .btn {
  position: absolute;
  top: 0;
}

.pager-block01 .btn a:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #1D1D1D;
  border-left: 2px solid #1D1D1D;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .pager-block01 .btn a:before {
    width: 9px;
    height: 9px;
  }
}
.pager-block01 .btn.prev {
  left: 0;
}

.pager-block01 .btn.next {
  right: 0;
}

.pager-block01 .btn.next a {
  transform: scale(-1, -1);
}

.pager-block01 .num-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager-block01 .num-list .num {
  margin: 0 15px 0 0;
}

@media (min-width: 768px) {
  .pager-block01 .num-list .num {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 374px) {
  .pager-block01 .num-list .num {
    margin: 0 5px 0 0;
  }
}
.pager-block01 .num-list .num:last-child {
  margin-right: 0;
}

.pager-block01 .num-list a {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.pager-block01 .num-list .current a {
  background: #1D1D1D;
  color: #fff;
  pointer-events: none;
}

.pager-block02 {
  position: relative;
  display: flex;
  justify-content: center;
  position: relative;
}

@media (min-width: 768px) {
  .pager-block02 {
    max-width: 253px;
  }
}
.pager-block02 .btn {
  position: absolute;
  top: 0;
}

.pager-block02 .btn a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .pager-block02 .btn a {
    font-size: 13px;
  }
}
.pager-block02 .btn a:before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid #1D1D1D;
  border-left: 2px solid #1D1D1D;
  position: absolute;
  top: 0.4em;
}

@media (min-width: 768px) {
  .pager-block02 .btn a:before {
    width: 9px;
    height: 9px;
    top: 0.5em;
  }
}
.pager-block02 .btn.prev {
  left: 0;
}

.pager-block02 .btn.prev a {
  padding: 0 0 0 15px;
}

.pager-block02 .btn.prev a:before {
  left: 0;
  transform: rotate(-45deg);
}

.pager-block02 .btn.next {
  right: 0;
}

.pager-block02 .btn.next a {
  padding: 0 15px 0 0;
}

.pager-block02 .btn.next a:before {
  right: 0;
  transform: rotate(135deg);
}

.pager-block02 .center a {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .pager-block02 .center a {
    font-size: 13px;
  }
}
/*------------------------------------------
modal
------------------------------------------*/
.modal-block {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.modal-bg {
  width: 100%;
  height: 100%;
  background: rgba(47, 47, 47, 0.95);
  position: absolute;
  top: 0;
  left: 0;
}

.modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-search-block {
  width: 100vw;
  max-width: 600px;
  padding: 0 20px;
}

.modal-search-block .ttl {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.modal-search-block .input-wrap {
  margin: 26px auto 0;
  display: flex;
}

.modal-search-block .input {
  width: calc(100% - 70px);
}

.modal-search-block .input input {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  background: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.modal-search-block .input input::-moz-placeholder {
  color: #bbb;
}

.modal-search-block .input input:-ms-input-placeholder {
  color: #bbb;
}

.modal-search-block .input input::placeholder {
  color: #bbb;
}

.modal-search-block .input input:-ms-input-placeholder {
  color: #bbb;
}

.modal-search-block .input input::-ms-input-placeholder {
  color: #bbb;
}

@media (min-width: 768px) {
  .modal-search-block .input input {
    height: 50px;
    padding: 0 18px;
  }
}
.modal-search-block .submit {
  width: 60px;
  height: 60px;
  margin-left: 10px;
  background: #707070;
  position: relative;
}

@media (min-width: 768px) {
  .modal-search-block .submit {
    width: 50px;
    height: 50px;
  }
}
.modal-search-block .submit svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-search-block .submit input[type=submit] {
  width: 100%;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal-search-block .modal-close {
  display: block;
  margin: 33px auto 0;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.modal-search-block .modal-close .ico {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: bottom;
  position: relative;
  transform: rotate(45deg);
}

.modal-search-block .modal-close .ico:before, .modal-search-block .modal-close .ico:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-search-block .modal-close .ico:before {
  width: 14px;
  height: 1px;
}

.modal-search-block .modal-close .ico:after {
  width: 1px;
  height: 14px;
}

/*------------------------------------------
category navi
------------------------------------------*/
.category-list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .category-list {
    max-width: 940px;
    margin: 0 auto;
    justify-content: center;
  }
}
.category-item {
  width: calc(50% - 10px);
  margin: 0 20px 15px 0;
}

@media (min-width: 768px) {
  .category-item {
    width: auto;
    margin: 0 20px 20px 0;
  }
}
.category-item:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .category-item:nth-child(2n) {
    margin-right: 20px;
  }
}
.category-item a {
  height: 100%;
  padding: 9px 0 10px;
  background: #EFEFEF;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .category-item a {
    padding: 12px 40px 13px;
  }
}
.category-item span {
  text-align: center;
}

.category-item.current a {
  background: #1D1D1D;
  color: #fff;
}

/*------------------------------------------
no message
------------------------------------------*/
.no-msg {
  padding: 15px 0 45px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .no-msg {
    padding: 5px 0 45px;
  }
}
.no-msg + .cmn-btn01 {
  max-width: 200px;
  margin: 0 auto;
}

/*------------------------------------------
shop header
------------------------------------------*/
.shop-hd {
  padding: 30px 20px;
  position: relative;
}

.shop-hd:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #EFEFEF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (min-width: 768px) {
  .shop-hd {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .shop-hd-in {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
  }
}
.shop-hd .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  aspect-ratio: 1/1;
  background: #fff;
}

@media (min-width: 768px) {
  .shop-hd .logo {
    width: 200px;
    margin: 0px;
  }
}
.shop-hd .logo img {
  width: initial;
  max-width: 100%;
  max-height: 100%;
}

.shop-hd .detail {
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  .shop-hd .detail {
    width: calc(100% - 200px);
    margin: 0;
    padding: 0 0 50px 40px;
    position: relative;
  }
}
.shop-hd .info > * {
  display: inline;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.shop-hd .ctg {
  margin: 0 1.3em 0 0;
}

.shop-hd .floor {
  font-family: "Inter", sans-serif;
  position: relative;
}

.shop-hd .floor:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  margin: 0 1.6em 0 0;
  background: #1D1D1D;
  vertical-align: text-bottom;
}

.shop-hd .name {
  margin: 8px auto 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.shop-hd .cmn-btn01 {
  width: calc(100% - 60px);
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  .shop-hd .cmn-btn01 {
    width: 180px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .shop-hd .cmn-btn01 a {
    padding-left: 20px;
    text-align: left;
  }
}
/*------------------------------------------
archives link
------------------------------------------*/
.archives-list-block {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.archives-list-block .hd button {
  display: block;
  width: 100%;
  padding: 16px 10px 14px;
  border: 1px solid #1D1D1D;
  position: relative;
}

.archives-list-block .hd button:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #1D1D1D;
  border-bottom: 2px solid #1D1D1D;
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

.archives-list-block .list {
  display: none;
  width: 100%;
  background: #EFEFEF;
}

.archives-list-block .list a {
  display: block;
  width: 100%;
  padding: 16px 10px 14px;
  transition: background 0.2s ease;
}

@media (min-width: 768px) {
  .archives-list-block .list a:hover {
    background: #fff;
  }
}
/* =========================================================
common header
========================================================= */
.cmn-hd {
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

@media (min-width: 768px) {
  .cmn-hd {
    height: 70px;
  }
}
.cmn-hd .logo {
  width: 80px;
}

@media (min-width: 768px) {
  .cmn-hd .logo {
    width: 120px;
  }
}
.cmn-hd .logo a {
  display: block;
}

.cmn-hd .ttl {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .cmn-hd .ttl {
    font-size: 22px;
  }
}
.cmn-hd .search-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .cmn-hd .search-btn {
    width: 70px;
    height: 70px;
  }
}
.cmn-hd .search-btn svg {
  width: 24px;
  height: 24px;
  fill: #1D1D1D;
}

/* =========================================================
common footer
========================================================= */
.cmn-ft {
  padding: 60px 0 50px;
}

.cmn-ft .copyright {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}

.cmn-ft .copyright span {
  display: inline-block;
}

.pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

@media (min-width: 768px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}
.pagetop a {
  display: block;
  width: 36px;
  height: 36px;
  background: rgba(67, 67, 67, 0.4);
  border-radius: 50%;
  position: relative;
}

@media (min-width: 768px) {
  .pagetop a {
    width: 40px;
    height: 40px;
  }
}
.pagetop img {
  width: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* =========================================================
wyswyg
========================================================= */
.wysiwyg {
  word-break: break-all;
}

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

.wysiwyg a {
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.wysiwyg a:hover {
  opacity: 0.7;
}

.wysiwyg strong,
.wysiwyg b {
  font-weight: bold;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg table {
  width: 100% !important;
  border-collapse: collapse;
}

.wysiwyg table th,
.wysiwyg table td {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: left;
}

.wysiwyg table th {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrap {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .wysiwyg .table-wrap::-webkit-scrollbar {
    height: 15px;
  }

  .wysiwyg .table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .wysiwyg .table-wrap::-webkit-scrollbar-thumb {
    background: #bbb;
  }
}
.wysiwyg .video .wrap {
  width: 100%;
  padding-top: 56.25%;
  display: inline-block;
  position: relative;
}

.wysiwyg .video .wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=../css/maps/common.css.map */
