﻿@charset "UTF-8";
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 591px) {
  .pc_only {
    display: none !important;
  }
}

/*-----------------------------------------------------

	lineup.css
	商品一覧・商品詳細CSS

------------------------------------------------------*/
/* !Lineup -------------------------------------------------------------- */
#list .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10.667vw 0;
  margin: 10.667vw 0;
}
#list .item-list > li {
  position: relative;
  width: 47%;
}
#list .item-list > li > a {
  display: block;
  background: rgba(255, 255, 255, 0.6);
}
#list .item-list > li figure {
  background: #fff;
  border: solid 1px #E6E0D5;
}
#list .item-list > li figure > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#list .item-list > li .list-detail {
  padding: 1em 0;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #list .item-list {
    gap: 45px 0;
    margin: 40px 0;
  }
  #list .item-list::after, #list .item-list::before {
    content: "";
    display: block;
    width: 24%;
    height: 1px;
  }
  #list .item-list::before {
    order: 1;
  }
  #list .item-list > li {
    width: 24%;
  }
  #list .item-list > li > a {
    position: relative;
    transition: 0.4s;
  }
  #list .item-list > li figure > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #list .item-list > li .list-detail {
    padding: 0.5em 0 1em;
    font-weight: 500;
  }
  #list .item-list > li[data-premium="1"]::before {
    left: 0.75em;
    bottom: 0;
    top: 0.75em;
    width: 110px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1101px) {
  #list .item-list::after, #list .item-list::before {
    width: 220px;
  }
  #list .item-list > li {
    width: 220px;
  }
}

@media screen and (min-width: 769px) {
  #item-info {
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  #item-info .l_container {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
}
#item-info .item-images {
  margin-bottom: 5.333vw;
}
@media screen and (min-width: 769px) {
  #item-info .item-images {
    width: 300px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 1101px) {
  #item-info .item-images {
    width: 360px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1101px) {
  #item-info .detail {
    width: 600px;
  }
}
#item-info .nav_item-images {
  margin: 0 -2vw;
}
#item-info .nav_item-images figure {
  margin: 2vw;
  border: solid 1px #E6E0D5;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #item-info .nav_item-images {
    margin: 0 -10px;
  }
  #item-info .nav_item-images figure {
    margin: 10px;
  }
}
@media screen and (min-width: 769px) {
  #item-info .page-title[data-premium="1"]::before {
    width: 110px;
    padding-top: 20px;
  }
}
#item-info .main-info {
  display: grid;
  grid-template-columns: 4em 1fr;
  grid-template-rows: repeat(auto, 1fr);
  grid-column-gap: 2em;
  grid-row-gap: 0.5em;
  margin: 5.333vw 0;
  font-size: 4.267vw;
}
#item-info .main-info dt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #item-info .main-info {
    margin: 30px 0;
    font-size: 16px;
  }
}
#item-info .sub-info {
  display: grid;
  grid-template-columns: 6.5em 1fr;
  grid-template-rows: repeat(auto, 1fr);
  grid-column-gap: 2em;
  grid-row-gap: 0.5em;
  padding: 5.333vw 0;
  border-top: solid 1px #8E8A81;
  font-size: 3.733vw;
}
#item-info .sub-info dt {
  font-weight: 500;
  color: #8E8A81;
}
@media screen and (min-width: 769px) {
  #item-info .sub-info {
    padding: 30px 0;
    font-size: 14px;
  }
}

#spec {
  margin-bottom: 5.333vw;
}
@media screen and (min-width: 769px) {
  #spec {
    margin-bottom: 30px;
  }
}
#spec .spec-list {
  background: #E6E0D5;
  padding: 2.777vw;
}
@media screen and (min-width: 769px) {
  #spec .spec-list {
    padding: 30px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1101px) {
  #spec .spec-list {
    padding: 30px 60px;
  }
}
@media screen and (min-width: 769px) {
  #spec .spec-list .wrap_spec-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
  }
}
#spec .spec-list .info-list {
  margin-bottom: 2.777vw;
  padding: 2.777vw;
  background: #fff;
  font-size: 3.733vw;
}
@media screen and (min-width: 769px) {
  #spec .spec-list .info-list {
    width: 48%;
    margin-bottom: 0;
    padding: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1101px) {
  #spec .spec-list .info-list {
    width: 420px;
  }
}
#spec .spec-list .info-list dl {
  display: grid;
  grid-template-columns: 4em 1fr;
  grid-template-rows: repeat(auto, 1fr);
  grid-column-gap: 1.75em;
  grid-row-gap: 0;
  padding: 1em 0;
  border-bottom: solid 1px #8E8A81;
}
#spec .spec-list .info-list dl:last-child {
  border-bottom: none;
}
#spec .spec-list .info-list dl dt {
  color: #8E8A81;
}
#spec .spec-list .ingredient-list {
  padding: 2.777vw;
  background: #fff;
  font-size: 3.733vw;
}
@media screen and (min-width: 769px) {
  #spec .spec-list .ingredient-list {
    width: 48%;
    margin-bottom: 0;
    padding: 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1101px) {
  #spec .spec-list .ingredient-list {
    width: 420px;
  }
}
#spec .spec-list .ingredient-list .unit {
  padding: 0 0 0.5em 0;
  border-bottom: solid 1px #8E8A81;
}
#spec .spec-list .ingredient-list dl {
  display: grid;
  grid-template-columns: 6.5em 1fr;
  grid-template-rows: repeat(auto, 1fr);
  grid-column-gap: 1.75em;
  grid-row-gap: 0.5em;
  padding: 1em 0;
  border-bottom: solid 1px #8E8A81;
}
#spec .spec-list .ingredient-list dl:last-child {
  border-bottom: none;
}
#spec .spec-list .ingredient-list dl dt {
  color: #8E8A81;
}

#allergy {
  margin-bottom: 12vw;
}
@media screen and (min-width: 769px) {
  #allergy {
    margin-bottom: 80px;
  }
}
#allergy .allergy-info {
  background: #E6E0D5;
  padding: 2.777vw;
}
@media screen and (min-width: 769px) {
  #allergy .allergy-info {
    padding: 30px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1101px) {
  #allergy .allergy-info {
    padding: 30px 60px;
  }
}
#allergy .allergy-info .table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(10, 1fr);
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  margin-block: 2.777vw;
  font-size: 3.733vw;
  letter-spacing: -0.02em;
}
#allergy .allergy-info .table > p {
  text-align: center;
  background: #fff;
  white-space: nowrap;
  padding: 0.75em 0;
}
#allergy .allergy-info .table > p[data-allergy="1"] {
  background: #8E8A81;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #allergy .allergy-info .table {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr);
    margin-block: 7px;
    padding: 0 0 30px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1101px) {
  #allergy .allergy-info .table {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}/*# sourceMappingURL=lineup.css.map */