@charset "UTF-8";
/*------------------------------------------------------------------------
// for Products Base Setting
  └ p-base
------------------------------------------------------------------------*/
main {
  padding-top: 40px;
  padding-bottom: 0;
}

@media screen and (min-width: 768px), print {
  main {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

/*------------------------------------------------------------------------
// for Products
  ├ p-productHeader
  ├ p-ornament  
  ├ p-rankingArea
  ├ p-ranking
  ├ p-productsArea
  ├ p-productsInfo
  ├ p-productsList
  ├ p-product
  ├ p-forBusinessArea
  └ p-products
------------------------------------------------------------------------*/
/* 商品紹介ヘッダーエリア
--------------------------------------------*/
.p-productHeader {
  position: relative;
}

.p-productHeader__lead {
  width: 56.25vw;
  margin: 0 auto;
  font-weight: 500;
  font-size: 3.4375vw;
  font-size: clamp(11px, 3.4375vw, 18px);
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .p-productHeader__lead {
    width: auto;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* 商品紹介ヘッダー 装飾画像
--------------------------------------------*/
.p-ornament {
  position: absolute;
}

.p-ornament01 {
  width: 15.625vw;
  height: 21.875vw;
  max-width: 100px;
  max-height: 140px;
  left: 3.125vw;
  top: 16.40625vw;
}

.p-ornament01.js-effect.a-scaleUp.aniOn {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.p-ornament02 {
  width: 15.9375vw;
  height: 8.4375vw;
  max-width: 102px;
  max-height: 54px;
  left: 3.125vw;
  top: 0;
}

.p-ornament02.js-effect.a-scaleUp.aniOn {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.p-ornament03 {
  width: 13.28125vw;
  height: 10.78125vw;
  max-width: 85px;
  max-height: 69px;
  right: 3.125vw;
  top: 0;
}

.p-ornament03.js-effect.a-scaleUp.aniOn {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.p-ornament04 {
  width: 13.75vw;
  height: 20.9375vw;
  max-width: 88px;
  max-height: 134px;
  right: 3.125vw;
  top: 16.40625vw;
}

.p-ornament04.js-effect.a-scaleUp.aniOn {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

@media screen and (min-width: 768px), print {
  .p-ornament01 {
    left: 0;
    top: 0;
  }
  .p-ornament02 {
    left: calc((206 / 960) * 100 * 1%);
    top: 20px;
  }
  .p-ornament03 {
    right: calc((206 / 960) * 100 * 1%);
    top: 20px;
  }
  .p-ornament04 {
    right: 0;
    top: 0;
  }
}

/* 人気ランキングエリア
--------------------------------------------*/
.p-rankingArea {
  margin-top: 60px;
  padding-top: 48px;
  padding-bottom: 80px;
  background: #824880 url(../img/products/bg_ranking.png);
}

.p-rankingArea__ttl {
  color: #ffffff;
  text-align: center;
  font-size: 5.3125vw;
  font-size: clamp(17px, 5.3125vw, 34px);
  letter-spacing: 0.1em;
}

.p-rankingArea__ttl::before, .p-rankingArea__ttl::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  background: url(../img/ico_crown.svg) 0 0/contain no-repeat;
}

.p-rankingArea__ttl::before {
  margin-right: 0.3em;
}

.p-rankingArea__ttl::after {
  margin-left: 0.3em;
}

@media screen and (min-width: 768px), print {
  .p-rankingArea {
    padding-top: 74px;
    padding-bottom: 90px;
  }
  .p-rankingArea__ttl {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

/* ランキング商品
--------------------------------------------*/
.p-ranking {
  margin-top: 30px;
  padding: 15px 15px 30px 15px;
  border-radius: 12px;
  background: #ffffff;
}

.p-ranking__btm {
  margin: 15px;
}

@media screen and (min-width: 768px), print {
  .p-ranking__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 30px;
  }
  .p-ranking__body .p-ranking__top,
  .p-ranking__body .p-ranking__btm {
    width: 48%;
  }
  .p-ranking__body .p-ranking__btm {
    margin: -80px 0 0 0;
  }
}

/*見出し*/
.p-ranking__ttl {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -0.2em;
  color: #824880;
  font-size: 5.3125vw;
  font-size: clamp(17px, 5.3125vw, 34px);
}

.p-ranking__ttl .u-fz__small {
  font-size: 0.7em !important;
}

.p-ranking__rank {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  width: 7.8125vw;
  height: 7.8125vw;
  max-width: 100px;
  max-height: 100px;
  min-width: 50px;
  min-height: 50px;
  margin-right: 10px;
}

/*写真・イラスト*/
.p-ranking__ph {
  position: relative;
}

.p-ranking__ph img {
  max-width: none;
  width: 100%;
}

.p-ranking__package {
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 23.4375vw;
  min-width: 75px;
  max-width: 150px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media screen and (min-width: 768px), print {
  .p-ranking__package {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

/*本文*/
.p-ranking__txt {
  margin-top: 15px;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .p-ranking__txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
}

/* 商品一覧エリア
--------------------------------------------*/
.p-productsArea {
  padding: 20px 0 40px;
}

@media screen and (min-width: 768px), print {
  .p-productsArea {
    padding: 60px 0 100px;
  }
}

/* 特定原材料情報
--------------------------------------------*/
.p-productsInfo {
  padding: 5px 15px;
  border-radius: 12px;
  border: 2px solid #824880;
  color: #824880;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 768px), print {
  .p-productsInfo {
    border-radius: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* 商品リスト
--------------------------------------------*/
.p-productsList {
  max-width: 1040px;
  margin: -20px auto 0;
}

.p-productsList__item {
  margin-top: 40px;
}

@media screen and (min-width: 641px), print {
  .p-productsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -30px auto 0;
  }
  .p-productsList::after {
    content: "";
    display: block;
    width: 47%;
  }
  .p-productsList__item {
    margin-top: 100px;
    width: 47%;
  }
}

@media screen and (min-width: 1080px), print {
  .p-productsList::after {
    content: "";
    display: block;
    width: 29.2307%;
  }
  .p-productsList__item {
    margin-top: 100px;
    width: 29.2307%;
  }
}

/* 商品カード
--------------------------------------------*/
.p-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*写真*/
.p-product__ph {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: auto;
  background: #E8E8E9;
}

.p-product__ph::before {
  content: "";
  display: block;
  padding-top: 70.8%;
}

.p-product__ph .front, .p-product__ph .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-product__ph .front img, .p-product__ph .back img {
  width: 100%;
  max-width: none;
}

.p-product__ph .back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.p-product__ph:hover .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.p-product__ph:hover .back {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

/*商品名*/
.p-product__ttl {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 15.625vw;
  max-height: 100px;
  margin-top: 20px;
  padding: 10px;
  border-bottom: 1px solid #824880;
  color: #493759;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-product__ttl .sub {
  display: block;
  font-size: 10px;
  font-size: 1rem;
}

.p-product__ttl rt {
  font-size: 0.5em;
}

@media screen and (min-width: 641px), print {
  .p-product__ttl {
    min-height: 130px;
    max-height: none;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-product__ttl .sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*商品名（業務用）*/
.p-product._forBiz .p-product__ttl {
  border-bottom: 0;
}

@media screen and (min-width: 641px), print {
  .p-product._forBiz .p-product__ttl {
    min-height: 0;
  }
}

/*商品テキスト*/
.p-product__txt {
  padding: 10px;
  line-height: 1.8;
}

@media screen and (min-width: 641px), print {
  .p-product__txt {
    min-height: 120px;
    padding: 15px 20px;
    line-height: 2;
  }
}

/*栄養成分表示*/
.p-product__info {
  padding: 10px;
  border-radius: 6px;
  background: #E9EAF5;
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (min-width: 641px), print {
  .p-product__info {
    padding: 10px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/* 業務用
--------------------------------------------*/
.p-forBusinessArea {
  padding: 20px 0 62.5vw;
  background: #F5F3DE;
}

@media screen and (min-width: 641px), print {
  .p-forBusinessArea {
    padding: 60px 0 100px;
  }
}

.p-forBusinessArea .l-container {
  position: relative;
}

/*リード文*/
.p-forBusinessArea__lead {
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .p-forBusinessArea__lead {
    text-align: center;
  }
}

/*メッセージ文*/
.p-forBusinessArea__msg {
  position: absolute;
  right: 0;
  bottom: -62.5vw;
  width: 86.40625vw;
}

@media screen and (min-width: 641px), print {
  .p-forBusinessArea__msg {
    width: 43.75vw;
    bottom: -100px;
  }
}

@media screen and (min-width: 1080px), print {
  .p-forBusinessArea__msg {
    width: 27.73438vw;
    max-width: 355px;
  }
}
