@charset "utf-8";
/* CSS Document */
/* --------------mobaile_fast--------------------- */

/* =====================================================
  ・ #secSlide (SP)
======================================================== */
#secSlide {
  position: relative;
}
#secSlide h1 {
  position: absolute;
  width: 100%;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
  z-index: 10;
}
#secSlide .slick-prev {
  left: 10%;
}
#secSlide .slick-next {
  right: 10%;
}
#secSlide .slick-prev:before {
  content: " ";
  display: block;
  width: 18px;
  height: 38px;
  background: url("../images/top/arrow_left.png") center no-repeat;
}
#secSlide .slick-next:before {
  content: "";
  display: block;
  width: 18px;
  height: 38px;
  background: url("../images/top/arrow_right.png") center no-repeat;
}
#secSlide .slick-prev,
.slick-next {
  z-index: 1111;
}
/* =====================================================
  ・ #secScroll (SP)
======================================================== */
#secScroll {
  width: 100%;
  height: 50px;
  margin: 10px auto;
  background: url("../images/top/bg_dot.png") center repeat;
  background-size: 20px;
  text-align: center;
}
#secScroll a {
  display: block;
  width: 100%;
  height: 50px;
  color: #333;
  text-align: center;
  padding-top: 11px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

/* =====================================================
  ・ #instagram_banner (SP)
======================================================== */
.logo_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  margin: 8px auto;
  padding: 24px;
  width: auto;
  height: 160px;
  background-color: #f1e5d4;
}

#text_check {
  font-size: 12px;
  font-weight: 600;
  color: #6a3906;
  text-align: center;
}

#text_check span {
  font-size: 24px;
  font-weight: 700;
}

#instagram_banner {
  width: fit-content;
  height: fit-content;
  padding: 8px 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  border-radius: 5px;
}

#instagram_banner:hover {
  transition: all 0.3s ease;
  opacity: 0.6;
}

#instagram_banner #instagram_logo {
  height: 24px;
}

#instagram_banner #instagram_text_logo {
  height: 32px;
  margin: 0 16px;
}

