/** @format */

.contents_body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  line-height: 1;
}

/* PC・SP共通 */
.clearfx:before,
.clearfx:after {
  content: "";
  display: table;
}

.clearfx:after {
  clear: both;
}

.contents_body img {
  width: 100%;
}

.ecFeatureContents .productNumber,
.ecFeatureContents .productName {
  font-weight: bold;
  color: #000;
}

.ecFeatureContents .productPrice {
  font-weight: bold;
  color: #b12704;
}

.ecFeatureContents .productGrid,
.ecFeatureContents .recommendedProducts {
  background-color: #d3e2ef;
}

.ecFeatureContents .imageLabel {
  color: #fff;
  background-color: #1f95b1;
  font-weight: bold;
}

.ecFeatureContents .productImage a img:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.ecFeatureContents .productBasicInfo a:hover,
.ecFeatureContents .recommendedProductName a:hover {
  text-decoration: underline;
}

.ecFeatureContents .productButton a {
  font-weight: bold;
  background-color: #197fc4;
  color: #fff;
  border: 3px solid #197fc4;
}

.ecFeatureContents .productButton a:hover {
  background-color: #fff;
  border: 3px solid #197fc4;
  color: #197fc4;
  transition: 0.2s;
}

.ecFeatureContents .productGridInner .productItem:nth-child(1) .productImage,
.ecFeatureContents .productGridInner .productItem:nth-child(6) .productImage,
.ecFeatureContents .productGridInner .productItem:nth-child(12) .productImage {
  position: relative;
}

.ecFeatureContents
  .productGridInner
  .productItem:nth-child(1)
  .productImage::before {
  background-image: url(/material/feature/suisansozai/icon_rainking_03@2x.png);
}

.ecFeatureContents
  .productGridInner
  .productItem:nth-child(6)
  .productImage::before {
  background-image: url(/material/feature/suisansozai/icon_rainking_02@2x.png);
}

.ecFeatureContents
  .productGridInner
  .productItem:nth-child(12)
  .productImage::before {
  background-image: url(/material/feature/suisansozai/icon_rainking_01@2x.png);
}

