.p-sub-category {
  margin: 30px 10px;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: .8em;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

/* ここから　　グループ紹介メイン */
.group_main_img {
  max-width: 1160px;
  width: 100%;
  margin: 100px auto 130px auto;
  font-family: Shippori Mincho B1;
}

.group_main_img img {
  margin-bottom: 50px;
}

.group_main_img p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 2.4px;
  width: 100%;
}

/* ここまで　グループ紹介メイン */


/* ここから　　グループ目次 */

.group_chapter {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto 120px auto;
  max-width: 1160px;
  padding: 50px 110px;
  font-family: Shippori Mincho B1;
}

.home_chapter {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto 120px auto;
  max-width: 1160px;
  padding: 50px 150px;
  font-family: Shippori Mincho B1;
}

.group_chapter h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 7.5px;
  margin: 0 auto 50px auto;
  max-width: 970px;
  width: 90%;
}

.group_chapter_flex a {
  max-width: 500px;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  margin: 3px 15px;
}

.group_chapter_flex a:hover {
  color: #FF153F;
  transition: 0.5s;
}

.group_chapter_flex ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  max-width: 970px;
}

.home_flex ul,
.gyomu_flex ul {
  justify-content: center;
}

.group_chapter_flex li {
  display: flex;
  align-items: center;
}

.group_chapter_flex p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2.25px;
}

.group_chapter_flex img {
  max-width: 25px;
}
/* ここまで　グループ目次 */


/* ここから　　各グループ */

/* ここから　　業務用・共通 */
.group_each {
  margin-bottom: 180px;
}

.group_product {
  margin-bottom: 100px;
}

