@charset "UTF-8";
/* ===============================================================
  Foundation
=============================================================== */
/* ----------------
【初期設定】
reset.scss：cssのリセット
setting.scss：ブレイクポイント、関数の設定
---------------- */
/* ===============================================================
  Parts
=============================================================== */
/* ----------------
【ページ内で共通して使うレイアウト】
header.scss：ヘッダー
footer.scss：フッター
section：章・節・段落など
---------------- */
/* ===============================================================
  Page
=============================================================== */
/* ----------------
【各ページ固有のレイアウト】
---------------- */
/* ----- color setting ----- */
.list h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 600;
}

.list .slider {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.list .slick-slide {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list .slick-slider img {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 100;
  width: 10px;
  height: 30px;
}

@media only screen and (min-width: 960px) {
  .list .slick-slider img {
    width: 20px;
    height: 40px;
  }
}

.list .slick-slider img.next-arrow {
  right: 15px;
}

.list .slick-slider img.prev-arrow {
  left: 15px;
}

.list .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list .slick-dots {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 10000;
}

@media only screen and (min-width: 560px) {
  .list .slick-dots {
    top: 37px;
  }
}

.list .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}

.list .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.list .slick-dots li button:before {
  content: "•";
  font-size: 37px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  color: white;
}

.list .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #46b2e7;
  /* active時の色を変更 */
}

.listView {
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 560px) {
  .listView {
    padding-left: 0;
  }
}

.listView.beef {
  background-image: url(../img/list/main_beef.jpg);
}

.listView.processed {
  background-image: url(../img/list/main_processed.jpg);
}

.listView__wrap {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .listView__wrap {
    margin-left: 55px;
  }
}

.listView__copy {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 600;
  margin-left: 13%;
}

@media only screen and (min-width: 560px) {
  .listView__copy {
    margin-left: 25px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
    margin-left: 5%;
  }
}

.listNav {
  margin: 0;
  padding-left: 0;
  background-color: #46b2e7;
}

@media only screen and (min-width: 560px) {
  .listNav {
    margin-left: 260px;
  }
}

.listNav.fixed {
  top: 48px;
}

@media only screen and (min-width: 560px) {
  .listNav.fixed {
    width: 55.5%;
    top: 0px;
  }
}

