/* ---------------------------------------
  BRAND&SHOP
-----------------------------------------*/
.contents {
  position: relative;
}
.contents::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(232, 232, 232, 0.8);
  position: absolute;
  left: calc(50% - 67rem);
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contents::before {
    left: 5rem;
  }
}

.side {
  width: 20.3rem;
  height: 100%;
  position: absolute;
  left: calc(50% - 60rem);
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .side {
    width: 100%;
    height: 25rem;
    position: relative;
    left: 0;
    top: 0;
    padding-top: 0;
    z-index: 10;
  }
}
.side .side_menu {
  position: sticky;
  top: 18rem;
  padding: 2rem;
  background-color: #C9CACA;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .side .side_menu {
    position: absolute;
    top: 0;
    padding: 2rem 8rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .side .side_menu.is-fixed {
    position: fixed;
    transition: top 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  .side .side_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.side .side_menu ul li {
  position: relative;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
  .side .side_menu ul li {
    min-width: 37%;
    font-size: 3rem;
    padding: 1.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .side .side_menu ul li:nth-child(1) {
    grid-column: span 2;
    width: 100%;
  }
}
.side .side_menu ul li:not(:first-child)::before {
  content: "";
  width: 4.7rem;
  height: 0.1rem;
  background-color: #414141;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .side .side_menu ul li:not(:first-child)::before {
    content: none;
  }
}
.side .side_menu ul li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .side .side_menu ul li a {
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  .side .side_menu ul li a:hover {
    opacity: 0.6;
  }
}

.sec_brand-shop::before, .sec_brand-shop::after {
  content: none;
}
.sec_brand-shop .brand-shop_header .wrap,
.sec_brand-shop .brand-shop_main .wrap {
  padding-left: 41.6rem;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_header .wrap,
  .sec_brand-shop .brand-shop_main .wrap {
    padding-left: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_header .inner,
  .sec_brand-shop .brand-shop_main .inner {
    display: block;
  }
}
.sec_brand-shop .brand-shop_header .inner .img,
.sec_brand-shop .brand-shop_main .inner .img {
  width: 36rem;
  height: 24rem;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_header .inner .img,
  .sec_brand-shop .brand-shop_main .inner .img {
    width: 100%;
    height: 42rem;
  }
}
.sec_brand-shop .brand-shop_header .inner .img img,
.sec_brand-shop .brand-shop_main .inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_brand-shop .brand-shop_header .inner .txt_wrap,
.sec_brand-shop .brand-shop_main .inner .txt_wrap {
  width: 48.6rem;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_header .inner .txt_wrap,
  .sec_brand-shop .brand-shop_main .inner .txt_wrap {
    width: 100%;
    margin-top: 6rem;
  }
}
.sec_brand-shop .brand-shop_header {
  padding: 8.2rem 0;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_header {
    padding: 15rem 0 13.5rem;
  }
}
.sec_brand-shop .brand-shop_header .inner {
  align-items: center;
}
.sec_brand-shop .brand-shop_header .inner .logo_img {
  display: flex;
  flex-direction: column;
  width: 36rem;
  min-height: 24rem;
  padding: 2rem 1.5rem;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_header .inner .logo_img {
    width: 100%;
    min-height: 42rem;
    padding: 2.5rem 1.5rem;
  }
}
.sec_brand-shop .brand-shop_header .inner .logo_img .logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_brand-shop .brand-shop_header .inner .logo_img .logo img {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_header .inner .logo_img .logo img {
    width: 42rem;
  }
}
.sec_brand-shop .brand-shop_header .inner .logo_img .txt {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_header .inner .logo_img .txt {
    font-size: 2.4rem;
  }
}
.sec_brand-shop .brand-shop_header .inner .txt_wrap * {
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
}
.sec_brand-shop .brand-shop_header .inner .txt_wrap .ttl {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_header .inner .txt_wrap .ttl {
    font-size: 3.6rem;
    letter-spacing: 0;
  }
}
.sec_brand-shop .brand-shop_header .inner .txt_wrap .txt {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  letter-spacing: 0.05em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_header .inner .txt_wrap .txt {
    font-size: 2.8rem;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 1.5em;
  }
}
.sec_brand-shop .brand-shop_main {
  padding-bottom: 12rem;
}
.sec_brand-shop .brand-shop_main .list .item {
  padding: 5rem 0 6rem;
  border-bottom: 1px solid #9C9D9D;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_main .list .item {
    padding: 7rem 0 8rem;
    border-width: 0.2rem;
  }
}
.sec_brand-shop .brand-shop_main .list .item:last-child {
  border-bottom: none;
}
.sec_brand-shop .brand-shop_main .list .item .ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_main .list .item .ttl {
    font-size: 3.6rem;
    letter-spacing: 0.03em;
    margin-bottom: 1em;
  }
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_main .list .item .txt_wrap {
    display: block;
    margin-top: 4.5rem;
  }
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap dl.info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap dl.info dt,
.sec_brand-shop .brand-shop_main .list .item .txt_wrap dl.info dd {
  line-height: 1.5625;
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap dl.info dt:not(:first-of-type),
.sec_brand-shop .brand-shop_main .list .item .txt_wrap dl.info dd:not(:first-of-type) {
  margin-top: 1rem;
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap dl.info dt {
  width: 10rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_main .list .item .txt_wrap dl.info dt {
    width: 13rem;
  }
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap dl.info dd {
  width: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_main .list .item .txt_wrap dl.info dd {
    width: calc(100% - 13rem);
  }
  .sec_brand-shop .brand-shop_main .list .item .txt_wrap dl.info dd:first-of-type {
    letter-spacing: -0.025em;
  }
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap {
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap {
    justify-content: space-between;
    margin-top: 2.5rem;
  }
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn a::before {
  background-color: #E8E8E8;
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn._map a {
  width: 17.3rem;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn._map a {
    width: 27.3rem;
  }
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn._instagram a {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn._instagram a {
    width: 27.3rem;
    padding-left: 3.3rem;
  }
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn .btn_txt {
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn .btn_txt {
    padding-left: 3.8rem;
  }
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn .btn_txt::before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn .btn_txt::before {
    width: 2.7rem;
    height: 2.7rem;
    top: -0.3rem;
  }
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn._map .btn_txt::before {
  background-image: url(../img/brand-shop/ico_map.svg);
  background-size: 1.3rem auto;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn._map .btn_txt::before {
    background-size: 2.1rem auto;
  }
}
.sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn._instagram .btn_txt::before {
  background-image: url(../img/brand-shop/ico_instagram.svg);
  background-size: 1.4rem auto;
}
@media screen and (max-width: 767px) {
  .sec_brand-shop .brand-shop_main .list .item .txt_wrap .btn_wrap .btn._instagram .btn_txt::before {
    background-size: 2.3rem auto;
  }
}