/* PC */
@media screen and (min-width: 964px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }

  .ecFeatureContents .osechitanpinMainimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: url(/material/feature/suisansozai/pc_mainimg_bg@2x.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .ecFeatureContents .osechitanpinMainimg picture {
    width: 99%;
    margin: 0 auto;
    display: block;
    padding-top: 0.3vw;
  }

  .ecFeatureContents .osechitanpinMainimg picture img {
    padding-right: 6vw;
    padding-bottom: 4vw;
  }

  .ecFeatureContents .productGrid {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-bottom: 4vw;
  }

  .ecFeatureContents .productGrid::before {
    content: "";
    display: block;
    position: absolute;
    top: -6vw;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/material/feature/suisansozai/pc_topbgimg_01@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .ecFeatureContents .productGridTitle {
    width: 77%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .ecFeatureContents .productGridTitle picture {
    width: 100%;
    position: absolute;
    top: -7.5vw;
    left: -1vw;
  }

  .ecFeatureContents .productGridInner {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 5vw;
    position: relative;
    align-items: stretch;
    z-index: 2;
  }

  .ecFeatureContents .productGridNote {
    width: 75%;
    margin: 0 auto;
    font-size: max(0.64vw, 12px);
    text-align: left;
  }

  .ecFeatureContents .productItem {
    width: 18.8%;
    margin-bottom: 1.15vw;
    background-color: #fff;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
  }

  .ecFeatureContents
    .productGridInner
    .productItem:nth-child(1)
    .productImage::before,
  .ecFeatureContents
    .productGridInner
    .productItem:nth-child(6)
    .productImage::before,
  .ecFeatureContents
    .productGridInner
    .productItem:nth-child(12)
    .productImage::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.8vw;
    left: -0.3vw;
    width: 3.5vw;
    height: 3.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }

  .ecFeatureContents .productItem .productImage img {
    border-radius: 13px 13px 0 0;
    margin-bottom: -2px;
  }

  .ecFeatureContents .productInfo {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .ecFeatureContents .productItem .productBasicInfo {
    background-color: #fff;
    padding: 0.6vw 0.5vw 0.8vw 0.8vw;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .ecFeatureContents .productBasicInfo > a {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .ecFeatureContents .productItem .productLotSpec {
    background-color: #fdf4f1;
    border-radius: 0 0 13px 13px;
  }

  .ecFeatureContents .productNumber,
  .ecFeatureContents .productName,
  .ecFeatureContents .productPrice {
    line-height: 1.4;
  }

  .ecFeatureContents .productNumber,
  .ecFeatureContents .productName,
  .ecFeatureContents .productLot {
    line-height: 1.4;
    font-size: max(0.88vw, 15px);
  }

  .ecFeatureContents .productLot span {
    font-weight: bold;
  }

  .ecFeatureContents .productName {
    letter-spacing: -0.07em;
  }

  .ecFeatureContents .productPrice {
    line-height: 1.4;
    font-size: max(1vw, 16px);
    margin-top: auto;
  }

  .ecFeatureContents .productLotSpec {
    padding: 0.8vw;
  }

  .ecFeatureContents .productLot {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }

  .ecFeatureContents .productSpec {
    font-size: max(0.64vw, 12px);
    line-height: 1.5;
  }

  .ecFeatureContents .recommendedProductsTitle {
    width: 71%;
    margin: 0 auto 4.6vw;
  }

  .ecFeatureContents .recommendedProducts {
    padding-bottom: 6.5vw;
  }

  .ecFeatureContents .recommendedProductItem {
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 3.6vw 4vw 4.5vw;
  }

  .ecFeatureContents .productRibbon {
    width: 48%;
    margin: 0 auto 1.5vw;
    position: relative;
  }

  .ecFeatureContents .productRibbon img {
    position: absolute;
    top: -7vw;
  }

  .ecFeatureContents .recommendedProductName {
    margin-bottom: 1.5vw;
    font-weight: bold;
    text-align: center;
    font-size: min(2vw, 40px);
  }

  .ecFeatureContents .productImages {
    position: relative;
    display: flex;
    width: 93%;
    margin: 0 auto 1.5vw;
  }

  .ecFeatureContents .imageLabel {
    position: absolute;
    top: 0;
  }

  .ecFeatureContents .imageLabel {
    font-size: min(1.25vw, 24px);
    letter-spacing: 0.07em;
    padding: 0.5vw 0.7vw;
  }

  .ecFeatureContents .productDescription {
    width: 100%;
    margin: 0px auto 1.5vw;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: min(1.1vw, 20px);
  }

  .ecFeatureContents .productSpecCookingBlock {
    margin-top: -0.5vw;
  }

  .ecFeatureContents .productDetails {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.5vw;
  }

  .ecFeatureContents .productPriceLotBlock {
    background-color: #fdf4f1;
    text-align: center;
    padding: 1vw 1.8vw;
    border-radius: 10px;
    margin-right: 1.8vw;
  }

  .ecFeatureContents .productPriceInfo {
    color: #b12704;
    font-size: min(2vw, 28px);
    font-weight: bold;
    margin-bottom: 1vw;
  }

  .ecFeatureContents .productLotInfo {
    font-size: min(1.5vw, 17px);
    font-weight: bold;
  }

  .ecFeatureContents .productLotInfo span {
    font-size: min(1.7vw, 24px);
    font-weight: bold;
  }

  .ecFeatureContents .productSpecCookingBlock .productSpec {
    font-size: min(1.5vw, 17px);
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }

  .ecFeatureContents .productButton {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .ecFeatureContents .productButton a {
    font-size: min(1.8vw, 21px);
    letter-spacing: 0.05em;
    padding: 0.86vw 2.4vw;
    border-radius: 100px;
  }

  .ecFeatureContents .seasonRecommendedProducts {
    position: relative;
    z-index: 0;
    background-image: url(/material/feature/suisansozai/bg_img_01.jpg);
    background-size: initial;
  }

  .ecFeatureContents .seasonRecommendedProducts::before {
    content: "";
    display: block;
    position: absolute;
    top: -2vw;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/material/feature/suisansozai/pc_topbgimg_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .ecFeatureContents
    .seasonRecommendedProducts
    .seasonRecommendedProductsTitle {
    position: relative;
    z-index: 2;
    width: 36%;
    margin: 0 auto;
    padding-top: 4vw;
  }

  .ecFeatureContents .seasonRecommendedProducts .recommendedProductName {
    z-index: 2;
    position: relative;
  }

  .ecFeatureContents .seasonRecommendedProducts .recommendedProductItem {
    background-color: unset;
    position: relative;
    z-index: 1;
  }

  .ecFeatureContents .seasonRecommendedProducts .productPriceLotBlock {
    background-color: #fff;
  }

  .ecFeatureContents
    .seasonRecommendedProducts
    .recommendedProductItem:last-of-type {
    padding-top: 2vw;
  }
}

/* SP */
@media screen and (max-width: 963px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }

  .ecFeatureContents .productGrid {
    margin-top: -5px;
    padding-bottom: 6vw;
  }

  .ecFeatureContents .productGridInner {
    position: relative;
  }

  .ecFeatureContents .productGridTitle {
    width: 90%;
    margin: -20vw auto 0;
    padding-left: 20vw;
  }

  .ecFeatureContents .productGridInner {
    width: 89%;
    margin: -5vw auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ecFeatureContents .productItem {
    width: 48%;
    margin-bottom: 3.5vw;
    display: flex;
    flex-direction: column;
  }

  .ecFeatureContents .productImage {
    margin-bottom: -2px;
  }

  .ecFeatureContents .productImage img {
    border-radius: 6px 6px 0 0;
  }

  .productInfo {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .ecFeatureContents .productBasicInfo {
    background-color: #fff;
    padding: 10px;
    font-size: max(2.8vw, 14px);
    height: 24vw;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .ecFeatureContents .productBasicInfo > a {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .ecFeatureContents .productLotSpec {
    background-color: #fdf4f1;
    padding: 10px;
    border-radius: 0 0 6px 6px;
  }

  .ecFeatureContents .productNumber {
    margin-bottom: 2px;
  }

  .ecFeatureContents .productName {
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .ecFeatureContents .productLot {
    font-size: max(2.6vw, 12px);
    letter-spacing: -0.05em;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
    line-height: 1.3;
  }

  .ecFeatureContents .productSpec {
    font-size: max(2.5vw, 11px);
    letter-spacing: -0.05em;
    line-height: 1.3;
  }

  .ecFeatureContents .productLotSpec span {
    font-weight: bold;
  }

  .ecFeatureContents .productPrice {
    margin-top: auto;
  }

  .ecFeatureContents .productLot {
    margin-bottom: 5px;
  }

  .ecFeatureContents .productGridNote {
    font-size: max(2.5vw, 12px);
    width: 89%;
    margin: 0 auto;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }

  .ecFeatureContents .recommendedProductsTitle {
    width: 93%;
    margin: 0 auto 8vw;
  }

  .ecFeatureContents .recommendedProductItem {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    padding: 12vw 6.5vw 10vw;
  }

  .ecFeatureContents .recommendedProductItem .productRibbon {
    width: 85%;
    margin: 0 auto 1.5vw;
    position: absolute;
    top: -5vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .ecFeatureContents .recommendedProductName {
    text-align: center;
    font-size: max(5.15vw, 20px);
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 3.8vw;
  }

  .ecFeatureContents .recommendedProductItem .productImageBefore {
    position: relative;
    margin-bottom: -2px;
  }

  .ecFeatureContents .recommendedProductItem .productImageAfter {
    position: relative;
  }

  .ecFeatureContents .imageLabel {
    font-size: max(2.5vw, 15px);
    position: absolute;
    top: 0;
    padding: 1.4vw 2.3vw 1.3vw;
    letter-spacing: 0.09em;
  }

  .ecFeatureContents .recommendedProductItem .productImages {
    margin-bottom: 5vw;
  }

  .ecFeatureContents .recommendedProductItem .productDescription {
    font-size: max(3.5vw, 15px);
    line-height: 1.3;
    margin-bottom: 5vw;
    font-weight: bold;
  }

  .ecFeatureContents .productPriceLotBlock {
    width: 80%;
    margin: 0 auto 5vw;
    padding: 5vw;
    background-color: #fdf4f1;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
  }

  .ecFeatureContents .recommendedProductItem .productPriceInfo {
    font-size: max(6vw, 22px);
    color: #b12704;
    margin-bottom: 2vw;
  }

  .ecFeatureContents .recommendedProductItem .productLotInfo {
    font-size: max(3.5vw, 14px);
  }

  .ecFeatureContents .recommendedProductItem .productLotInfo span {
    font-size: max(5vw, 19px);
  }

  .ecFeatureContents .recommendedProductItem .productSpec,
  .ecFeatureContents .recommendedProductItem .productCooking {
    font-size: max(4vw, 15px);
  }

  .ecFeatureContents .recommendedProductItem .productSpec {
    margin-bottom: 5px;
    line-height: 1.5;
  }

  .ecFeatureContents .recommendedProductItem .productSpecCookingBlock {
    margin-bottom: 9vw;
    font-weight: bold;
  }

  .ecFeatureContents .productButton {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .ecFeatureContents .productButton a {
    font-size: max(3.5vw, 17px);
    letter-spacing: 0.05em;
    padding: 3.5vw 8vw;
    border-radius: 100px;
  }

  .ecFeatureContents .seasonRecommendedProducts {
    position: relative;
    z-index: 0;
    background-image: url(/material/feature/suisansozai/bg_img_01.jpg);
    background-size: initial;
    padding-bottom: 10vw;
  }

  .ecFeatureContents .seasonRecommendedProducts::before {
    content: "";
    display: block;
    position: absolute;
    top: -2vw;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(/material/feature/suisansozai/sp_mainimg_bg_1@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .ecFeatureContents .recommendedProducts {
    padding-bottom: 10vw;
  }

  .ecFeatureContents
    .seasonRecommendedProducts
    .seasonRecommendedProductsTitle {
    position: relative;
    z-index: 2;
    width: 70%;
    margin: 0 auto;
    padding-top: 9vw;
  }

  .ecFeatureContents .seasonRecommendedProducts .recommendedProductItem {
    background-color: unset;
    padding-top: 3vw;
  }

  .ecFeatureContents .seasonRecommendedProducts .productPriceLotBlock {
    background-color: #fff;
  }

  .ecFeatureContents
    .productGridInner
    .productItem:nth-child(1)
    .productImage::before,
  .ecFeatureContents
    .productGridInner
    .productItem:nth-child(6)
    .productImage::before,
  .ecFeatureContents
    .productGridInner
    .productItem:nth-child(12)
    .productImage::before {
    content: "";
    display: block;
    position: absolute;
    top: -3vw;
    left: -1.4vw;
    width: 11.5vw;
    height: 11.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
}
