@charset "UTF-8";

.color-red {
  font-weight: bold;
  color: #e60012;
}

.mark {
  background: linear-gradient(transparent 40%, #ffe400 20%);
}
.sp{
  display: none;
}
.pc{
  display: block;
}
@media screen and (max-width:560px) {
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
}
/* 商品一覧 */
body.wanpaku #contents.is-products .products-intro .products-intro__container .products-intro__contents .products-intro__content {
  margin-bottom: 20px;
}

body.wanpaku .products-products_list.Wanpaku {
  background: url(/common/img/products/bg_intoro.png) repeat;
  padding-bottom: 60px !important;
}

body.wanpaku .products-intro__content p{
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
body.wanpaku .products-intro h3{
  position: relative;
}
body.wanpaku .products-intro h3 .wanpaku_ttl{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.wanpaku #contents.is-products section.products-intro .products-intro__container h3 span.bg-red {
    padding: 0.3em 1em;
    background: #e60012;
    border-radius: 30px;
    font-size: 18px;
    color: #FFF;
}
#contents.is-products section.products-intro .products-intro__container .products-intro__contents p.dog_img.sp{
  display: none;
}
@media screen and (max-width:960px) {
  body.wanpaku .products-intro h3 .wanpaku_ttl{
    width: 30vw;;
    top: -2vw;
    transform: none;
    left: 0;
    width: 20vw;
  }
}
@media screen and (max-width:768px) {
  #contents.is-products section.products-intro .products-intro__container .products-intro__contents p.dog_img.sp{
    display: block;
    position: static;
    width: 80%;
    text-align: center;
    margin-bottom: 20px;
  }
#contents.is-products section.products-intro .products-intro__container .products-intro__contents p.dog_img.pc{
  display: none;
}
}

/* /////////////
詳細
///////////// */
@media screen and (max-width:1400px) {
  html {
    font-size: calc(1000vw / 1400) !important;
  }
}

@media screen and (max-width:1000px) {
  html {
    font-size: calc(1000vw / 1000) !important;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: calc(1000vw / 768) !important;
  }
}

@media screen and (max-width:560px) {
  html {
    font-size: calc(1000vw / 560) !important;
  }
}

@font-face {
  font-family: "anzu";
  src: url(/common/img/products/detail/wanpaku/font/APJapanesefont.woff),
    url(/common/img/products/detail/wanpaku/font/APJapanesefont.woff2);
}

.anzu {
    font-family: "anzu";
    font-size: 2.8rem;
    letter-spacing: -3px;
    line-height: 1.5;
}
/* 共通 */
.bg_beige {
  background: #fff7ec;
  border-radius: 2rem;
  padding: 4rem;
  box-sizing: border-box;
}

.wanpaku_detail {
  background: url(/common/img/products/detail/wanpaku/bg.jpg);
  overflow: hidden;
}

.wanpaku_detail_inner {
  max-width: 1200px;
  margin: auto;
  padding: 4rem 2rem;
}

/* MV */
.mv {
  text-align: center;
  padding: 0 4rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 6rem;
}

.mv h2 {
  margin: 20px 0px 0px 0px;

}
.mv h2 img{
  margin: auto;
}
.mv::after,
.mv::before {
  display: block;
  content: "";
  height: 1.3rem;
  width: 100%;
  background: url(/common/img/products/detail/wanpaku/line.png) left / auto repeat-x;
}

@media screen and (max-width:768px) {
  .mv h2 {
   margin: -20px 0px 0px 0px;
  }
}

/* 想い */
.think {
  max-width: 1000px;
  margin: 0 auto 6rem;
}

.think_ttl {
  text-align: center;
  margin-bottom: -5rem;
  padding: 0 8rem;
}

.message_wrap {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}

.message_wrap .txtArea {
  width: calc(70% - 4rem);
  margin-right: 4rem;
  font-size: 1.8rem;
}

.message_wrap .txtArea h5 {
  margin-bottom: 2rem;
  text-align: center;
}

.message_wrap .imgArea {
  width: 30%;
  font-size: 1.4rem;
}

.message_wrap .imgArea figure {
  text-align: center;
}
@media screen and (max-width:768px) {
  .message_wrap{
    flex-direction: column-reverse;
    justify-content: center;
  }
  .message_wrap .txtArea,
  .message_wrap .imgArea {
    width: 100%;
  }
  .message_wrap .imgArea {
    margin-bottom: 2rem;
  }

}

/* 商品についてタイトル */
.about_ttl h3 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #44010e;
  text-align: center;
  padding: 4rem;
}

.about_ttl::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4rem 3rem 0 3rem;
  border-color: #44010e transparent transparent transparent;
  margin: 0 auto 6rem;
}

.wanpaku_about .midasi {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin: 2rem 0;
}

.wanpaku_about .read {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  margin: 4rem 0;
}

/* 栄養 */
.wanpaku_about_mv{
  text-align: center;
}
.about_list {
  max-width: 1000px;
  margin: 0 auto 6rem;
}

.about_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_list li {
  box-shadow: 4px 4px 8px -3px rgba(36, 17, 17, 5.6);
  width: calc(50% - 2rem);
  position: relative;
  margin-bottom: 5rem;
}

.about_list li::before {
  display: block;
  content: "";
  width: 0;
  background: url(/common/img/products/detail/wanpaku/asiato.png) center / contain repeat-x;
  width: 5.7rem;
  height: 9.6rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.list_ttl {
  margin: -6rem 0 2rem -7rem;
}

.list_img {
  text-align: center;
  margin-bottom: 3rem;
}
.list_txt{
  font-size: 1.8rem;
}
.plus_ttl {
  margin-bottom: -3rem;
}

.plus_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.plus_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 49%;
}

