/* headerトップのみ仕様 */
.header__logo-link {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.active-logo {
  opacity: 1;
  visibility: visible;
}

/* MV */
#top-mv {
  width: 100%;
  position: relative;
}
.top-mv_wrap {
  width: 100%;
  position: relative;
}
.mv_img {
  width: 100%;
  aspect-ratio: 1366 / 640;
  object-fit: cover;
  max-height: 1000px;
  object-position: center bottom;
}
.mv_img_logo {
  width: 13%;
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  max-height:440px;
  min-height: 44%;
  object-fit: contain;
}
.mv_img_logo img{
  width: 100%;
}

.mv-news {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
}
.top-mv_news-wrap {
  max-width: 380px;
  min-width: 300px;
  width:31%;
  z-index: 1;
  padding: 40px 32px 55px;
  position: relative;
  transform: rotate(-3deg);
}
.top-mv_news-wrap a:hover {
  color: #636363;
}
.top-mv_news-ttl {
  font-size: 18px;
  margin-bottom: 12px;
}
.top-mv_news {
  font-size: 15px;
  display: flex;
  column-gap: 16px;
}
.top-mv_news-date {
  overflow-wrap: normal;
}
.top-mv_news-txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-mv_news-wrap::before {
 position: absolute;
  content: "";
  display: block;
  background-image: url(https://bolo-komeko.com/shop/assets/img/pin.webp);
  background-repeat: no-repeat;
  width: 20px;
  height: 27px;
  z-index: 2;
  background-size: contain;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
}
.top-mv_news-wrap::after {
 position: absolute;
  content: "";
  display: block;
  background-image: url(https://bolo-komeko.com/shop/assets/img/pencil_new.webp);
  background-repeat: no-repeat;
  width: 110px;
  height: 80px;
  z-index: 2;
  background-size: contain;
  right: -25px;
  bottom: -28px;
}

@media (max-width: 768px) {
  /* ~768px */
  .mv_img {
    width: 100%;
    aspect-ratio: 375 / 400;
  }
  .mv_img_logo {
    width: 32%;
    max-width: 180px;
    top: 60px;
  }
  .mv-news {
    bottom: -80px;
  }
  .top-mv_news-wrap {
    max-width: 380px;
    width: 100%;
    padding: 20px 20px 40px;
  }
  .top-mv_news-ttl {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .top-mv_news {
    font-size: 14px;
  }
  .top-mv_news-wrap::before {
    width: 15px;
    height: 20px;
    z-index: 2;
    background-size: contain;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
  }
  .top-mv_news-wrap::after {
    width: 80px;
    height: 57px;
    right: 0;
    bottom: -28px;
  }
}

/* //MV */

/* リードセクション */
#top-lead {
  padding: 230px 0 160px;
}
.top-lead_img-wrap {
  text-align: center;
}
.top-lead_img {
  display: inline-block;
  position: relative;
  width: 200px;
  margin: 0 auto
}
.lead_img1 {
  position: absolute;
  width: 180px;
  top: -65px;
  left: -85px;
}
.lead_img2 {
  width: 100%;
}
.main-lead {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  padding: 50px 0 60px;
}
.sub-lead {
  font-size: 15px;
  line-height: 2.4;
  text-align: center;
  padding-bottom: 80px;
}
.top-lead_img2 {
  display: inline-block;
  position: relative;
  width: 220px;
    padding-left: 15px;
}
.lead_img3 {
  width: 100%;
}

@media (max-width: 768px) {
  /* ~768px */
  #top-lead {
    padding: 160px 0 50px;
  }
  .top-lead_img {
  max-width: 200px;
    width: 40%;
}
  .lead_img1 {
    max-width: 180px;
    width: 90%;
    top: -117%;
  left: -44%;
  }
  .main-lead {
    font-size: 18px;
    padding: 40px 0;
  }
  .sub-lead {
    font-size: 14px;
    padding-bottom: 40px;
  }
  .top-lead_img2 {
    max-width: 220px;
    width: 52%;
    padding-left: 10px;
  }
}

/* リードセクション */

/* 画像slick */

.img-slide {
  width: 100%;
}
.slider {
  width: 100%;
}
.slider .slick-slide img {
  width: 100%;
  aspect-ratio: 10 / 7;
  object-fit: cover;
}
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

/* 画像slickここまで */

/* 商品一覧カテゴリー */

#top-product {
  margin: 200px 0 160px;
}
.item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item-list > label {
    order: -1;
    margin: 0 29px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
  position: relative;
}
.item-list > label:hover {
  color: #a4a4a4;
}
.item-list > label:before {
    position: absolute;
  content: "／";
  top: 0;
  left: -36px;
  pointer-events: none;
  color: #4d4d4d!Important;
}
.item-list > label:first-child::before {
  content: "";
}
.item-list input {
    display: none;
}
.item-list > div {
    display: none;
    width: 100%;
}
.item-list label:has(:checked) {
    color: #a4a4a4;
}
.item-list label:has(:checked) + div {
    display: block;
}
.list-wrap {
  margin-top : 120px;
}

