@charset "UTF-8";
#top .fv {
  padding: 142px 0 102px;
  background: #ffffff url(../images/bg_fv.png) center/cover;
  position: relative;
  z-index: 1;
}
#top .fv::before {
  content: "";
  width: 740px;
  height: 901px;
  background: url(../images/matcha_img.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#top .fv .title {
  font-family: "Cormorant", serif;
  font-size: 156px;
  line-height: 183px;
  font-weight: 300;
  color: #549b35;
  letter-spacing: 32px;
  margin-left: -8px;
  margin-bottom: 20px;
}
#top .fv .sub-title {
  font-size: 23px;
  line-height: 39px;
  letter-spacing: 8px;
  margin-bottom: 282px;
}
#top .fv .title-content {
  font-size: 32px;
  line-height: 1;
  color: #549b35;
  text-align: center;
  letter-spacing: 17px;
  margin-bottom: 93px;
  margin-left: 38px;
  position: relative;
}
#top .fv .title-content::before {
  content: "";
  width: 76px;
  height: 2px;
  background: #8b8b8b;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#top .fv .content {
  font-family: 游ゴシック体, 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 16px;
  line-height: 40px;
  color: #595757;
  text-align: center;
  margin-bottom: 78px;
}
#top .fv .content-2 {
  font-family: 游ゴシック体, 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 20px;
  line-height: 39px;
  color: #595757;
  text-align: center;
}
#top .fv .content-2 a {
  display: inline-block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 40px;
  color: #5c5957;
  margin-top: 6px;
}
#top .fv .content-2 small {
  font-size: 28px;
  margin-right: 8px;
}
#top .block-product {
  padding: 140px 0 100px;
  background: #f7f7f6;
}
#top .block-product.white {
  background: #ffffff;
}
#top .block-product.white .detail .list-ul ul li span {
  background: #ffffff;
}
#top .block-product .inner {
  max-width: 860px;
}
#top .block-product .title {
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 5px;
  padding-left: 110px;
  margin-bottom: 42px;
  position: relative;
}
#top .block-product .title span {
  font-family: "Cormorant", serif;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #595959;
  letter-spacing: 8px;
  margin-top: 10px;
}
#top .block-product .title img {
  width: 113px;
  height: auto;
  position: absolute;
  top: -40px;
  left: 0;
}
#top .block-product .list {
  width: calc(100% + 3px);
  margin-bottom: 14px;
}
#top .block-product .list img {
  width: 161px !important;
  cursor: pointer;
}
#top .block-product .list img:last-child {
  margin-right: 0;
}
#top .block-product .detail img {
  width: 100%;
  height: auto;
  margin-bottom: 52px;
}
#top .block-product .detail h3 {
  font-size: 28px;
  line-height: 30px;
  color: #181818;
  letter-spacing: 6px;
  margin-bottom: 40px;
}
#top .block-product .detail h4 {
  font-size: 16px;
  line-height: 30px;
  color: #1b1b1b;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
#top .block-product .detail p {
  font-size: 16px;
  line-height: 30px;
  color: #595757;
}
#top .block-product .detail .list-ul {
  margin-bottom: 35px;
}
#top .block-product .detail .list-ul ul {
  width: calc(50% - 35px);
  float: left;
  margin-right: 70px;
}
#top .block-product .detail .list-ul ul:last-child {
  margin-right: 0;
}
#top .block-product .detail .list-ul ul li {
  position: relative;
  z-index: 1;
}
#top .block-product .detail .list-ul ul li::before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 2px dotted #969696;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
#top .block-product .detail .list-ul ul li span {
  font-size: 16px;
  line-height: 36px;
  color: #595757;
  background: #f7f7f6;
  padding-right: 10px;
  position: relative;
}
#top .block-product .detail .list-ul ul li .right {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0;
  padding-left: 5px;
}
#top .block-product .slick-arrow {
  width: 44px;
  height: 44px;
  background: url(../images/btn_slide_prev.png) center/contain no-repeat;
  top: 265px;
  left: -65px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
#top .block-product .slick-arrow::before {
  content: none;
}
#top .block-product .slick-arrow.slick-next {
  background-image: url(../images/btn_slide_next.png);
  left: auto;
  right: -65px;
}
#top .block-product .slick-track {
  margin-left: 0;
}
#top .block-product .btn {
  display: block;
  width: 330px;
  height: 70px;
  font-size: 18px;
  line-height: 30px;
  color: #595757;
  text-align: center;
  padding-top: 20px;
  border: 1px solid #646262;
  margin: 35px auto 0;
}
#top .footer {
  padding: 38px 0 60px;
  text-align: center;
}
#top .footer a {
  font-family: 游ゴシック体, 游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  color: #5c5957;
  margin-bottom: 7px;
}

