@charset "utf-8";

#gingerLp {
  color: #505050;
  width: 100%;
  padding: 0;
  margin: 0 0 100px;
}
#gingerLp .pcOnly {
	display: block;
  margin: 0 auto;
}
#gingerLp .spOnly {
	display: none;
}
#gingerLp section {
	width: 1000px;
  margin: 0 auto;
}
#gingerLp section.wide {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#gingerLp {
		font-size: 14px;
		line-height: 1.5em;
		width: 100%;
	}
	#gingerLp .pcOnly {
		display: none;
	}
	#gingerLp .spOnly {
		display: block;
    margin: 0 auto;
	}
	#gingerLp img {
		width: 100%;
	}
  #gingerLp section {
    width: 100%;
    margin: 0 auto;
  }
}


#gingerLp #mv {
  text-align: center;
  width: 100%;
  height: 530px;
  background: url("/sb/img/pages/steamedgingerpowder/mv_bg_pc.jpg") repeat-x center top;
}
#gingerLp #mv img {
  margin: 0 auto;
  width: 1000px;
}
#gingerLp .mvSubtxt {
  color: #5f5f5f;
  font-size: 11px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #gingerLp #mv {
    height: auto;
    background: none;
  }
  #gingerLp #mv img {
    width: 100%;
  }
  #gingerLp .mvSubtxt {
    padding: 8px;
  }
}


#gingerLp .first {
  padding: 64px 0 80px;
}
@media screen and (max-width: 768px) {
  #gingerLp .first {
    padding: 32px 0 64px;
  }
}


#gingerLp .cart {
  padding: 64px 0;
}
#gingerLp .cart ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#gingerLp .cart ul li.img {
  width: 45%;
}
#gingerLp .cart ul li.txt {
  width: 50%;
}
#gingerLp .cart .cartBtn {
  width: 640px;
  height: 80px;
  margin: 32px auto 0;
}
#gingerLp .cart .cartBtn a {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  background: #73B23D;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #gingerLp .cart {
    padding: 40px 0;
  }
  #gingerLp .cart ul li.img,
  #gingerLp .cart ul li.txt {
    width: 90%;
    text-align: center;
  }
  #gingerLp .cart .cartBtn {
    width: 90%;
  }
  #gingerLp .cart .cartBtn a {
    font-size: 22px;
    line-height: 30px;
    padding: 8px 16px;
  }
}


#gingerLp .recommend {
  padding: 38px 0;
}
#gingerLp .recommend .bg {
  background: url("/sb/img/pages/steamedgingerpowder/recommend_bg.jpg") repeat-y center top;
  box-shadow: 0 0 24px #d3d0ce;
  position: relative;
}
#gingerLp .recommend .title {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -38px;
}
#gingerLp .recommend .comment {
  width: 100%;
  padding: 52px 0 24px;
}
@media screen and (max-width: 768px) {
  #gingerLp .recommend .bg {
    background: url("/sb/img/pages/steamedgingerpowder/recommend_bg.jpg") repeat-y center top;
    background-size: 200%;
  }
  #gingerLp .recommend .title {
    top: -30px;
  }
  #gingerLp .recommend .comment {
    padding: 48px 0 24px;
  }
}


#gingerLp .about {
  margin: 0 auto;
}
#gingerLp .about .bg {
  background: #fbf6e7 url("/sb/img/pages/steamedgingerpowder/about_bg.jpg") no-repeat center top;
  background-size: contain;
  padding: 100px 0;
}
#gingerLp .about .title {
  padding: 0 0 64px;
}
#gingerLp .about ul {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gingerLp .about ul li.img {
  width: 34%;
}
#gingerLp .about ul li.txt {
  font-size: 20px;
  line-height: 40px;
  width: 60%;
  padding: 8px 0 0;
}
#gingerLp .about ul li.txt .em {
  color: #f98d00;
  font-weight: bold;
}
#gingerLp .about p {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #gingerLp .about.wide {
    padding: 0;
  }
  #gingerLp .about .bg {
    padding: 64px 0;
  }
  #gingerLp .about .title {
    padding: 0 0 16px;
  }
  #gingerLp .about ul {
    width: 100%;
  }
  #gingerLp .about ul li.img {
    text-align: center;
    width: 100%;
    padding: 16px;
  }
  #gingerLp .about ul li.txt {
    font-size: 18px;
    line-height: 32px;
    width: 100%;
    padding: 16px;
  }
  #gingerLp .about ul li.img img {
    width: 80%;
    margin: 0 auto;
  }
  #gingerLp .about p {
    font-size: 18px;
    line-height: 32px;
    padding: 24px 16px 0;
  }
}


