/* =============================================================
    Shop
============================================================= */
#Contents {
  margin: 0;
}

.whole_wrap * {
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .1em;
}

.whole_wrap img {
  width: 100%;
}

.whole_wrap {
  background: var(--color-Bg-Primary);
}

.each_area {
  position: relative;
  padding: 8.5rem 0 8rem;
}

.each_area:not(.consignment-store_area)::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBD6B9;
  content: "";
}

.sec_inner {
  width: 90rem;
  margin: 0 auto;
}

.sec_ttl {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}

.sec_ttl::before,
.sec_ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBD6B9;
  box-sizing: border-box;
  content: "";
}

.sec_ttl::after {
  margin-bottom: .4rem;
}

.sec_ttl span {
  position: relative;
  display: block;
  padding-left: 5rem;
  font-weight: 400;
  font-size: 2.6rem;
  letter-spacing: .15em;
}

.sec_ttl span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4rem;
  height: 3.2rem;
  background: url(../Contents/ImagesPkg/common/ttl_point.svg) center center / cover no-repeat;
  content: "";
}

.whole_wrap .whole_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 6.5rem 20rem 10rem 7em;
}

.whole_wrap .main_ttl {
  position: sticky;
  top: 13rem;
  height: fit-content;
  margin: 0;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
}

.whole_wrap .main_ttl .txt_eng {
  display: block;
  margin-left: 2rem;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  color: var(--color-Txt-Tertiary);
}

.anchor-link {
  margin-bottom: 2rem;
}

.anchor-link ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 3rem;
}

.anchor-link ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--color-Key-Primary);
  height: 6rem;
  font-size: 1.5rem;
  letter-spacing: .2em;
}

.anchor-link ul li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
  width: 2.8rem;
  height: 2.8rem;
  mask-image: url(../Contents/ImagesPkg/common/menu_arrow_03.svg);  
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url(../Contents/ImagesPkg/common/menu_arrow_03.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  background: var(--color-Key-Primary);
  content: "";
}

.anchor-link ul li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  border: solid;
  border-width: 1px;
  border-color: var(--color-Key-Primary);
  width: 2.8rem;
  height: 2.8rem;
  content: "";
}

.shop_summary {
  margin: 3.5rem 0;
}

.shop_summary dt {
  margin-bottom: 3.5rem;
  font-size: 3rem;
  letter-spacing: .2em;
}

.shop_summary dd {
  font-size: 1.6rem;
  line-height: 2;
}

.shop_summary dd .notes {
  display: block;
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

.shop_dtl {
  border: solid;
  border-width: 1px;
  border-color: var(--color-Txt-Disable);
  width: 100%;
  margin-bottom: 3rem;
  background: var(--color-white);
}

.shop_dtl tr:nth-of-type(n+2) {
  border-top: solid;
  border-width: 1px;
  border-color: var(--color-Txt-Disable);
}

.shop_dtl tr td {
  padding: 2.4rem 3rem;
  font-size: 1.5rem;
}

.shop_dtl tr td:nth-of-type(1) {
  width: 24rem;
  background: #F4F4F4;
}

.shop_dtl tr td a {
  text-decoration: underline;
}

.shop_dtl tr td ul li {
  position: relative;
  padding-left: 2rem;
}

.shop_dtl tr td ul li:nth-of-type(n+2) {
  margin-top: 1.5rem;
}

.shop_dtl tr td ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: .5rem;
  height: .5rem;
  margin-left: .5rem;
  background: var(--color-Key-Primary);
  content: "";
}

.shop_map {
  position: relative;
  width: 50rem;
  height: 25rem;
  margin: 0 auto 3rem;
}

.shop_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(70%);
}

.link_onlineshop {
  width: fit-content;
  margin: 0 auto;
}

.link_onlineshop a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
  width: 35rem;
  height: 5rem;
  background: var(--color-Txt-Primary);
  font-size: 1.6rem;
  color: #fff;
}

.consignment-store_area .anchor-link {
  margin-bottom: 6.5rem
}

.each_consignment-store h4 {
  background: #DBD6B9;
  padding: 1.5rem 2rem;
  font-size: 2rem;
  letter-spacing: .15em;
  color: #524704;
}

.each_consignment-store ul li {
  padding: 3rem 0;
}

