@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&family=Noto+Serif+JP:wght@500&display=swap");
/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: min(0.99vw,15px);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
  }
}

main {
  width: 100%;
  position: relative;
}

#contents {
  background: #f8f8f8;
  padding-top: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  #contents {
    padding-top: 19.53125vw;
  }
}

.inner {
  max-width: min(79.37vw,1200px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 4.16667vw;
  }
}

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a img:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  a img:hover {
    opacity: 1;
  }
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.mt0 {
  margin-top: 0 !important;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

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

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

.lineup {
  background: #fff;
  margin: min(0.99338vw,15px) 0 0;
  padding: min(3.31126vw,50px) min(1.98675vw,30px) min(3.97351vw,60px);
  border-radius: min(0.5298vw,8px);
}

@media screen and (max-width: 768px) {
  .lineup {
    margin: 3.90625vw 0 0;
    padding: 5.46875vw 3.90625vw 9.11458vw;
    border-radius: 1.5625vw;
  }
}

.lineup_ttl {
  font-size: min(1.59vw,24px);
  font-weight: 700;
  background-image: -webkit-linear-gradient(left, #67C467 0 30px, #e2e2e2 30px);
  background-image: -o-linear-gradient(left, #67C467 0 30px, #e2e2e2 30px);
  background-image: linear-gradient(90deg, #67C467 0 30px, #e2e2e2 30px);
  background-repeat: no-repeat;
  background-size: 100% 8%;
  background-position: bottom;
  display: inline-block;
  margin-bottom: min(2.65vw,40px);
  padding-bottom: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .lineup_ttl {
    font-size: 4.6875vw;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #67C467), color-stop(7.29167vw, #e2e2e2));
    background-image: -webkit-linear-gradient(left, #67C467 0 7.29167vw, #e2e2e2 7.29167vw);
    background-image: -o-linear-gradient(left, #67C467 0 7.29167vw, #e2e2e2 7.29167vw);
    background-image: linear-gradient(90deg, #67C467 0 7.29167vw, #e2e2e2 7.29167vw);
    margin-bottom: 5.20833vw;
    padding-bottom: 1.04167vw;
  }
}

.lineup_ttl span {
  font-size: min(0.86vw,13px);
  color: #2FA350;
  padding-left: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .lineup_ttl span {
    font-size: 2.86458vw;
    padding-left: 1.04167vw;
  }
}

.lineup_list {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  gap: min(2.65vw,40px) 2%;
}

@media screen and (max-width: 768px) {
  .lineup_list {
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    justify-content: space-between;
    gap: 7.29167vw 2%;
  }
}

.lineup_list li {
  width: 23.5%;
}

@media screen and (max-width: 768px) {
  .lineup_list li {
    width: 48%;
  }
}

.lineup_list li a .img {
  aspect-ratio: 4 / 3;
  border-radius: min(0.33vw,5px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .lineup_list li a .img {
    border-radius: 1.30208vw;
  }
}

.lineup_list li a .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lineup_list li a .cate {
  font-size: min(0.86vw,13px);
  color: #999;
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .lineup_list li a .cate {
    font-size: 2.86458vw;
    margin-top: 1.04167vw;
  }
}

.lineup_list li a .item_name {
  line-height: 1.3;
  padding-right: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .lineup_list li a .item_name {
    font-size: 3.125vw;
    padding-right: 2.08333vw;
  }
}

.lineup_list li a .price {
  font-size: min(1.19vw,18px);
  font-weight: 700;
  margin-top: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .lineup_list li a .price {
    font-size: 3.64583vw;
    margin-top: 1.04167vw;
  }
}

.lineup_list li a .price.change {
  display: inline-block;
  position: relative;
}

.lineup_list li a .price.change::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .lineup_list li a .price.change::before {
    height: 0.52083vw;
  }
}

.lineup_list li a .price span {
  font-size: min(0.79vw,12px);
}

@media screen and (max-width: 768px) {
  .lineup_list li a .price span {
    font-size: 2.60417vw;
  }
}

.lineup_list li a .sale {
  color: #FF4B4B;
  font-size: min(1.19vw,18px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .lineup_list li a .sale {
    font-size: 3.64583vw;
  }
}

.lineup_list li a .others {
  font-weight: 400;
  line-height: 1.4;
}

.lineup_list li a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .lineup_list li a:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.lineup .pagination li {
  color: #67C467;
}

.lineup .pagination li:first-child a span, .lineup .pagination li:last-child a span {
  vertical-align: text-bottom;
  font-size: min(1.0596vw,16px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .lineup .pagination li:first-child a span, .lineup .pagination li:last-child a span {
    font-size: 3.90625vw;
  }
}

@media screen and (max-width: 768px) {
  .lineup .pagination li {
    border-radius: 1.30208vw;
  }
}

.lineup .pagination li.active {
  color: #fff;
  background: #67C467;
  border: 1px solid #67C467;
}

@media screen and (max-width: 768px) {
  .lineup .pagination li.active {
    border: 0.26042vw solid #67C467;
  }
}