#gingerLp .contents {
  margin: 0 auto;
  padding: 64px 0;
  background: #f98d00 url("/sb/img/pages/steamedgingerpowder/contents_bg_pc.png") repeat-y center top;
}
#gingerLp .contents .bg {
  width: 780px;
  margin: 0 auto;
  padding: 32px 64px;
  background: #ffffff;
  box-shadow: 10px 10px 0 #fa7600;
}
#gingerLp .contents .title {
  text-align: center;
  padding: 0 0 16px;
}
#gingerLp .contents ul {
}
#gingerLp .contents ul li {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  border-bottom: 2px dashed #f98d00;
  padding: 16px 8px 8px;
}
#gingerLp .contents ul li .em {
  color: #fa8d00;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #gingerLp .contents {
    background: #f98d00 url("/sb/img/pages/steamedgingerpowder/contents_bg_sp.png") repeat-y center top;
    background-size: contain;
  }
  #gingerLp .contents .bg {
    width: 88%;
    margin: 24px auto;
    padding: 16px 16px;
  }
  #gingerLp .contents ul li {
    font-size: 18px;
  }
}


#gingerLp .contentsDetail {
  font-size: 18px;
  line-height: 36px;
  padding: 0 0 64px;
}
#gingerLp .contentsDetail .bg {
  background: url("/sb/img/pages/steamedgingerpowder/content_detail_bg_pc.jpg") repeat-x center top;
  padding: 8px 16px 0;
}
#gingerLp .contentsDetail .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 64px;
}
#gingerLp .contentsDetail .title {
  margin: 16px 0 64px;
}
@media screen and (max-width: 768px) {
  #gingerLp .contentsDetail {
    font-size: 15px;
    line-height: 30px;
  }
  #gingerLp .contentsDetail .bg {
    background: url("/sb/img/pages/steamedgingerpowder/content_detail_bg_sp.jpg") no-repeat center top;
    background-size: contain;
    padding: 16px;
  }
  #gingerLp .contentsDetail .inner {
    width: 100%;
    padding: 0 0 48px;
  }
  #gingerLp .contentsDetail .title {
    margin: 12px 0 48px;
  }
}


#gingerLp #point1 .maintxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 64px;
}
#gingerLp #point1 .maintxt .txt {
  width: 58%;
}
#gingerLp #point1 .maintxt .img {
  width: 38%;
}
#gingerLp #point1 .maintxt .img img {
  width: 100%;
}
#gingerLp #point1 .graph {
  border: 1px solid #f98d00;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gingerLp #point1 .graph .txt {
  width: 45%;
}
#gingerLp #point1 .graph .txt .bg {
  font-size: 11px;
  line-height: 14px;
  background: #f0f0f0;
  padding: 16px;
}
#gingerLp #point1 .graph .img {
  width: 50%;
}
#gingerLp #point1 .graph .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gingerLp #point1 .maintxt .txt {
    width: 100%;
    margin: 0 0 24px;
  }
  #gingerLp #point1 .maintxt .img {
    width: 100%;
  }
  #gingerLp #point1 .graph {
    padding: 16px;
  }
  #gingerLp #point1 .graph .txt {
    width: 100%;
  }
  #gingerLp #point1 .graph .img {
    width: 1000%;
    margin: 0 0 24px;
  }
}