.consignment-store_area .each_consignment-store:nth-last-of-type(1) ul li:nth-last-of-type(1) {
  border-bottom: solid;
  border-width: 1px;
  border-color: #DBD6B9;
}

.each_consignment-store ul li:nth-of-type(n+2) {
  border-top: solid;
  border-width: 1px;
  border-color: #DBD6B9;
}

.each_consignment-store ul li > dl {
  display: flex;
  gap: 4.7rem;
}

.each_consignment-store ul li .store_name {
  width: 26rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.each_consignment-store ul li > dl > dd {
  flex: 1;
}

.each_consignment-store ul li > dl > dd > dl {
  display: flex;
  gap: 1.5rem;
}

.each_consignment-store ul li > dl > dd > dl:nth-of-type(n+2) {
  margin-top: 2.5rem;
}

.each_consignment-store ul li > dl > dd > dl > dt {
  width: 8rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.each_consignment-store ul li > dl > dd > dl > dd {
  font-size: 1.4rem;
  line-height: 1.5;
  flex: 1;
}

.each_consignment-store ul li > dl > dd > dl .store_map a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
  width: 20rem;
  height: 4rem;
  border: solid;
  border-width: 1px;
  border-color: #29201A;
  color: #29201A;
}

.each_consignment-store ul li > dl > dd > dl .store_map a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  margin-right: .8rem;
  mask-image: url(../Contents/ImagesPkg/common/menu_arrow_03.svg);  
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  -webkit-mask-image: url(../Contents/ImagesPkg/common/menu_arrow_03.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 100%;
  background: #29201A;
  content: "";
}

.consignment-store_area .link_onlineshop {
  margin-top: 8rem;
}


@media screen and  (max-width:768px) {
.only_pc {
  display: none;
}

.each_area {
  padding: 6rem 0;
}

.sec_inner {
  width: auto;
  padding: 0 2.5rem;
}

.sec_ttl {
  margin-bottom: 3rem;
  text-align: center;
}

.sec_ttl span {
  padding: 4rem 0 0 0;
  font-size: 2.4rem;
}

.sec_ttl span::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.whole_wrap .whole_inner {
  display: block;
  width: auto;
  padding: 4rem 0 6.5rem;
}

.whole_wrap .main_ttl {
  position: static;
  margin: 0 auto 4rem;
  font-size: 2.8rem;
  line-height: 1.7;
}
  
.whole_wrap .main_ttl .txt_eng {
  margin-left: 1.5rem;
  font-size: 1.4rem;
}

.anchor-link ul {
  display: block;
}

.anchor-link ul li {
  width: 100%;
}

.anchor-link ul li a {
  width: 100%;
}

.shop_summary {
  margin: 3rem 0 3.5rem;
}

.shop_summary dt {
  margin-bottom: 2.5rem;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: .15em;
}

.shop_summary dd .notes {
  margin-top: 2.5rem;
  font-size: 1.4rem;
}

.shop_dtl tr td {
  display: block;
  padding: 1.4rem 2rem;
  line-height: 1.5;
}

.shop_dtl tr td:nth-of-type(1) {
  width: auto;
}

.shop_dtl tr td ul li {
  line-height: 1.5;
}

.shop_dtl tr td ul li:nth-of-type(n+2) {
  margin-top: .7rem;
}

.shop_map {
  position: relative;
  width: auto;
  height: 16.3rem;
  margin: 0 auto 4rem;
}

.link_onlineshop {
  width: 100%;
}

.link_onlineshop a {
  border-radius: .2rem;
  width: 100%;
}

.consignment-store_area .anchor-link {
  margin-bottom: 5rem
}

.consignment-store_area .anchor-link ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.5rem;
}

.consignment-store_area .anchor-link ul li a {
  padding-left: 2.8rem;
}

.each_consignment-store ul li > dl {
  display: block;
}

.each_consignment-store ul li .store_name {
  width: auto;
  margin-bottom: 3rem;
}

.each_consignment-store ul li > dl > dd > dl {
  gap: 0;
}

.each_consignment-store ul li > dl > dd > dl:nth-of-type(n+2) {
  margin-top: 2rem;
}

.consignment-store_area .link_onlineshop {
  margin-top: 6rem;
}
}

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

@media screen and (max-width: 1400px) and (min-width:769px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}