@media (max-width: 768px) {
  /* ~768px */
  #top-product {
    margin: 85px 0 80px;
  }
  #top-product .wrapper-medium {
    width: 90%;
  }
  #top-product .page-title_center {
    margin-bottom: 50px;
  }
  .item-list {
    row-gap: 8px;
}
  .item-list > label {
    order: -1;
    margin: 0 13px;
    font-size: 15px;
  }
  .item-list > label:before {
    left: -20px;
  }
  .list-wrap {
    margin-top: 60px;
  }
}

/* 商品一覧カテゴリーここまで */

/* 商品一覧 */

.category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 7%;
  row-gap: 80px;
}
.list-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.item-img_wrap {
  margin-bottom: 24px;
  position: relative;
}
.item-img {
  width: 100%;
}
.item-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.item-img img:hover {
  filter: brightness(1.1);
  transition : 0.8s;
}
.item-img.soldout img{
  filter: brightness(0.8);
}
.item-img.soldout::after {
  content: "";
  display: inline-block;
  width: 36%;
  aspect-ratio: 1 / 1;
  background-image: url("https://bolo-komeko.com/shop/assets/img/soldout.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -7%;
  left: -7%;
  transform: rotate(-10deg);
}
.product-label {
  position: absolute;
  z-index: 1;
  width: 48%;
  top: -14%;
  right: 4px;
}
.item-name {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.item-price {
  font-size: 18px;
}
.item-price span {
  font-size: 15px;
}

/* 商品がないとき */
.list-item_none {
  grid-column-start: 1;
  grid-column-end: 5;
}
.list-item_none p {
  margin:120px auto;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 1280px) {
  /* ~1280px */
  .category-list {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 60px;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  .category-list {
    row-gap: 30px;
  }
  .item-img_wrap {
    margin-bottom: 8px;
  }
  .item-name {
    font-size: 15px;
    margin-bottom: 0;
  }
  .item-price {
    font-size: 16px;
    letter-spacing: 0.1;
  }
  .item-price span {
    font-size: 10px;
  }
  .item-img.soldout::after {
    bottom: -5px;
    left: -5px;
  }
}
@media (max-width: 480px) {
  /* ~480px */
   .category-list {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
  .product-label {
  top: -20px;
  right: 0;
}
  .list-item {
  text-align: left;
}
}

/* 商品一覧ここまで */

/* ガイドリンク */

.guid-link_flex {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 70px;
}
.guid-link {
  width: 45%;
  position: relative;
}
.guid-link_img {
  width: 100%;
  height: 140px;
  position: relative;
}
.guid-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.guid-img.guid-img1 {
  width: 85px;
  padding-top: 10px;
}
.guid-img.guid-img2 {
  width: 120px;
  padding-right: 20px;
}
.guid-link_txt {
  padding: 0 14% 30px;
  font-size: 15px;
  line-height: 1.8;
}
.guid-link_btn-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.guid-link1 {
  margin-bottom: 50px;
  transform: rotate(-3deg);
}
.guid-link2 {
  margin-top: 50px;
  transform: rotate(5deg);
}
.guid-link1::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(https://bolo-komeko.com/shop/assets/img/tape01.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 36px;
  z-index: 1;
  background-size: contain;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
}
.guid-link2::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(https://bolo-komeko.com/shop/assets/img/tape02.webp);
  background-repeat: no-repeat;
  width: 45px;
  height: 50px;
  z-index: 1;
  background-size: contain;
  right: -15px;
  top: -15px;
}
.guid-link2::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(https://bolo-komeko.com/shop/assets/img/tape03.webp);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  z-index: 1;
  background-size: contain;
  left: -15px;
  bottom: -12px;
}

@media (max-width: 768px) {
  /* ~768px */
  #top-guide .wrapper-small {
    width: 90%;
  }
  .guid-link_flex {
    flex-direction: column;
    padding: 60px 0 40px;
    row-gap: 50px;
  }
  .guid-link {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .guid-link_img {
    height: 100px;
  }
  .guid-img.guid-img1 {
    width: 65px;
  }
  .guid-img.guid-img2 {
    width: 94px;
    padding-right: 10px;
  }
  .guid-link1 {
    margin-bottom: 0;
  }
  .guid-link2 {
    margin-top: 0;
  }
  .guid-link_txt {
    padding: 0 10% 10px;
    font-size: 14px;
  }
  .guid-link_btn-wrap {
    margin-bottom: 30px;
  }
  .guid-link1::before {
    width: 40px;
    height: 30px;
    top: -15px;
  }
  .guid-link2::before {
    width: 40px;
    height: 45px;
    right: -7px;
    top: -7px;
  }
  .guid-link2::after {
    width: 40px;
    height: 40px;
    left: -7px;
    bottom: -7px;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  .guid-link_txt {
    padding: 0 6% 10px;
    font-size: 14px;
  }
}

/* ガイドリンクここまで */

/* お知らせ */
#top-news {
  padding: 200px 0;
}
.top-news_wrap {
  display: flex;
  column-gap: 12%;
}
.top-news_title {
  position: relative;
}
.top-news_title img {
  position: absolute;
  width: 150px;
  max-width: initial;
  top: 160px;
  left: -70px;
}
.top-news_list {
  width: 100%;
}

.news-link_btn-wrap {
  text-align: right;
  margin-top: 60px;
}
.top-news_list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.top-news_list ul li {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}
.top-news_list ul li a{
  width: 100%;
  display: flex;
  column-gap: 5%;
}
.top-news_news-ttl {
  width: 100%;
}
.top-news_date {
  overflow-wrap: normal;
}

@media (max-width: 980px) {
  /* ~980px */
  .top-news_title img {
    top: 180px;
    left: 0;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #top-news {
    padding: 75px 0 50px;
  }
  #top-news .page-title_tate {
    margin: 0 auto;
  }
  .top-news_title img {
    display: none;
  }
  .top-news_wrap {
    flex-direction: column;
    row-gap: 30px;
  }
  .top-news_list ul {
    gap: 16px;
    margin-top: 0;
  }
  .top-news_list ul li {
    font-size: 14px;
  }
  .news-link_btn-wrap {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  .top-news_list ul li a {
    flex-direction: column;
    row-gap: 3px;
  }
}

/* お知らせここまで */

/* 店舗写真 */
.shop-img {
  width: 100%;
}
.shop-img img {
  width: 100%;
  aspect-ratio: 1366 / 400;
  object-fit: cover;
  max-height: 600px;
}
@media (max-width: 768px) {
  /* ~768px */
  .shop-img img {
    aspect-ratio: 375 / 200;
  }
}
/* 店舗写真ここまで */

/* 商品一覧表示制限JS用 */
.list-item.is-hidden {
  display:none;
}
.list-btn {
    margin: 80px auto 0;
}
.list-btn.is-btn-hidden{
  display:none;
}
.list-btn button {
  display:block;
  position: relative;
  color:#4d4d4d;
    border: 1px solid #4d4d4d;
    cursor: pointer;
    outline: none;
    padding: 16px 28px 16px 0;
    width: 20%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.list-btn button:hover {
  opacity: 0.8;
}

.list-btn button::before,
.list-btn button::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 21%;
  width: 2px;
  height: 10px;
  background-color: #4d4d4d;
  transform-origin: 50% calc(100% - 1px);
}
.list-btn button::before {
  transform: rotate(45deg);
}
.list-btn button::after {
  transform: rotate(-45deg);
}
@media (max-width: 1280px) {
  /* ~1280px */
  .list-btn button {
    padding: 16px 28px 16px 0;
    width: 28%;
}
}
@media (max-width: 768px) {
  /* ~768px */
  .list-btn {
    margin: 40px auto 0;
}
   .list-btn button {
    width: 32%;
    font-size: 16px;
    padding: 10px 24px 10px 0;
}
  .list-btn button::before,
.list-btn button::after {
  top: 18px;
  height: 8px;
}
}
@media (max-width: 480px) {
  /* ~480px */
   .list-btn button {
    width: 100%;
    max-width: 200px;
    padding: 10px 24px 10px 0;
}
}