#shop { border-top: 1px solid #ededed; padding: 100px 0 100px ;}
#shop h2 { font-size: 56px; font-family: "Cormorant", serif; text-align: center;}
#shop h2 span { font-size: 24px; color: #595959; font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;}
#shop .sponsor { padding: 65px 0 0 0; width: 857px; margin: 0 auto;}
#shop .sponsor img.left { float: left; }
#shop .sponsor .right { float: right; width: 381px;}
#shop .sponsor .right h3 { padding: 10px 0 25px; font-size: 26px; }
#shop .sponsor .right p { color: #6d6d6d; line-height: 160%; }
#shop .sponsor .info { padding: 30px 0 10px;; margin-top: 30px; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed;}
#shop .sponsor .info dl { width: 50%; float: left; }
#shop .sponsor .info dl dt { display: inline-block; width: 99px; vertical-align: top; padding: 0 0 20px;}
#shop .sponsor .info dl dd { display: inline-block; width: 320px; vertical-align: top; padding: 0 0 20px;}
#shop .recipe { padding: 65px 0 0 0; width: 857px; margin: 0 auto; background: #f9f9f9; padding: 50px 80px; margin-top: 50px;}
#shop .recipe h3 { font-size: 26px; padding: 0 0 50px; text-align: center; line-height: 140%;}
#shop .recipe h3 span { font-size: 16px; color: #549b35; font-family: "Cormorant", serif; text-align: center; padding: 0 0 10px; display: inline-block;}
#shop .recipe .left { width: 357px; float: left; }
#shop .recipe .left h4 { font-size: 24px; letter-spacing: 1; padding: 0 0 28px; }
#shop .recipe .left h5 { font-size: 16px; padding: 0 0 10px; border-bottom: 1px solid #ededed; } 
#shop .recipe .left div { padding: 20px 0; }
#shop .recipe .left div dl { width: 50%; float: left; }
#shop .recipe .left div dl dt { font-size: 12px; width: 126px; display: inline-block; padding: 0 0 15px; color: #595757; background: url(../images/dot.jpg) repeat-x;}
#shop .recipe .left div dl dt span { background: #fff; }
#shop .recipe .left div dl dd { font-size: 12px; width: 52px; display: inline-block; text-align: right; padding: 0 0 15px; color: #595757;}
#shop .recipe .left p { font-size: 12px; color: #595757; line-height: 140%;}
#shop .recipe .make h4 { font-size: 16px; padding: 40px 0 20px; border-bottom: 1px solid #ededed; color: #595757;}
#shop .recipe .make p { padding: 20px 0 0 ; line-height: 160%; font-size: 14px; color: #595757; }
#shop .recipe .right { width: 290px; float: right; padding: 50px 0 0 ; }

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width: 640px) {
  #top .fv {
    padding: 193px 0 218px;
    background-image: url(../images/bg_fv_sp.png);
  }
  #top .fv::before {
    width: 376px;
    height: 277px;
    background-image: url(../images/matcha_img_sp.png);
    right: auto;
    left: 15px;
    top: -22px;
  }
  #top .fv .title {
    font-size: 47px;
    line-height: 54px;
    letter-spacing: 10px;
    margin-left: 0;
  }
  #top .fv .sub-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 3px;
    margin-bottom: 105px;
  }
  #top .fv .title-content {
    font-size: 20px;
    margin-left: 0;
    letter-spacing: 6px;
    margin-bottom: 42px;
  }
  #top .fv .title-content::before {
    width: 32px;
    height: 1px;
    bottom: -24px;
  }
  #top .fv .content {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 35px;
  }
  #top .fv .content-2 {
    font-size: 14px;
    line-height: 17px;
  }
  #top .fv .content-2 a {
    font-size: 24px;
    margin-top: 8px;
  }
  #top .fv .content-2 small {
    font-size: 12px;
    margin-right: 4px;
  }
  #top .block-product {
    padding: 85px 10px 45px;
  }
  #top .block-product .inner {
    max-width: 320px;
  }
  #top .block-product .title {
    font-size: 27px;
    line-height: 1;
    text-align: center;
    letter-spacing: 2px;
    padding-left: 0;
    margin-bottom: 25px;
  }
  #top .block-product .title span {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 3px;
  }
  #top .block-product .title .matcha {
	  margin-top: 5px;
  }
  #top .block-product .title img {
    width: 70px;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #top .block-product .list {
    width: calc(100% + 2px);
    margin-bottom: 5px;
  }
  #top .block-product .list img {
    width: calc(100% - 4px) !important;
    height: auto;
  }
  #top .block-product .detail img {
    margin-bottom: 15px;
  }
  #top .block-product .detail h3 {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 4px;
    margin-bottom: 15px;
  }
  #top .block-product .detail h4 {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  #top .block-product .detail p {
    font-size: 12px;
    line-height: 2;
  }
  #top .block-product .detail .list-ul {
    margin-bottom: 25px;
  }
  #top .block-product .detail .list-ul ul {
    width: 100%;
    margin-right: 0;
  }
  #top .block-product .detail .list-ul ul li::before {
    border-bottom-width: 1px;
  }
  #top .block-product .detail .list-ul ul li span {
    font-size: 12px;
    line-height: 2;
  }
  #top .block-product .btn {
    width: 90%;
    height: 45px;
    font-size: 14px;
    padding-top: 7px;
    margin-top: 25px;
  }
  #top .block-product .slick-arrow {
    width: 50px;
    height: 50px;
    background-image: url(../images/btn_slide_prev_sp.png);
    top: 90px;
    left: -54px;
  }
  #top .block-product .slick-arrow.slick-next {
    background-image: url(../images/btn_slide_next_sp.png);
    right: -54px;
  }
  #top .footer {
    padding: 20px 0 30px;
  }
  #top .footer a {
    font-size: 14px;
    line-height: 1;
  }
  #top .footer img {
    width: 80%;
    height: auto;
  }
  
  