.group_product_420px {
  max-width: 420px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.group_product_250px {
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.group_product_120px {
  max-width: 120px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.more_view_linkbutton a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.more_view_linkbutton a:hover {
  color: #FF153F;
  transition: 0.5s;
}

.more_view_linkbutton_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25.5px;
  border: 0.5px #FF153F solid;
  width: 200px;
  height: 45px;
  padding: 3px;
  margin: 40px auto 0 auto;
}

.more_view_linkbutton_flex p {
  letter-spacing: 2.4px;
  margin-right: 12px;
  line-height: 0;
  font-size: 16px;
  font-family: Shippori Mincho B1;
  font-weight: 700;
}

.more_view_linkbutton_flex img {
  width: 5px;
}

/* ここまで　業務用・共通 */


/* ここから　　ご家庭用 */
.group_product_75px {
  max-width: 75px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.group_product_162px {
  max-width: 162px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.group_product_142px {
  max-width: 142px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.group_product_228px {
  max-width: 228px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.group_product_184px {
  max-width: 184px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.group_product_382px {
  max-width: 382px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.group_product_272px {
  max-width: 272px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.group_product_107px {
  max-width: 107px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

/* ここまで　　ご家庭用 */

/* ここまで　各グループ */


/* ここから　　グループページ遷移ボタン */
.group_transition {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}

.group_transition_button {
  text-align: center;
  width: 240px;
  height: 65px;
  border-radius: 37px;
  border: 0.5px #FF153F solid;
  padding: 3px;
  margin: 0 40px 0 0;
}

.group_transition_button:last-child {
  margin: 0
}

.group_transition_button:hover {
  background-color: #FF153F;
  transition: 0.5s;
  color: #ffffff;
}

.group_transition_button a {
  text-decoration: none;
  color: inherit;
}

.group_transition_button p {
  font-size: 18px;
  font-family: Shippori Mincho B1;
  font-weight: 500;
  letter-spacing: 9px;
  margin: 0;
  line-height: 65px;
}

.group_transition_button_selected {
  background-color: #FF153F;
  color: #ffffff;
}

/* ここまで　　グループページ遷移ボタン */


/* ここから　　各グループ　商品一覧 */

.group_all_item h2 {
  font-size: 30px;
  font-family: Shippori Mincho B1;
  font-weight: 700;
  letter-spacing: 7.5px;
  text-align: center;
}

/* ここまで　　各グループ　商品一覧 */


/* ここから　JS部分CSS */

.c-product-list__item {
  position: relative;
  float: left\9;
  box-sizing: border-box;
  padding: 20px 20px 50px;
  transition: opacity .2s;
  text-align: left;
  font-family: 'Shippori Mincho B1', serif;
  max-width: 320px;
  width: 100%;
  padding-top: 40px;
  margin-left: unset;
  margin-right: unset;
}

.c-product-list__item.is-hidden {
  position: absolute;
  z-index: -10000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border: 0;
}


.c-product-list__item:nth-child(3n) {
  border-right: 0;
}

.c-product-list__item:nth-child(3n + 1) {
  clear: both;
}

.c-product-list__item:nth-child(2n) {
  border-right: 0;
}

.c-product-list__item:nth-child(2n + 1) {
  clear: both;
}

.c-product-list__item .c-product-info__price {
  font-family: 'Shippori Mincho B1', serif;
}

.c-product-list__image {
  border-radius: 8px;
}

.-product-list__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin-top: 0.5em;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.c-product-list__item>div {
  padding: 0 12px;
}

.c-product-list__item>.c-product-list__name {
  padding: 0 12px;
}

.c-product-list__item>.c-product-list__price {
  font-weight: 500;
  letter-spacing: 2.25px;
  font-size: 24px;
}

.c-product-list__item>.c-product-list__price>.mini {
  font-weight: 400;
  font-size: 15px;
}

.c-product-list {
  border: none;
}




.top-product-list__item {
  position: relative;
  float: left\9;
  box-sizing: border-box;
  padding: 20px 20px 50px;
  transition: opacity .2s;
  text-align: left;
  font-family: 'Shippori Mincho B1', serif;
}

.top-product-list__item.is-hidden {
  position: absolute;
  z-index: -10000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border: 0;
}

.top-product-list__item {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 40px;
}

.top-product-list__item:nth-child(3n) {
  border-right: 0;
}

.top-product-list__item:nth-child(3n + 1) {
  clear: both;
}

.top-product-list__item:nth-child(2n) {
  border-right: 0;
}

.top-product-list__item:nth-child(2n + 1) {
  clear: both;
}

.top-product-list__item .c-product-info__price {
  font-family: 'Shippori Mincho B1', serif;
}

.top-product-list__image {
  border-radius: 8px;
}

.top-product-list__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin-top: 0.5em;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.top-product-list__item>div {
  padding: 0 12px;
}

.top-product-list__item>.top-product-list__name {
  padding: 0 12px;
}

.top-product-list__item>.c-product-list__price {
  font-weight: 500;
  letter-spacing: 2.25px;
  font-size: 24px;
}

.top-product-list__item>.c-product-list__price>.mini {
  font-weight: 400;
  font-size: 15px;
}

.c-product-list.top-product-list {
  border: none;
}

/* ここから　JS部分CSS */


/* ここから　　コメント部分 */
.gift_comment {
  margin-bottom: 80px;
}

.gift_comment a {
  text-decoration: none;
  color: inherit;
}

.gift_comment a:hover {
  color: #FF153F;
  transition: 0.5s;
}

.gift_comment_all,
.gift_comment_600 {
  display: flex;
  padding: 0;
  justify-content: center;
}

.gift_comment_list {
  list-style: none;
  margin-left: unset;
  margin-right: unset;
  max-width: 250px;
  padding: 40px 20px 50px 20px;
}

.group_hukidashi {
  margin-bottom: 20px;
}

.product_img {
  border-radius: 8px;
  margin-bottom: 15px;
}

.gift_comment_list h3 {
  font-size: 16px;
  font-family: Shippori Mincho B1;
  font-weight: 500;
  letter-spacing: 2.4px;
  margin-bottom: 15px;
}

.group_price {
  font-size: 15px;
  font-family: Shippori Mincho B1;
  font-weight: 500;
  letter-spacing: 2.25px;
  margin-bottom: 15px;
}

.group_fontsize19px {
  font-size: 19px;
}

.group_fontsize12px {
  font-size: 12px;
}

.group_text {
  text-align: center;
  font-size: 12px;
  font-family: Shippori Mincho B1;
  letter-spacing: 1.8px;
}


/* ここまで　　コメント部分 */


/* ここから　　ギフト_食べ方から探す */
.how-to-eat {
  width: 100%;
  align-items: center;
  flex-direction: column;
  margin-bottom: 120px;
}

.how-to-eat-title {
  margin-top: 60px;
  margin-bottom: 20px;
}

.how-to-eat-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 100%;
}

.how-to-eat-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.how-to-eat-link {
  width: 172px;
  height: 188px;
  text-decoration: none;
  display: block;
  margin: 10px;
  position: relative;
}

.how-to-eat-hover-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.how-to-eat-link:hover>.how-to-eat-hover-img {
  display: block;
}

/* ここまで　ギフト_食べ方から探す */







@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }

  .how-to-eat-column {
    max-width: 660px;
  }

  .how-to-eat-link {
    width: 200px;
    height: 218px;
    margin: 10px;
  }
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }

  /* ここから　　グループ紹介メイン */
  .group_main_img {
    margin: 50px auto 100px auto;
  }

  .group_main_img img {
    margin-bottom: 25px;
  }

  .group_main_img p {
    text-align: justify;
  }
  /* ここから　　グループ紹介メイン */

}

.c-product-list__item {
  position: relative;
  float: left\9;
  box-sizing: border-box;
  width: 50%;
  padding: 20px 20px 50px;
  transition: opacity .2s;
  text-align: left;
  border: 0\9;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (min-width: 600px) {
  .c-product-list__item {
    width: 25%;
    padding-top: 40px;
  }
}

@media screen and (max-width: 1090px) {}

@media screen and (max-width: 950px) {
  .group_chapter ul {
    display: block;
  }
}


@media screen and (max-width: 770px) {
  .group_chapter {
    padding: 50px 25px;
  }

  .gift_comment_all {
    display: block;
  }
}


@media screen and (max-width: 600px) {
  .group_chapter {
    padding: 30px 10px;
  }

  .group_transition {
    display: block;
    text-align: center;
  }

  .group_transition_button {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .group_transition_button:last-child {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }

  .group_chapter_flex ul {
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .c-product-list {
    display: block;
  }

  .c-product-list__item {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .gift_comment_600 {
    display: block;
  }

  .gift_comment_list {
    margin-right: auto;
    margin-left: auto;
  }
}