.plus_wrap .imgArea {
  width: 37%;
  text-align:center;
}

.plus_wrap .txtArea {
  width: calc(63% - 1rem);
  margin-left: 1rem;
  font-size: 1.8rem;
}
.plus dt {
  font-weight: 900;
}
@media screen and (max-width:960px) {
  .list_ttl {
    width: 80%;
  }
}
@media screen and (max-width:768px) {
  .about_list li {
    width: 100%;
  }
}
@media screen and (max-width:560px) {
  .plus_ttl{
    width: 20rem;
  }
  .plus_inner,
  .plus_wrap .imgArea,
  .plus_wrap .txtArea {
    width: 100%;
    margin-bottom: 2rem
  }

}

/* 粒 */
.tubu{
  max-width: 1000px;
  margin: auto;
  margin-bottom: 7rem; 
}
.tubu_wrap{
  background: #fff;
  border: 2px solid #190b03;
  box-sizing: border-box;
  padding: 6rem 4rem 0rem;
  text-align:center;
}
.tubu_ttl{
  margin-bottom: -5rem;
}
.tubu_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.tubu_txt_ttl{
  font-weight: 900;
  font-size: 2.8rem;
}
.tubu_txt{
  font-size: 2.2rem;
  text-align: left;
}
.tubu_wrap .txtArea{
  width: 50%;
  margin-right: 4rem;
}
.tubu_wrap .imgArea{
  width: calc(50% - 4rem);
}
.license ul{
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:768px) {
  .tubu_wrap .txtArea{
    width: 100%;
    margin: 0 auto 3rem;
  }
  .tubu_wrap .imgArea{
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .license ul{
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .license li{
    text-align: center;
    margin-bottom: 2rem;
  }
  .tubu_inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0rem;
}

}
@media screen and (max-width:768px) {
.tubu_ttl{
  width: 52rem;
  text-align: center;
}

.tubu_txt_ttl{
  text-align: center;
  margin-bottom: 2rem;
}
}

/* 3原則 */
.point {
  max-width: 1000px;
  margin: auto;
  background: url(/common/img/products/detail/wanpaku/point_bg.png) top / contain repeat-y;
  padding: 4rem;
  position: relative;
}

.point::before {
    display: block;
    content: "";
    width: 0;
    background: url(/common/img/products/detail/wanpaku/asiato.png) center / contain no-repeat;
    width: 13rem;
    height: 14rem;
    position: absolute;
    top: -4rem;
    right: 2rem;
}
.point::after {
    display: block;
    content: "";
    width: 0;
    background: url(/common/img/products/detail/wanpaku/asiato.png) center / contain no-repeat;
    width: 13rem;
    height: 14rem;
    position: absolute;
    bottom: -4rem;
    left: 2rem;
    transform: scale(-1,1);
}
.point_img {
  text-align: center;
}

.point_ttl {
  text-align: center;
  padding: 0 4rem;
  margin-bottom: 4rem;
}

.point_detail {
  max-width: 73%;
  margin: auto;
}

.point_detail dl {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px dashed #190b03;
}

.point_detail dt {
  font-weight: 900;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.point_detail dd {
  font-size: 2.2rem;
}


/* 国内製造 */
.safety{
  max-width: 1000px;
  margin: 6rem auto ;
}
.safety_wrap{
  background: #fff;
  border: 2px solid #190b03;
  box-sizing: border-box;
  padding: 6rem 4rem 4rem;
}
.safety_ttl{
  margin-bottom: -5rem;
}
.safety_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.safety_txt_ttl{
  font-weight: 900;
  font-size: 2.8rem;
}
.safety_txt{
  font-size: 2.2rem;
}
.safety_wrap .txtArea{
  width: 50%;
  margin-right: 4rem;
}
.safety_wrap .imgArea{
  width: calc(50% - 4rem);
}
.license ul{
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:768px) {
  .safety_wrap .txtArea{
    width: 100%;
    margin: 0 auto 3rem;
  }
  .safety_wrap .imgArea{
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .license ul{
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .license li{
    text-align: center;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width:768px) {
.safety_ttl{
  width: 30rem;
}
.safety_txt_ttl{
  text-align: center;
  margin-bottom: 2rem;
}
}
/* 声 */
.voice_ttl{
  margin-bottom: 4rem;
  text-align: center;
}
.voice_wrap{
  margin-bottom: 4rem;
}
.voice_txt_ttl{
  margin-bottom: 4rem;
  text-align: center;
}
.voice_txt .anzu{
  font-size: 3.2rem;
}

.staff_voice_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.staff_voice_ttl{
  text-align: center;
  margin: 6rem auto -3rem;
}
.staff_voice_wrap .voice_txt_ttl{
  width: 40%;
  margin-right: 3rem;
}
.staff_voice_wrap .voice_txt{
  width: calc(60% - 3rem);
}
.staff_voice_wrap.staff_01{
  padding: 4rem 0;
  margin-bottom: 4rem;
  border-bottom: 1px dashed #190b03;
}
@media screen and (max-width:768px) {
  .staff_voice_wrap .voice_txt_ttl{
    width: 100%;
    margin-bottom: 2rem;
  }
  .staff_voice_wrap .voice_txt{
  width: 100%;
  }
}

/* 動画 */
.youtube_ttl{
  text-align: center;
  margin-bottom: 4rem;
}

.youtube_wrap {
	    height: 0;
	    overflow: hidden;
	    padding-bottom: 56.25%;
	    position: relative;
	}
	.youtube_wrap iframe {
	    position: absolute;
	    left: 0;
	    top: 0;
	    height: 100%;
	    width: 100%;
	}


/* 詳細カート */
.item_point{
  margin: auto;
}