.listNav__ul {
  background-color: #46b2e7;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 560px) {
  .listNav__ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.listNav__ul li {
  padding: 15px 0px;
  line-height: 1.2;
  width: 30%;
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

@media only screen and (min-width: 560px) {
  .listNav__ul li {
    padding: 15px 30px;
    width: auto;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.listNav__ul li.active {
  position: relative;
  overflow: hidden;
}

.listNav__ul li.active:before {
  display: block;
  content: "";
  background-image: url(../img/aboutUs/ul_active.png);
  width: 25px;
  height: 10px;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.listid01 {
  padding-top: 100px;
  margin: -100px auto 0 auto;
}

@media only screen and (min-width: 560px) {
  .listid01 {
    width: 95%;
  }
}

.listid01__main {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 45px auto 0px;
}

@media only screen and (min-width: 560px) {
  .listid01__main {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    max-width: 1000px;
    margin: 90px auto 0px;
  }
}

@media only screen and (min-width: 960px) {
  .listid01__main {
    margin: 180px auto 0px;
  }
}

.listid01__txtarea {
  color: #006397;
  width: 100%;
  background-color: #fff;
  padding: 0px 4% 20px;
}

@media only screen and (min-width: 960px) {
  .listid01__txtarea {
    width: 24%;
    padding: 0px 40px 40px 0px;
    position: absolute;
  }
}

.listid01__txtarea p {
  margin-top: 20px;
}

@media only screen and (min-width: 560px) {
  .listid01__txtarea p {
    margin-top: 30px;
  }
}

.listid01__img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .listid01__img {
    width: 72%;
    margin: 0 0 0 auto;
  }
}

.listid01__02__main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0px 4%;
}

@media only screen and (min-width: 560px) {
  .listid01__02__main {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.listid01__02__flexBox {
  margin-top: 40px;
  width: calc(100% / 2 - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 560px) {
  .listid01__02__flexBox {
    margin-top: 70px;
    width: 31%;
    margin-left: 3.5%;
  }
  .listid01__02__flexBox:nth-child(3n + 1) {
    margin-left: 0%;
  }
}

.listid01__02__flexBox a {
  width: 100%;
}

.listid01__02__img {
  background-image: url(../img/item/product_other01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 140px;
  width: 100%;
}

@media only screen and (min-width: 560px) {
  .listid01__02__img {
    height: 240px;
  }
}

.listid01__02__imgn02 {
  background-image: url(../img/item/product_other02.jpg);
}

.listid01__02__imgn03 {
  background-image: url(../img/item/product_other03.jpg);
}

.listid01__02__imgn04 {
  background-image: url("http://placehold.jp/600x426.png");
}

.listid01__02__imgn05 {
  background-image: url(../img/list/product_04.jpg);
}

.listid01__02__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.listid01__02__textarea .title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin: 8px 0px 8px 0px;
}

@media only screen and (min-width: 560px) {
  .listid01__02__textarea .title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 10px 0px 14px 0px;
    width: 100%;
  }
}

.listid01__02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}

@media only screen and (min-width: 1025px) {
  .listid01__02__flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.listid01__02__flex .price {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 560px) {
  .listid01__02__flex .price {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0px;
  }
}

.listid01__02__flex .price span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.listid01__02__cart {
  color: #fff;
  background-color: #006397;
  border-radius: 5px;
  text-align: center;
  padding: 10px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 560px) {
  .listid01__02__cart {
    padding: 12px 5px;
    font-size: 15px;
    font-size: 0.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.listid01__02__cartLink {
  margin-top: auto;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .listid01__02__cartLink {
    margin-top: 0px;
    width: 50%;
  }
}

.listid01__02__cart__icon {
  display: inline-block;
  background-image: url(../img/icon_cart.svg);
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.listid01__02__btn {
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  color: #006397;
  text-align: left;
  padding: 0px 10px;
  font-weight: 600;
  width: 190px;
  position: relative;
  border-bottom: 2px solid #006397;
}

.listid01__02__btn:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 8px;
  background-image: url(../img/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  position: absolute;
  top: 13px;
  right: 12px;
}

.listid02 {
  padding-top: 50px;
}

@media only screen and (min-width: 560px) {
  .listid02 {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    padding-top: 30px;
  }
}

.listid02__main {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (min-width: 560px) {
  .listid02__main {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    max-width: 1000px;
    margin: 90px auto;
  }
}

@media only screen and (min-width: 960px) {
  .listid02__main {
    margin: 60px auto 0px;
  }
}

.listid02__txtarea {
  color: #006397;
  width: 100%;
  background-color: #fff;
  padding: 0px 4% 20px;
}

@media only screen and (min-width: 960px) {
  .listid02__txtarea {
    width: 29%;
    padding: 0px 40px 40px 60px;
    position: absolute;
    right: 0;
  }
}

.listid02__txtarea p {
  margin-top: 20px;
}

@media only screen and (min-width: 560px) {
  .listid02__txtarea p {
    margin-top: 30px;
  }
}

.listid02__img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .listid02__img {
    width: 72%;
    margin: 0 auto 0 0;
  }
}

.listid02__02__main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0px 4%;
}

@media only screen and (min-width: 560px) {
  .listid02__02__main {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

.listid02__02__flexBox {
  margin-top: 40px;
  width: calc(100% / 2 - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 560px) {
  .listid02__02__flexBox {
    width: calc(100% / 3 - 25px);
    margin-top: 60px;
  }
}

.listid02__02__img {
  background-image: url(../img/list/productid02_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 35% 0px;
  width: 100%;
}

.listid02__02__imgn02 {
  background-image: url(../img/list/productid02_02.jpg);
}

.listid02__02__imgn03 {
  background-image: url(../img/list/productid02_03.jpg);
}

.listid02__02__imgn04 {
  background-image: url(../img/list/productid02_04.jpg);
}

.listid02__02__imgn05 {
  background-image: url(../img/list/productid02_05.jpg);
}

.listid02__02__imgn06 {
  background-image: url(../img/list/productid02_06.jpg);
}

.listid02__02__imgn07 {
  background-image: url(../img/list/productid02_07.jpg);
}

.listid02__02__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listid02__02__textarea .title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 8px 0px 2px 0px;
}

@media only screen and (min-width: 560px) {
  .listid02__02__textarea .title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 10px 0px 6px 0px;
  }
}

.listid02__02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 1025px) {
  .listid02__02__flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.listid02__02__flex .price {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 8px;
}

@media only screen and (min-width: 560px) {
  .listid02__02__flex .price {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0px;
  }
}

.listid02__02__flex .price span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.listid02__02__cart {
  color: #fff;
  background-color: #006397;
  border-radius: 5px;
  text-align: center;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}

.listid02__02__cartLink {
  margin-top: auto;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .listid02__02__cartLink {
    margin-top: 0px;
    width: calc(100% / 2 - 10px);
  }
}

.listid02__02__cart__icon {
  display: inline-block;
  background-image: url(../img/icon_cart.svg);
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.listid02__02__btn {
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  color: #006397;
  text-align: left;
  padding: 0px 10px;
  font-weight: 600;
  width: 190px;
  position: relative;
  border-bottom: 2px solid #006397;
}

.listid02__02__btn:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 8px;
  background-image: url(../img/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  position: absolute;
  top: 13px;
  right: 12px;
}

@media only screen and (min-width: 560px) {
  .listid03 {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    padding-top: 30px;
  }
}

.listid03__main {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (min-width: 560px) {
  .listid03__main {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    max-width: 1000px;
    margin: 90px auto 0px;
  }
}

@media only screen and (min-width: 960px) {
  .listid03__main {
    margin: 60px auto 0px;
  }
}

.listid03__txtarea {
  color: #006397;
  width: 100%;
  background-color: #fff;
  padding: 0px 4% 20px;
}

@media only screen and (min-width: 960px) {
  .listid03__txtarea {
    width: 24%;
    padding: 0px 40px 40px 0px;
    position: absolute;
  }
}

.listid03__txtarea p {
  margin-top: 20px;
}

@media only screen and (min-width: 560px) {
  .listid03__txtarea p {
    margin-top: 30px;
  }
}

.listid03__img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .listid03__img {
    width: 72%;
    margin: 0 0 0 auto;
  }
}

.listid03__02__main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0px 4%;
}

@media only screen and (min-width: 560px) {
  .listid03__02__main {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}

.listid03__02__flexBox {
  margin-top: 40px;
  width: calc(100% / 2 - 10px);
}

@media only screen and (min-width: 560px) {
  .listid03__02__flexBox {
    width: calc(100% / 3 - 25px);
    margin-top: 60px;
  }
}

.listid03__02__img {
  background-image: url(../img/list/productid03_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 35% 0px;
}

.listid03__02__imgn02 {
  background-image: url(../img/list/productid03_02.jpg);
}

.listid03__02__imgn03 {
  background-image: url("http://placehold.jp/600x426.png");
}

.listid03__02__textarea .title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0px;
}

.listid03__02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 1025px) {
  .listid03__02__flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.listid03__02__flex .price {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 560px) {
  .listid03__02__flex .price {
    margin-bottom: 0px;
  }
}

.listid03__02__flex .price span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.listid03__02__cart {
  color: #fff;
  background-color: #006397;
  border-radius: 5px;
  text-align: center;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}

.listid03__02__cartLink {
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .listid03__02__cartLink {
    margin-top: 0px;
    width: calc(100% / 2 - 10px);
  }
}

.listid03__02__cart__icon {
  display: inline-block;
  background-image: url(../img/icon_cart.svg);
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.listid03__02__btn {
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  color: #006397;
  text-align: left;
  padding: 0px 10px;
  font-weight: 600;
  width: 190px;
  position: relative;
  border-bottom: 2px solid #006397;
}

.listid03__02__btn:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 8px;
  background-image: url(../img/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  position: absolute;
  top: 13px;
  right: 12px;
}

/* ----- color setting ----- */
.item .itemid01 {
  padding: 80px 0px 30px;
  margin: 0px 0 0px;
}

@media only screen and (min-width: 560px) {
  .item .itemid01 {
    margin: 0px 0 0px;
    padding: 140px 0px 70px;
  }
}

.item .itemid01 h1 {
  color: #006397;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
}

@media only screen and (min-width: 560px) {
  .item .itemid01 h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.item .itemid02 {
  margin: 0px 0 50px;
}

@media only screen and (min-width: 560px) {
  .item .itemid02 {
    margin: 0px 0 100px;
  }
}

.item .itemid02__main {
  padding: 0px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 1025px) {
  .item .itemid02__main {
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 560px) {
  .item .itemid02__flex {
    max-width: 1000px;
  }
}

.item .itemid02 #wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .item .itemid02__flexBox:first-child {
    width: 50%;
  }
}

.item .itemid02__flexBox__img {
  background-image: url(../img/item/item_01main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 340px;
}

@media only screen and (min-width: 560px) {
  .item .itemid02__flexBox__img {
    height: 550px;
  }
}

@media only screen and (min-width: 1600px) {
  .item .itemid02__flexBox__img {
    height: 650px;
  }
}

.item .itemid02__flexBox__img.slide-item--02 {
  background-image: url(../img/item/item_02.jpg);
}

.item .itemid02__flexBox__img.slide-item--03 {
  background-image: url(../img/item/item_03.jpg);
}

.item .itemid02__flexBox__img.slide-item--04 {
  background-image: url(../img/item/item_04.jpg);
}

.item .itemid02__flexBox__img.slide-item--05 {
  background-image: url(../img/item/item_05.jpg);
}

@media only screen and (min-width: 1025px) {
  .item .itemid02__flexBox:nth-child(2) {
    width: 45%;
    padding-right: 5%;
  }
}

.item .itemid02__flexBox #thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}

.item .itemid02__flexBox #thumbnail-list .thumbnail-item {
  width: 20%;
  height: 54px;
  overflow: hidden;
  margin-right: 10px;
}

@media only screen and (min-width: 560px) {
  .item .itemid02__flexBox #thumbnail-list .thumbnail-item {
    width: 20%;
    margin-right: 10px;
    height: 90px;
  }
}

.item .itemid02__flexBox #thumbnail-list .thumbnail-item.thumbnail-current:after {
  border: 2px solid #006397;
}

.item .itemid02__flexBox #thumbnail-list .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

.item .itemid02__flexBox #thumbnail-list .thumbnail-item:last-child {
  margin-right: 0px;
}

.item .itemid02__copy {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 560px) {
  .item .itemid02__copy {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

.item .itemid02__copy span {
  display: block;
  line-height: 1.7;
  margin-top: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.item .itemid02__box {
  background-color: #f0efef;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
  padding: 15px 0px;
  margin-bottom: 10px;
  width: 100%;
}

@media only screen and (min-width: 560px) {
  .item .itemid02__box {
    margin-bottom: 10px;
  }
}

.item .itemid02__box span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}

.item .itemid02 .table_content {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 560px) {
  .item .itemid02 .table_content {
    margin-bottom: 30px;
  }
}

.item .itemid02 .table_content td {
  padding: 12px;
  width: auto;
}

.item .itemid02 .table_content td:first-child {
  width: 25%;
  background-color: #f0efef;
}

.item .itemid02__price__wrap {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (min-width: 560px) {
  .item .itemid02__price__wrap {
    margin-bottom: 20px;
  }
}

.item .itemid02__price {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

.item .itemid02__price span {
  font-size: 15px;
  font-size: 0.9375rem;
}

.item .itemid02__price__tag {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #3e3a39;
  padding: 8px 15px;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 560px) {
  .item .itemid02__price__tag {
    margin-bottom: 40px;
  }
}

.item .itemid02__cart__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.item .itemid02__cart__wrap a.cart {
  width: 68%;
}

@media only screen and (min-width: 560px) {
  .item .itemid02__cart__wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.item .itemid02__number {
  width: 40%;
}

@media only screen and (min-width: 560px) {
  .item .itemid02__number {
    width: 30%;
    margin-right: 3%;
  }
}

.item .itemid02__cart {
  color: #fff;
  background-color: #006397;
  border: 2px solid #006397;
  border-radius: 5px;
  text-align: center;
  padding: 14px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 18px;
  font-size: 1.125rem;
  width: 56%;
}

@media only screen and (min-width: 560px) {
  .item .itemid02__cart {
    width: 67%;
    padding: 18px 0px;
  }
}

.item .itemid02__cart__icon {
  display: inline-block;
  background-image: url(../img/icon_cart.svg);
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
}

.item .itemid02__cart:hover {
  background-color: #fff;
  color: #006397;
  -webkit-transition: .3s;
  transition: .3s;
}

.item .itemid03 {
  margin: 40px 0 50px;
  padding: 0 5%;
}

@media only screen and (min-width: 560px) {
  .item .itemid03 {
    margin: 80px 0 100px;
    padding: 0;
    padding-left: 260px;
  }
}

.item .itemid03__main {
  margin: 0 auto;
  margin-bottom: 40px;
}

@media only screen and (min-width: 560px) {
  .item .itemid03__main {
    margin-bottom: 80px;
    max-width: 900px;
  }
}

.item .itemid03__copy {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  color: #006397;
  font-weight: 600;
  margin: 0 auto;
  padding: 40px 0px;
  line-height: 1.6;
}

@media only screen and (min-width: 560px) {
  .item .itemid03__copy {
    padding: 80px 0px;
  }
}

.item .itemid03__copy span {
  border-bottom: 2px solid #006397;
}

@media only screen and (min-width: 560px) {
  .item .itemid03__flex {
    max-width: 900px;
  }
}

.item .itemid03__flexBox {
  margin: 0 auto;
}

@media only screen and (min-width: 560px) {
  .item .itemid03__flexBox:first-child {
    width: 38%;
  }
}

@media only screen and (min-width: 560px) {
  .item .itemid03__flexBox:nth-child(2) {
    margin-left: 40px;
    margin-right: 20px;
    width: 62%;
  }
}

.item .itemid03__flexBox .indent {
  display: inline-block;
  text-indent: 1rem;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 960px) {
  .item .itemid03__flexBox .indent {
    text-indent: 0rem;
  }
}

.item .itemid03__flexBox .indent.nopadding {
  padding-bottom: 0px;
}

@media only screen and (min-width: 960px) {
  .item .itemid03__flexBox .indent.nopadding {
    text-indent: 1rem;
  }
}

@media only screen and (min-width: 960px) {
  .item .itemid03__flexBox span.pcOnly {
    display: inline-block !important;
  }
}

.item .itemid03__flexBox__img {
  width: 325px;
  height: 250px;
  background-image: url(../img/item/recipe01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

@media only screen and (min-width: 560px) {
  .item .itemid03__flexBox__img {
    padding: 35% 0;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
}

.item .itemid03__flexBox__imgn02 {
  background-image: url(../img/item/recipe02.jpg);
}

.item .itemid03__flexBox__imgn03 {
  background-image: url(../img/item/recipe03.jpg);
}

.item .itemid03__flexBox__imgn04 {
  background-image: url(../img/item/recipe04.jpg);
}

.item .itemid03__flexBox .itemid03__recipe__copy {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (min-width: 560px) {
  .item .itemid03__flexBox .itemid03__recipe__copy {
    margin-bottom: 30px;
  }
}

.item .itemid03__flexBox .itemid03__recipe__box {
  color: #006397;
  padding: 3px 20px;
  border: 1px solid #006397;
  display: inline-block;
  margin-bottom: 10px;
}

.item .itemid03__flexBox .itemid03__recipe__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.item .itemid03__flexBox .itemid03__recipe__flexBox {
  width: calc(100% / 2 - 10px);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.item .itemid03__flexBox .itemid03__recipe__howto {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-left: 1.5em;
  counter-reset: item;
  list-style: none;
}

.item .itemid03__flexBox .itemid03__recipe__howto li {
  margin-bottom: 10px;
  position: relative;
  color: #fff;
}

.item .itemid03__flexBox .itemid03__recipe__howto li:before {
  display: block;
  content: '';
  counter-increment: item;
  content: counter(item) "";
  width: 24px;
  height: 24px;
  background-color: #006397;
  border-radius: 50%;
  padding-top: 5px;
  text-align: center;
  position: absolute;
  left: -24px;
  z-index: -10;
}

.item .itemid03__flexBox .itemid03__recipe__howto li p {
  color: #3e3a39;
  margin-left: 10px;
}

.item .itemid03__flexBox .itemid03__recipe__howto li .number {
  position: relative;
  color: #fff;
  margin: 0 4px;
  font-size: 9px;
}

.item .itemid03__flexBox .itemid03__recipe__howto li .number:before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #006397;
  border-radius: 50%;
  padding-top: 5px;
  text-align: center;
  z-index: -10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0px 3px;
}

.item .itemid04 {
  margin: 70px auto 90px;
  /* the slides */
  /* the parent */
}

@media only screen and (min-width: 560px) {
  .item .itemid04 {
    margin: 100px auto 180px;
  }
}

.item .itemid04 .slick-slide {
  padding: 0px 20px;
}

@media only screen and (min-width: 560px) {
  .item .itemid04 .slick-slide {
    padding: 0px;
    margin: 0 23px;
  }
}

@media only screen and (min-width: 560px) {
  .item .itemid04 .slick-list {
    margin: 0 -23px;
  }
}

.item .itemid04 .next-arrow {
  position: absolute;
  top: 150px;
  right: 0px;
}

@media only screen and (min-width: 560px) {
  .item .itemid04 .next-arrow {
    position: relative;
    top: 120px;
    right: -16px;
  }
}

.item .itemid04 .prev-arrow {
  position: absolute;
  top: 150px;
  left: 0px;
}

@media only screen and (min-width: 560px) {
  .item .itemid04 .prev-arrow {
    position: relative;
    top: 120px;
    left: -16px;
  }
}

.item .itemid04__main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media only screen and (min-width: 560px) {
  .item .itemid04__main {
    margin-bottom: 80px;
    max-width: 1000px;
  }
}

.item .itemid04__copy {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  padding: 40px 0px 30px;
}

@media only screen and (min-width: 560px) {
  .item .itemid04__copy {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 40px 0px 60px;
  }
}

.item .itemid04__flexBox {
  width: calc(100% / 3 - 25px);
}

.item .itemid04__img {
  background-image: url(../img/item/product_other01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 35% 0px;
}

.item .itemid04__img--02 {
  background-image: url(../img/item/product_other02.jpg);
}

.item .itemid04__img--03 {
  background-image: url(../img/item/product_other03.jpg);
}

.item .itemid04__textarea .title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px 0px;
}

.item .itemid04__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item .itemid04__flex .price {
  font-size: 24px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 560px) {
  .item .itemid04__flex .price {
    width: calc(100% / 2 - 10px);
  }
}

.item .itemid04__flex .price span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.item .itemid04__cart {
  color: #fff;
  background-color: #006397;
  border-radius: 5px;
  text-align: center;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 560px) {
  .item .itemid04__cartLink {
    width: calc(100% / 2 - 10px);
  }
}

.item .itemid04__cart__icon {
  display: inline-block;
  background-image: url(../img/icon_cart.svg);
  width: 26px;
  height: 20px;
  background-repeat: no-repeat;
}

.item .itemid04__btn {
  margin: 0 auto;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #006397;
  text-align: left;
  padding: 0px 3px;
  font-weight: 600;
  width: 150px;
  position: relative;
  border-bottom: 2px solid #006397;
}

@media only screen and (min-width: 560px) {
  .item .itemid04__btn {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0px 10px;
    width: 190px;
  }
}

.item .itemid04__btn:before {
  display: inline-block;
  content: '';
  width: 12px;
  height: 8px;
  background-image: url(../img/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  position: absolute;
  top: 3px;
  right: 5px;
}

@media only screen and (min-width: 560px) {
  .item .itemid04__btn:before {
    top: 5px;
    right: 12px;
  }
}

.item .blockSet_lecipi {
  background: #f0efef;
  padding: 10px;
  margin-top: 10px;
}

.item .blockSet_lecipiTitle {
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 auto 8px auto;
}

.item .blockSet_nouzei {
  margin-top: 20px;
}

.item .blockSet_nouzeiLink {
  display: block;
  background: #ecf7fd;
  text-align: center;
  color: #016397;
  padding: 10px 0px;
  margin: 8px 0px 40px 0px;
  background-image: url(../img/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px 7px;
  background-position: 97%;
}

.product_otherBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  margin: 0 auto 20px auto;
}

@media only screen and (min-width: 560px) {
  .product_otherBlock {
    width: 90%;
    margin: 0 auto 80px auto;
  }
}

.product_otherList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

@media only screen and (min-width: 560px) {
  .product_otherList {
    width: 31%;
    margin-bottom: 0px;
  }
}

.product_otherLink {
  display: block;
}

.product_otherTitle {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin: 8px 0px 8px 0px;
}

@media only screen and (min-width: 560px) {
  .product_otherTitle {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 10px 0px 20px 0px;
  }
}

.product_otherBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  width: 100%;
}

.product_otherBottom a {
  width: 50%;
}

.product_otherPrice {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 560px) {
  .product_otherPrice {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.product_otherTax {
  font-size: 13px;
  font-size: 0.8125rem;
}

.product_otherCart {
  color: #fff;
  background-color: #006397;
  border-radius: 5px;
  text-align: center;
  padding: 10px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 560px) {
  .product_otherCart {
    padding: 10px 5px;
  }
}

.product_otherCartIcon {
  display: inline-block;
  background-image: url(../img/icon_cart.svg);
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  background-size: 20px;
}

@media only screen and (min-width: 560px) {
  .product_otherCartIcon {
    background-size: 20px;
  }
}

/* ----- color setting ----- */
.commonPage {
  margin-top: 0;
  padding-top: 70px;
}

@media only screen and (min-width: 560px) {
  .commonPage {
    padding-top: 120px;
  }
}

.commonPage .sectionTitle {
  padding-bottom: 60px;
}

@media only screen and (min-width: 560px) {
  .commonPage .sectionTitle {
    font-size: 30px;
    font-size: 1.875rem;
    padding-bottom: 60px;
  }
}

.commonPage .sectionTitle::before {
  top: 38px;
}

@media only screen and (min-width: 560px) {
  .commonPage .sectionTitle::before {
    top: 49px;
  }
}

.commonPage__sectionMargin {
  margin-top: 50px;
}

@media only screen and (min-width: 560px) {
  .commonPage__sectionMargin {
    margin-top: 100px;
  }
}

.commonPage__title {
  color: #006397;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 10px;
}

@media only screen and (min-width: 560px) {
  .commonPage__title {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
}

.commonPage__inner {
  margin: 0 auto;
  width: 90%;
}

@media only screen and (min-width: 560px) {
  .commonPage__inner {
    max-width: 1000px;
  }
}

.commonPage__inner .table_content {
  width: 100%;
}

.commonPage__inner .pageTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 560px) {
  .commonPage__inner .pageTable tr {
    display: table-row;
  }
}

.commonPage__inner .pageTable__index {
  width: 100%;
  border-bottom: 1px solid #b2b0b0;
}

@media only screen and (min-width: 560px) {
  .commonPage__inner .pageTable__index {
    width: 30% !important;
    border-bottom: none;
  }
}

.commonPage__inner .pageTable__detail {
  width: 100%;
  display: block !important;
}

@media only screen and (min-width: 560px) {
  .commonPage__inner .pageTable__detail {
    width: auto;
  }
}

.commonPage__inner .pageTable__detailTitle, .commonPage__inner .pageTable__detailTitle--ptNone {
  font-weight: bold;
  padding: 15px 0px 5px 0px;
}

@media only screen and (min-width: 560px) {
  .commonPage__inner .pageTable__detailTitle, .commonPage__inner .pageTable__detailTitle--ptNone {
    padding: 30px 0px 8px 0px;
  }
}

.commonPage__inner .pageTable__detailTitle--ptNone {
  padding: 0px 0px 5px 0px;
}

@media only screen and (min-width: 560px) {
  .commonPage__inner .pageTable__detailTitle--ptNone {
    padding: 0px 0px 8px 0px;
  }
}

.commonPage__inner .pageTable__detailCaution {
  color: #006397;
}

.commonPage__inner .pageTable__innerBox {
  border: 2px solid #ddd;
  padding: 15px;
  margin-top: 20px;
}

@media only screen and (min-width: 560px) {
  .commonPage__inner .pageTable__innerBox {
    padding: 20px;
    margin-top: 30px;
  }
}

.commonPage__inner .innerTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0px;
}

.commonPage__inner .innerTable__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #d8d8d8;
  text-align: center;
}

.commonPage__inner .innerTable__list:nth-last-child(-n+2) {
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 560px) {
  .commonPage__inner .innerTable__list {
    width: 50%;
  }
}

.commonPage__inner .innerTable__index {
  width: 50%;
  background-color: #f0efef;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}

@media only screen and (min-width: 560px) {
  .commonPage__inner .innerTable__index {
    padding: 10px;
  }
}

.commonPage__inner .innerTable__detail {
  width: 50%;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}

@media only screen and (min-width: 560px) {
  .commonPage__inner .innerTable__detail {
    padding: 10px;
  }
}

.commonPage__inner .guide_time {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 560px) {
  .commonPage__inner .guide_time {
    width: 400px;
  }
}

.commonPage .policy_leadText {
  width: 90%;
  margin: 0 auto 30px auto;
}

@media only screen and (min-width: 560px) {
  .commonPage .policy_leadText {
    max-width: 600px;
    margin: 0 auto 40px auto;
  }
}

.productView__num {
  border: 1px solid #7b7b7b;
  position: relative;
  border-radius: 5px;
}

.product_num {
  background: none;
  background-image: none;
  height: 48px;
  padding: 0px 5px 0px 8px;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}

@media only screen and (min-width: 560px) {
  .product_num {
    height: 54px;
    padding: 0px 5px 0px 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/*# sourceMappingURL=onlinestore.css.map */