#gingerLp #point2 .maintxt {
  text-align: center;
  margin: 0 auto 32px;
}
#gingerLp #point2 .package {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 64px auto 0;
}
#gingerLp #point2 .package .txt {
  width: 58%;
}
#gingerLp #point2 .package .img {
  width: 38%;
}
#gingerLp #point2 .package .img img {
  width: 100%;
}
#gingerLp #point2 p.h3 {
  color: #e83416;
  font-size: 30px;
  line-height: 60px;
  font-weight: bold;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  #gingerLp #point2 .package .txt {
    text-align: center;
    width: 100%;
  }
  #gingerLp #point2 .package .img {
    width: 100%;
  }
  #gingerLp #point2 p {
    margin: 0 0 16px;
  }
  #gingerLp #point2 p.h3 {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
}


#gingerLp #point3 .process {
  text-align: center;
}
#gingerLp #point3 .title2 {
  margin: 0 auto 32px;
}
#gingerLp #point3 .title2 p {
  width: 50%;
  margin: 0 auto;
}
#gingerLp #point3 .process {
  padding: 32px 0;
}
#gingerLp #point3 .process p {
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  #gingerLp #point3 .title2 p {
    width: 100%;
  }
  #gingerLp #point3 .process p {
    padding: 24px 0;
  }
}


#gingerLp #point4 .txt {
  text-align: center;
}
#gingerLp #point4 .graph {
  text-align: center;
  width: 640px;
  border: 1px solid #f98d00;
  padding: 32px;
  margin: 64px auto 0;
}
#gingerLp #point4 .graph img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #gingerLp #point4 .graph {
    width: 100%;
    padding: 16px;
  }
  #gingerLp #point4 .graph img {
    width: 100%;
  }
}


#gingerLp #point5 .guideline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gingerLp #point5 .guideline .txt {
  width: 60%;
  padding: 40px 0 0;
}
#gingerLp #point5 .guideline .txt .sub {
  font-size: 16px;
  line-height: 32px;
  background: #f8f1e3;
  margin: 16px 0 0;
  padding: 16px 24px;
}
#gingerLp #point5 .guideline .img {
  width: 35%;
}
#gingerLp #point5 .guideline .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gingerLp #point5 .guideline .txt {
    text-align: center;
    width: 100%;
    padding: 0;
    order: 2;
  }
  #gingerLp #point5 .guideline .img {
    width: 100%;
    text-align: right;
    margin: 0 0 24px;
    order: 1;
  }
  #gingerLp #point5 .guideline .img img {
    width: 75%;
  }
}


#gingerLp .drink .bg {
  background: #ffb6c2 url("/sb/img/pages/steamedgingerpowder/drink_bg.jpg") no-repeat center top;
}
#gingerLp .drink .inner {
  padding: 0 0 48px;
}


#gingerLp .example {
  padding: 64px 0;
}



#gingerLp .review {
  background: #ffb6c2 url("/sb/img/pages/steamedgingerpowder/review_bg_pc.jpg") repeat center top;
}
#gingerLp .review .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 48px 0;
}
#gingerLp .review ul {
  width: 860px;
  margin: 0 auto;
}
#gingerLp .review ul li {
  background: #ffffff;
  border-radius: 16px;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#gingerLp .review ul li .tag {
  width: 140px;
  display: block;
  position: absolute;
  top: -24px;
  left: -24px;
}
#gingerLp .review ul li .txt {
  font-size: 16px;
  line-height: 32px;
  width: 76%;
  padding: 32px 0 32px 40px;
}
#gingerLp .review ul li .img {
  width: 22%;
  padding: 32px 0 0;
  margin-top: auto;
}
#gingerLp .review ul li .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gingerLp .review {
    background-size: 200%;
  }
  #gingerLp .review .inner {
    width: 100%;
    margin: 0 auto;
    padding: 48px 0;
  }
  #gingerLp .review ul {
      width: 100%;
  }
  #gingerLp .review ul li {
    background: #ffffff;
    border-radius: 16px;
    margin: 40px 16px 0;
  }
  #gingerLp .review ul li .tag {
    width: 180px;
    top: -24px;
    left: -16px;
  }
  #gingerLp .review ul li .txt {
    width: 100%;
    padding: 48px 24px 0;
  }
  #gingerLp .review ul li .img {
    text-align: right;
    width: 100%;
    padding: 8px 0 0;
  }
  #gingerLp .review ul li .img img {
    width: 50%;
  }
}


