/*  update 2019-10-09 0000
-----------------------------------*/

/* ==============================================

 ### 特集ページ

=================================================*/

/*---------------共通---------------*/
.container {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.brown {
  height: 2px;
  background-color: #c89f94;
  border: none;
}

/*---------------テンプレA---------------*/
.items {
  padding-top: 45px;
}

.item_box {
  display: flex;
  margin-bottom: 40px;
}

.item_box:nth-child(2n) {
  flex-direction: row-reverse;
}

.item_box .image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_box .image img {
  width: 100%;
}

.item_box .text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding: 2em;
  align-items: center;
}

.item_box .text h3 {
  margin-bottom: 30px;
}

.title_01 {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  margin: 25px 0;
}

.title_txt01 {
  text-align: center;
}

.f-subgroupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.f-subgroupList__item {
  margin-left: 15px;
  margin-bottom: 15px;
}

.f-subgroupList .f-subgroupList__item a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #363636;
  color: #363636;
  border-radius: 30px;
}

.btn_box {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.btn_box a:nth-child(n+2) {
  margin-left: 10px;
}

a.btn-f01 {
  display: inline-block;
  width: 350px;
  text-align: center;
  color: #000;
  font-size: 120%;
  font-weight: bold;
  background: #fff;
  padding: 10px 25px;
  margin: 5px 0;
  border: 1px solid #000;
  border-radius: 8px;
  position: relative;
}

a.btn-f01:after {
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn03 a.btn-f01 {
  width: 280px;
}

/*---------------テンプレA・SP --------------*/

@media screen and (max-width: 480px) {
  .item_box {
    display: block;
    margin: 0 20px 20px;
  }

  .item_box .text {
    padding: 1rem;
  }

  .item_box .image {
    width: 100%;
    margin: 0 auto;
  }

  .item_box .text {
    text-align: center;
    display: block;
  }

  .item_box .text h3 {
    margin-bottom: 10px;
  }

  .btn_box {
    display: block;
    margin: 0 20px;
  }

  a.btn-f01 {
    max-width: 280px;
  }

  .btn_box a:nth-child(n+2) {
    margin-left: 0;
  }
}

/*---------テンプレA・B　Reccomend--------*/

.productlist4 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

@media screen and (max-width: 480px) {
  .productlist4 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 auto;
  }

  .productlist4 .item {
    width: 48%;
  }
}

@media screen and (min-width: 480px) {
  .productlist4 {
    margin-left: -24px;
  }
}

.productlist4 .item {
  /* margin-left: 10px; */
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 480px) {
  .productlist4 .item {
    width: calc(100% / 3 - 24px);
    padding: 0;
    margin-left: 24px;
  }
}

.productlist4 .item a {
  display: block;
}

.productlist4 .item .image {
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 480px) {
  .productlist4 .item .image {
    max-width: 150px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 480px) {
  .productlist4 .item .image {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 480px) {
  .productlist4 .item .image img {
    width: 100%;
    object-fit: contain;
  }
}

.productlist4 .item .productName {
  font-size: 1.1rem;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .productlist4 .item .productName {
    font-size: 1.6rem;
  }
}

.productlist4 .item .priceBox {
  font-size: 1.1rem;
  text-align: center;
  display: block;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 480px) {
  .productlist4 .item .priceBox {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.productlist4 .item .priceBox .price-add {
  font-weight: normal;
}

/*---------------テンプレB---------------*/
.top {
  margin: 0 10px;
  text-align: center;
}

.freepage-section .ttl-h2 {
  margin: 40px;
  color: #363636;
}

/*---------------中継料一覧---------------*/

.list_01 {
  width: 100%;
  margin: 10px 5px;
  border-collapse: collapse;
}

.list_01 tr {
  background: #3f3f3f;
  color: #3f3f3f;
}

.list_01 th {
  width: 25%;
  padding: 6px;
  text-align: left;
  vertical-align: top;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}

.list_01 td {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}



/*---------------テンプレC---------------*/

/* 共通 */
.orange {
  height: 2px;
  background-color: #EA4412;
  border: none;
}


.container {
  padding: 0 10px;
}

@media screen and (max-width: 480px) {
  .f-subgroupList {
    justify-content: left !important;
  }
}

/* LINEUP */

.f-lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.f-lineup_item {
  max-width: 180px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.lineup-icon {
  width: 100%;
  width: 180px;
  position: relative;
}

.lineup-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.lineup-icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #c89f94;
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .f-lineup {
    justify-content: space-around;
  }

  .f-lineup_item {
    max-width: 120px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .lineup-icon {
    max-width: 120px;
  }

  .lineup-icon img {
    padding: 10px;
  }
}

/* レシピ */

.f-recipe .f-recipe_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.f-recipe .f-recipe_item {
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3 - 30px);
  margin-right: 2%;
  margin-bottom: 30px;
  font-size: 14px;
}

/* 最後の段を左詰め */
.f-recipe_box::after {
  content: "";
  display: block;
  width: 33.33%;
}

/* 吹き出し */
.f-recipe-ttl {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 10px;
  /* border: 4px solid #c89f94; */
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
  /* flex: 2; */
}

.f-recipe_box .f-recipe_item:nth-child(3n + 1) .f-recipe-ttl {
  border: 4px solid #B7307F;
}

.f-recipe_box .f-recipe_item:nth-child(3n + 2) .f-recipe-ttl {
  border: 4px solid #77AE48;
}

.f-recipe_box .f-recipe_item:nth-child(3n + 3) .f-recipe-ttl {
  border: 4px solid #F7941D;
}

.f-recipe_box .f-recipe_item:nth-child(3n + 1) .f-recipe-ttl::before {
  border-top: 12px solid #B7307F;
}

.f-recipe_box .f-recipe_item:nth-child(3n + 2) .f-recipe-ttl::before {
  border-top: 12px solid #77AE48;
}

.f-recipe_box .f-recipe_item:nth-child(3n + 3) .f-recipe-ttl::before {
  border-top: 12px solid #F7941D;
}

.f-recipe-ttl::before,
.f-recipe-ttl::after {
  content: '';
  position: absolute;
  border: 12px solid transparent;
  top: 100%;
  left: 18%;
}

.f-recipe-ttl::after {
  margin-top: -4px;
  border-top: 12px solid #fff;
}

.f-recipe_item {
  margin-bottom: 20px;
}

.f-recipe-icon {
  position: relative;
}

.image {
  display: block;
  margin-bottom: 15px;
}

.f-recipe-icon .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -10px;
  left: -10px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 99;
}

.f-recipe-icon .icon img {
  border-radius: 50%;
  border: 3px solid #c89f94;
  padding: 5px;
  height: 70px;
}

.f-recipe_box .f-recipe_item:nth-child(3n + 1) .f-recipe-icon .icon img {
  border: 3px solid #B7307F;
}

.f-recipe_box .f-recipe_item:nth-child(3n + 2) .f-recipe-icon .icon img {
  border: 3px solid #77AE48;
}

.f-recipe_box .f-recipe_item:nth-child(3n + 3) .f-recipe-icon .icon img {
  border: 3px solid #F7941D;
}

@media screen and (max-width: 480px) {
  .f-recipe .f-recipe_item {
    width: calc(50% - 12px);
    margin-right: 12px;
  }

  .f-recipe-icon .icon {
    width: 60px;
    height: 60px;
  }

  .f-recipe-icon .icon img {
    height: 60px;
  }

  .f-recipe_item:nth-child(4n) {
    margin-right: 0;
  }
}

/* おすすめ */

.f-season_item .product_name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}


.f-season_inner {
  display: flex;
  justify-content: center;
}

.f-season_inner img {
  width: 40%;
}

.product_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 15px;
}

.product_desc {
  margin-bottom: 20px;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .f-season_inner {
    display: block;
    text-align: center;
  }

  .f-season_inner02 {
    display: flex;
    flex-direction: column-reverse;
  }

  .f-season:last-child .f-season_inner {
    display: none;
  }

  .product_txt {
    width: 100%;
  }

  .f-season_inner img {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

/*---------------商品画像のスライダー--------------*/

.slider3 {
  max-width: 50%;
}

.slider3 .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 20px;
}

.slider3 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slider3 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background-color: #eaeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.slider3 .slick-dots li.slick-active button {
  background-color: #c89f94;
}