.c-headerNavigation-infoItem {
    width: unset;
    font-size: 14px;
}
.pc-br {
    display: block;
}

/* shop
-------------------------------------------------------------- */
.d-shop {
  padding: 40px 0;
  background: url("/assets/design/images/top/bg_shop.jpg") center bottom/cover no-repeat;
}
.d-shop-heading {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 26px;
  text-align: center;
}
.d-shop-areaWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.d-shop-area {
  display: flex;
  flex-direction: column;
}
.d-shop-area-header {
  background: #4CACC4;
  padding: 10px 0;
  color: #FFF;
  font-size: 20px;
  text-align: center;
}
.d-shop-area-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #FFF;
  border: 1px solid #D9D9D9;
}
.d-shop-main {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #F9F8EE;
}
.d-shop-main-photo {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
}
.d-shop-main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d-shop-main-info {
  flex: 1;
}
.d-shop-main-company {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
}
.d-shop-main-name {
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.d-shop-main-address {
  font-size: 12px;
  line-height: 1.6;
}
.d-shop-sub-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 15px;
  padding: 20px;
}
.d-shop-sub-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.d-shop-sub-photo {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.d-shop-sub-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d-shop-sub-name {
  line-height: 1.3;
  font-size: 12px;
}

/* gallery
-------------------------------------------------------------- */
.d-gallery {
  display: flex;
  gap: 20px;
  padding: 120px 20px 60px;
  background: #FFF;
}
.d-gallery-item {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}
.d-gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

/* 
-------------------------------------------------------------- */
.c-company .c-button.c-button-tel {
  justify-content: center;
  padding: 0 10px;
  background: linear-gradient(180deg, #06C755 0%, #14A14E 100%);
  color: #FFF;
  line-height: 1.3;
  font-weight: bold;
  flex-direction: column;  
  gap: 0;
}
.c-button-tel div {
  display: flex;
  align-items: center;
}
.c-button-tel span {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .d-pickup-btnList {
    display: flex;
    justify-content: center;
  }
  .d-pickup .c-button {
    width: 100%;
    width: stretch;
  }
}

/* 
-------------------------------------------------------------- */
.d-news-list {
  gap: 0;
  border-top: 1px dashed #bdbdbd;
}
.d-news-item {
  position: relative;
  border-bottom: 1px dashed #bdbdbd;
  padding: 10px 0;
}
.d-news-item a {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  display: inline-flex;
}

.d-news-item a:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.2s linear;
}

.d-news-item a:hover:after {
  width: 100%;
  background: rgba(33, 33, 33, 0.1);
}
.d-news-item .d-news-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.d-news-list,
.c-section .c-bukken,
.c-bukken-list {
  position: relative;
}

/* 
--- not logged in blur effect ------------------------------- */
.not_loggedin {
  position: absolute;
  z-index: 99;
  left: 0px;
  bottom: 0px;
  display: flex;
  width: 100%;
  padding: 15px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(5px);
  overflow: hidden;
}
.c-bukken-list .not_loggedin {
  top: 35%;
}
.c-section .c-bukken .not_loggedin {
  top: 0%;
}
.d-news-list .not_loggedin {
  top: -5px;
}
.not_loggedin_text {
  color: #000;
  text-align: center;
  font-family: Meiryo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
.not_loggedin_btn {
  max-width: 283px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 60px;
  padding: 5px 7px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  border-radius: 5px;
  border: 1px solid #F27400;
  background: linear-gradient(180deg, #F27400 0%, #EE3B03 100%);
  color: #FFF;
  font-family: Meiryo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.d-strength-title {
  margin-bottom: 25px;
}
.d-strength-link {
  margin-top: 25px;
  margin-left: 25px;
  font-weight: bold;
  text-decoration: underline;
  color: white;
  align-self: center;
  & a {
    color: white;
  }
}

.side_bnr_area {
  margin-top: 8px;
}
.side_bnr_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