#shop { border-top: 1px solid #ededed; padding: 50px 0 ;}
#shop h2 { font-size: 30px; font-family: "Cormorant", serif; text-align: center;}
#shop h2 span { font-size: 16px; color: #595959; font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;}
#shop .sponsor { padding: 30px 0 0 0; width: 100%; margin: 0 auto;}
#shop .sponsor img.left { float: inherit; width: 100%; height: auto;}
#shop .sponsor .right { float: inherit; width: 100%; padding: 20px 0 0;}
#shop .sponsor .right h3 { padding: 10px 0 25px; font-size: 22px; }
#shop .sponsor .right p { color: #6d6d6d; line-height: 160%; font-size: 14px;}
#shop .sponsor .info { padding: 30px 0 10px;; margin-top: 30px; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed;}
#shop .sponsor .info dl { width: 100%; float: inherit; }
#shop .sponsor .info dl dt { display: inline-block; width: 100%; vertical-align: top; padding: 0 0 10px;}
#shop .sponsor .info dl dd { display: inline-block; width: 100%; vertical-align: top; padding: 0 0 30px;}
#shop .recipe { padding: 65px 0 0 0; width: 100%; margin: 0 auto; background: #f9f9f9; padding: 50px 5%; margin-top: 25px;}
#shop .recipe h3 { font-size: 20px; padding: 0 0 20px; text-align: center; line-height: 140%;}
#shop .recipe h3 span { font-size: 14px; color: #549b35; font-family: "Cormorant", serif; text-align: center; padding: 0 0 10px; display: inline-block;}
#shop .recipe .left { width: 100%;; float: inherit; }
#shop .recipe .left h4 { font-size: 20px; letter-spacing: 1; padding: 0 0 28px; }
#shop .recipe .left h5 { font-size: 15px; padding: 0 0 10px; border-bottom: 1px solid #ededed; } 
#shop .recipe .left div { padding: 20px 0; }
#shop .recipe .left div dl { width: 100%; float: inherit; }
#shop .recipe .left div dl dt { font-size: 12px; width: 70%; display: inline-block; padding: 0 0 10px; color: #595757; background: url(../images/dot.jpg) repeat-x;}
#shop .recipe .left div dl dt span { background: #fff; }
#shop .recipe .left div dl dd { font-size: 12px; width: 30%; display: inline-block; text-align: right; padding: 0 0 10px; color: #595757;}
#shop .recipe .left p { font-size: 12px; color: #595757; line-height: 140%;}
#shop .recipe .make h4 { font-size: 14px; padding: 40px 0 10px; border-bottom: 1px solid #ededed; color: #595757;}
#shop .recipe .make p { padding: 10px 0 0 ; line-height: 160%; font-size: 12px; color: #595757; }
#shop .recipe .right { width: 100%; float: inherit; padding: 0 0 20px ; text-align: center; }
  
  
  
}