@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500&display=swap");
body {
  margin: 0;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.ship {
  font-family: 'Shippori Mincho B1', serif;
}

a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: .8;
  text-decoration: none;
}

.fs-l-main {
  margin: 0 auto !important;
  padding: 0 !important;
}

.fs-l-page {
  padding: 0 !important;
}

.black-tea-lp {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

section {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.sec-padding {
  padding-top: 80px;
  padding-bottom: 100px;
}

.inner {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
}

.inner:after {
  clear: both;
  content: "";
  display: table;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

@media screen and (min-width: 1201px) {
  .wrapper {
    -webkit-box-shadow: 1px 2px 10px rgba(100, 100, 100, 0.4);
            box-shadow: 1px 2px 10px rgba(100, 100, 100, 0.4);
    background: #fff;
  }
}

@media screen and (max-width: 840px) {
  .sec-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body {
    line-height: 1.45;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .sec-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*--------------------------
パーツ
----------------------------*/
.fs18 {
  font-size: 1.8rem;
}

/*--------------------------
タイトル
----------------------------*/
.sec-title {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 3.5rem;
}

.sec-title span {
  display: block;
  margin-bottom: 7px;
}

.sec-title .ic-insta img {
  width: 36px;
}

@media screen and (max-width: 840px) {
  .sec-title {
    font-size: 3rem;
  }
  .sec-title span {
    margin-bottom: 5px;
  }
  .sec-title .ic-insta img {
    width: 32px;
  }
}

@media screen and (max-width: 600px) {
  .sec-title {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
}

/*--------------------------
button
----------------------------*/
.link-btn {
  background: #D34848;
  padding: 1rem;
  color: #fff !important;
  border-radius: 6px;
  display: block;
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
}

/*-----------------------------
visual
----------------------------*/
.visual {
  padding-top: 50px;
  padding-bottom: 120px;
  width: 100%;
  color: #fff;
  background: url(https://chanoniwa.itembox.design/item/img/lp/black-tea/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.visual-txt {
  margin-bottom: 50px;
}

.visual-txt img {
  width: 90%;
  max-width: 550px;
}

.visual .logo img {
  width: 610px;
  height: auto;
  max-width: 100%;
  margin-bottom: 50px;
}

.visual figure img {
  width: 1012px;
  margin-bottom: 50px;
}

.visual-lead img {
  width: 100%;
  max-width: 700px;
}

@media screen and (max-width: 840px) {
  .visual-txt {
    margin-bottom: 30px;
  }
  .visual .logo img {
    width: 500px;
    margin-bottom: 30px;
  }
  .visual figure img {
    width: 700px;
    margin-bottom: 50px;
  }
  .visual-lead {
    letter-spacing: 0.2rem;
  }
}

@media screen and (max-width: 600px) {
  .visual {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .visual-txt {
    margin-bottom: 20px;
  }
  .visual-txt img {
    width: 80%;
  }
  .visual .logo img {
    width: 90%;
    margin-bottom: 30px;
  }
  .visual figure img {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*-----------------------------
intro
----------------------------*/
.intro {
  padding-top: 190px;
  padding-bottom: 180px;
  width: 100%;
  background: url(https://chanoniwa.itembox.design/item/img/lp/black-tea/intro_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.intro h3 {
  font-size: 3.4rem;
}

.intro p {
  letter-spacing: .3rem;
  line-height: 1.9;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 2rem;
}

.intro-txt-rt {
  padding-left: 5%;
  margin-bottom: 210px;
}

.intro-txt-lt {
  padding-left: 50%;
}

@media screen and (max-width: 840px) {
  .intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .intro h3 {
    font-size: 2.8rem;
  }
  .intro p {
    letter-spacing: .1rem;
    font-size: 1.7rem;
  }
  .intro-txt-rt {
    padding-left: 0;
    margin-bottom: 9vw;
  }
  .intro-txt-lt {
    padding-left: 43%;
  }
}

@media screen and (max-width: 600px) {
  .intro {
    padding-top: 180px;
    padding-bottom: 70px;
    width: 100%;
    background: url(https://chanoniwa.itembox.design/item/img/lp/black-tea/intro_sp2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .intro h3 {
    font-size: 2.4rem;
  }
  .intro p {
    font-size: 1.6rem;
  }
  .intro-txt-rt {
    padding-left: 0;
    margin-bottom: 0;
  }
  .intro-txt-lt {
    padding-left: 0;
  }
}

/*-----------------------------
case
----------------------------*/
.case-list li {
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .case-list li {
    margin-bottom: 40px;
  }
}

/*-----------------------------
recipe
----------------------------*/
.recipe {
  width: 100%;
  background: url(https://chanoniwa.itembox.design/item/img/lp/black-tea/bg_craft-2.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1200px;
}

.recipe-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recipe-list li {
  width: 45%;
  margin-bottom: 50px;
  text-align: center;
}

.recipe-list li figure {
  margin-bottom: 30px;
}

.recipe-list li figure img {
  width: 100%;
}

/*-----------------------------
concept-ocha
----------------------------*/
.sec-ocha {
  width: 100%;
  background: url(https://chanoniwa.itembox.design/item/img/lp/black-tea/bg_cha.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 10% 5%;
  text-align: center;
}

.sec-ocha .inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 6% 4% 4%;
}

.concept-list {
  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;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.concept-list li {
  width: 29%;
  text-align: center;
}

.concept-list li figure img {
  width: 100%;
  margin-bottom: 15px;
}

.concept-list li span {
  display: block;
}

@media screen and (max-width: 840px) {
  .sec-ocha {
    padding: 7% 3%;
  }
  .sec-ocha .inner {
    padding: 5% 4% 3%;
  }
  .concept-list {
    margin-bottom: 10px;
  }
}

/*@media screen and (max-width: $sp) {
  .concept-list {
    li {
      width: 31%;
      figure img {
        margin-bottom: 10px;
      }
    }
  }
}
*/
@media screen and (max-width: 600px) {
  .concept-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .concept-list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .concept-list li figure {
    width: 30%;
    margin-right: 15px;
  }
  .ocha-under-txt {
    text-align: left;
  }
  .ocha-under-txt br {
    display: none;
  }
}

/*-----------------------------
item
----------------------------*/
.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  text-align: center;
}

.item-list li {
  width: calc(33.33% - 30px);
  margin-left: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.item-list li p {
  padding: 0;
  margin: 0;
}

.item-list .item-cat {
  background: #fff;
  border: 1px solid #ca1d1d;
  color: #ca1d1d;
  line-height: 1;
  font-size: 1.2;
  font-weight: 500;
  padding: .3rem 2rem .4rem;
  display: inline-block;
  border-radius: 6px;
  margin: 0 auto 10px 0;
  font-size: 1.4rem;
}

.item-list figure {
  margin-bottom: 10px;
}

.item-list figure img {
  width: 100%;
  height: auto;
}

.item-list .item-name {
  font-weight: 700;
}

.item-list .item-price small {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0;
}

@media screen and (max-width: 840px) {
  .item-list li {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 600px) {
  .item-list .item-name {
    text-align: left;
    letter-spacing: 0;
  }
  .item-list .item-name br {
    display: none;
  }
  .item-list .item-price {
    text-align: left;
  }
}

/* cart */
.item-btn {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff !important;
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7979), to(#af0404));
  background: linear-gradient(to bottom, #ff7979 0%, #af0404 100%);
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 10px auto 0;
}

@media (max-width: 600px) {
  .item-btn {
    padding: .7rem;
    font-size: 1.5rem;
  }
}

.item-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

/*.cart {
  align-items: center;
  margin-top: 10px;
}
.vol-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  .vol-2 {
    margin-left: 5px;
  }
}


.cart button {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding: 1rem 5rem 1rem 5rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  background: linear-gradient(to bottom, #ff7979 0%, #af0404 100%);
}


.cart button span {
  position: relative;
  z-index: 1;
}
.cart button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

@media screen and (max-width: $sp) {
  .cart button {
    padding: 1rem 3rem;
  }
}
*/
/*-----------------------------
footer
----------------------------*/
.f-copy {
  margin: 0 auto 0;
  padding: 10px;
  font-size: 1.5rem;
  background: #960404;
  color: #fff;
  font-weight: 500;
}