#gingerLp .itemdetail .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 64px 0;
}
#gingerLp .itemdetail .title {
  margin: 0 0 40px;
}
#gingerLp .itemdetail .data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gingerLp .itemdetail .data .img {
  width: 28%;
}
#gingerLp .itemdetail .data .img img {
  width: 100%;
}
#gingerLp .itemdetail .data .txt {
  width: 65%;
}
#gingerLp .itemdetail .data .ttl {
  color: #fa8d00;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
#gingerLp .itemdetail .data .ttl .subtxt {
  color: #202020;
  font-size: 14px;
  font-weight: normal;
}
#gingerLp .itemdetail .data dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 16px;
}
#gingerLp .itemdetail .data dl dt {
  font-size: 14px;
  line-height: 24px;
  width: 20%;
  padding: 0 8px;
  margin: 4px 0 0;
  background: #ece9e4;
}
#gingerLp .itemdetail .data dl dd {
  font-size: 14px;
  line-height: 24px;
  width: 80%;
  margin: 4px 0 0;
  padding: 0 0 0 16px;
}
#gingerLp .itemdetail .data p {
  font-size: 14px;
  line-height: 24px;
}
#gingerLp .itemdetail .data .attention {
  background: #ece9e4;
  margin: 40px 0 0;
  padding: 8px 40px 24px;
}
#gingerLp .itemdetail .data .attention p {
  font-size: 12px;
  line-height: 22px;
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  #gingerLp .itemdetail .inner {
    width: 100%;
    margin: 0 auto;
    padding: 48px 8px;
  }
  #gingerLp .itemdetail .data .img {
    width: 100%;
    text-align: center;
  }
  #gingerLp .itemdetail .data .img img {
    width: 45%;
  }
  #gingerLp .itemdetail .data .txt {
    width: 100%;
    margin: 24px 0 0;
  }
  #gingerLp .itemdetail .data dl dt {
    width: 30%;
  }
  #gingerLp .itemdetail .data dl dd {
    width: 70%;
    padding: 0 0 0 16px;
  }
  #gingerLp .itemdetail .data .attention {
    background: #ece9e4;
    margin: 40px 0 0;
    padding: 8px 24px 24px;
  }
}


#gingerLp .qa {
  background: #ece9e4;
}
#gingerLp .qa .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 64px 0;
}
#gingerLp .qa .title {
  text-align: center;
  margin: 0 0 40px;
}
#gingerLp .qa .title img {
  width: 400px;
}
#gingerLp .qa .txt dt {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  background: #ffffff;
  padding: 8px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gingerLp .qa .txt dd {
  font-size: 16px;
  line-height: 32px;
  padding: 16px 16px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gingerLp .qa .txt dt p.icon {
  color: #fa8d00;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  width: 5%;
}
#gingerLp .qa .txt dd p.icon {
  color: #fa8d00;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  width: 5%;
}
#gingerLp .qa .txt p {
  width: 95%;
}
@media screen and (max-width: 768px) {
  #gingerLp .qa .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
  #gingerLp .qa .txt dt {
    font-size: 18px;
    line-height: 32px;
  }
  #gingerLp .qa .txt dd {
    font-size: 14px;
    line-height: 28px;
  }
  #gingerLp .qa .txt dt p.icon {
    font-size: 24px;
    line-height: 32px;
    width: 5%;
  }
  #gingerLp .qa .txt dd p.icon {
    font-size: 24px;
    line-height: 28px;
    width: 10%;
  }
  #gingerLp .qa .txt p {
    width: 90%;
  }
}
