#instagram_banner #arrow_right {
  height: 16px;
}
/* =====================================================
  ・ #secAbout (SP)
======================================================== */
#secAbout {
  width: 100%;
  height: auto;
  padding-top: 80px;
  background: #2d1c10;
  text-align: justify;
  color: #fff;
}
#secAbout .secInner {
  padding-bottom: 40px;
}
/* =====================================================
  ・ #secOrder (SP)
======================================================== */
#secOrder {
  width: 100%;
  height: auto;
  padding-top: 80px;
  background: #2d1c10;
  text-align: justify;
  color: #fff;
}
#secOrder .secInner {
  padding-bottom: 40px;
}
#secOrder figure {
  margin: 30px auto;
  text-align: center;
}
#secOrder figure figcaption {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #c69c6d;
  text-align: center;
}
#secOrder .btn:first-of-type {
  margin-bottom: 10px;
}
#secOrder .boxImage {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#secOrder .boxImage div {
  width: 50%;
  height: auto;
}
#secOrder .btn {
  max-width: 480px;
}
#secOrder .iconR::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  content: "";
  display: inline-block;
  width: 25px;
  height: 31px;
  margin-right: 10px;
  background: url("../images/top/icon_kakou.png") center no-repeat;
  background-size: contain;
}
#secOrder .iconS::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  margin-right: 10px;
  background: url("../images/top/icon_cart.png") center no-repeat;
  background-size: contain;
}
/* =====================================================
  ・ #secProducts (SP)
======================================================== */
#secProducts {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f1e5d4;
  text-align: center;
}
#secProducts h2 {
  text-align: center;
  color: #6a3906;
}
#secProducts .secItems {
  width: 100%;
  margin: 0 auto 40px;
}
#secProducts .boxItem {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
  background: #fff;
}
#secProducts .boxImage {
  width: 40%;
}
#secProducts .boxContent {
  width: 55%;
  text-align: justify;
}
#secProducts .boxContent h3 {
  margin-bottom: 15px;
  color: #6a3906;
  font-weight: bold;
}
#secProducts .btnMore {
  width: 100%;
  height: auto;
  margin: 15px auto;
}
#secProducts .btnMore a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: rgba(106, 57, 0, 0.6);
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
#secProducts .btnMore a .iconImgR {
  height: 25px;
}
#secProducts .btnMore a .iconImgY {
  height: 20px;
}
#secProducts .shopInfo {
  margin: 30px auto;
  font-size: 20px;
}
#secProducts .shopInfo strong {
  display: block;
  font-weight: bold;
}
.note {
  margin-top: 15px;
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  .logo_box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin: 24px auto;
    padding: 24px;
    width: 600px;
    height: 180px;
    background-color: #f1e5d4;
  }

  #text_check {
    font-size: 16px;
    font-weight: 600;
    color: #6a3906;
  }

  #text_check span {
    font-size: 32px;
    font-weight: 700;
  }

  #instagram_banner {
    width: fit-content;
    height: fit-content;
    padding: 12px 20px;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
    border-radius: 5px;
  }

  #instagram_banner:hover {
    transition: all 0.3s ease;
    opacity: 0.6;
  }

  #instagram_banner #instagram_logo {
    height: 36px;
  }

  #instagram_banner #instagram_text_logo {
    height: 48px;
    margin: 0 16px;
  }

  #secProducts .wrapBtn {
    max-width: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
  }
  #secProducts .btnMore {
    width: 32%;
    height: auto;
    margin: 0;
  }
  #secProducts .shopInfo strong {
    display: inline;
  }
  #secProducts .btnMore a .iconImgR {
    height: 20px;
  }
  #secProducts .btnMore a .iconImgY {
    height: 15px;
  }
}
@media screen and (min-width: 960px) {
  /*　for PC　*/
  /* =====================================================
      基本設定
  ======================================================== */
  .logo_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 24px auto;
    padding: 24px;
    width: 800px;
    height: 180px;
    background-color: #f1e5d4;
  }

  #text_check {
    font-size: 16px;
    font-weight: 600;
    margin-left: 80px;
    color: #6a3906;
  }

  #text_check span {
    font-size: 36px;
    font-weight: 700;
  }

  #instagram_banner {
    width: fit-content;
    height: fit-content;
    padding: 16px 24px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
    border-radius: 5px;
  }

  #instagram_banner:hover {
    transition: all 0.3s ease;
    opacity: 0.6;
  }

  #instagram_banner #instagram_logo {
    height: 52px;
  }

  #instagram_banner #instagram_text_logo {
    height: 64px;
    margin: 0 24px;
  }

  #instagram_banner #arrow_right {
    height: 32px;
  }

  /* リンク----------------------------- */
  #secScroll a:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  #secProducts .btnMore a:hover {
    opacity: 0.7;
  }
  /* =====================================================
    ・ #secSlide (min-width:960px) 
  ======================================================== */

  #secSlide .slick-slide {
    margin: 0 10px;
  }

  /* =====================================================
    ・ #secAbout (min-width:960px) 
  ======================================================== */
  #secAbout {
    position: relative;
  }
  #secAbout .secInner {
    text-align: justify;
  }
  #secAbout .secInner .boxContent {
    width: 40%;
  }
  #secAbout p {
    line-height: 2;
  }
  #secAbout .boxImage {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: auto;
  }

  /* =====================================================
    ・ #secOrder (min-width:960px) 
  ======================================================== */
  #secOrder {
    position: relative;
    min-height: 990px;
    padding-top: 0;
  }
  #secOrder .secInner {
    position: relative;
    padding-bottom: 0;
  }
  #secOrder .boxContent {
    position: absolute;
    width: 43%;
    max-width: 480px;
    top: 0;
    right: 0;
    padding-top: 80px;
  }
  #secOrder p {
    line-height: 2;
  }
  #secOrder .boxImage div {
    width: 50%;
    height: auto;
  }
  #secOrder .boxImage {
    display: block;
  }
  /* =====================================================
    ・ #secProducts (min-width:960px) 
  ======================================================== */
  #secProducts {
    text-align: center;
  }
  #secProducts .secInner {
    max-width: 1000px;
  }
  #secProducts .secItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #secProducts .boxItem {
    width: 49%;
    margin: 0 0 20px;
  }
}
