@charset "Shift_JIS";

/* 基本 */
* {
  margin: 0;
  padding: 0;
  font-family: alphabet, 'Noto Sans Japanese', sans-serif;
  font-feature-settings: 'palt';
}

main {
  margin: 0 auto;
  background-color: #fff;
}

li {
  list-style-type: none;
}

p {
  color: #5e4a41;
}

a {
  text-decoration: none;
  color: #5e4a41;
}
a:active {
  color: #5e4a41;
}
a:hover {
  text-decoration: none;
}

h2,h3 {
  color: #5e4a41;
  font-weight: bold;
  font-family:"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

h3 sup {
  font-family:"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

h1:not(:last-child),h2:not(:last-child),h3:not(:last-child),p:not(:last-child) {
  margin-bottom: 0;
}

.p-footer {
  margin-top: 5rem;
  background-color: #fff;
}

/* 汎用要素 */
.second_column {
  display: flex;
  align-items: center;
}

.flex_lift {
  display: block;
}

.display_for_pc {
  display: block;
}

.display_for_sp {
  display: none;
}

.deco_h2 {
  height: 21px;
  display: block;
  background-image: url("/articles/grp/publish/img/deco_h2.png");
}

.deco_h3 {
  height: 4px;
  display: block;
  background-image: url("/articles/grp/publish/img/deco_h3.png");
}

.m_align {
  margin: 0 auto;
}

.bold_text {
  font-weight: bold;
}

/* KV */
.kv {
  margin-bottom: 120px;
}

.kv_width {
  max-width: 960px;
  margin: 0 auto;
}

.kv h1 {
  margin-bottom: 40px;
  /* background-image: url("/articles/grp/publish/img/kv_bg.jpg"); */
}

.kv h1 img {
  margin: 0 auto;
  padding: 37.5px 0;
}

.kv_text {
  font-size: 32px;
  color: #4d4d4d;
  font-weight: bold;
  margin: 0 40px;
  letter-spacing: 1px;
  text-align: justify;
  font-family:"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.second_column_kv {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

/* アンカーリンクエリア */
.anchor_btn {
  margin-bottom: 60px;
}

.anchor_btn a:hover {
  opacity: 0.8;
}

.anchor_width {
  max-width: 960px;
  margin: 0 auto;
}

.anchor_width ul {
  margin: 0 10px;
}

.anchor_btn .second_column {
  flex-wrap: wrap;
  justify-content: space-around;
}

.anchor_btn li {
  width: 49%;
}

.anchor_btn a {
  height: 14.5vw;
  max-height: 150px;
  margin-bottom: 8px;
  background-color: #fff6e5;
  display: flex;
  align-items: center;
}

.anchor_btn a::after {
  content: "▼";
  font-size: 30px;
  color: #6c3a06;
}

.anchor_btn p {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #6c3a06;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* 成分、こだわりポイント */
#about {
  padding: 60px 0 30px;
  background-color: #fff6e5;
}

.about_width {
  max-width: 960px;
  margin: 0 auto;
}

#about h2 {
  text-align: center;
  font-size: 32px;
  padding: 16px 0;
  color: #6c3a06;
}

#about .about_head {
  margin-bottom: 40px;
}

.about_title {
  font-size: 24px;
  text-indent: -1em;
  margin-left: 1em;
}

.about_text {
  font-size: 1.8rem;
  font-weight: bold;
}

#about .point-1,
#about .point-2,
#about .point-3 {
  align-items: flex-start;
  padding: 0 20px;
  margin-bottom: 40px;
}

#about .point-1 p,
#about .point-2 p,
#about .point-3 p {
  color: #4d4d4d;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#about .point-1 .flex_lift,
#about .point-2 .flex_lift,
#about .point-3 .flex_lift {
  margin-right: 5%;
  width: 45%;
}

.img_detail {
  text-align: right;
  font-family: alphabet, 'Noto Sans Japanese', sans-serif!important;
}

.trivia {
  padding: 32px;
  align-items: flex-end;
  justify-content: center;
}

.trivia h3 {
  font-size: 30px;
  margin-bottom: 16px;
  text-align: center;
  color: #6c3a06;
}

.trivia_contents {
  margin-bottom: 16px;
  margin-left: 30px;
  line-height: 30px;
}

.trivia_contents p {
  color: #4d4d4d;
  text-align: justify;
}

.trivia_title {
  font-size: 22px;
  text-indent: -1em;
  margin-left: 1em;
}

.font-change {
  font-family: 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 16px;
}

.deco_trivia {
  height: 85px;
  display: block;
  background-image: url("/articles/grp/publish/img/trivia_top.png");
}

.deco_trivia_bot {
  height: 85px;
  display: block;
  background-image: url("/articles/grp/publish/img/trivia_bottom.png");
}

.quiz_top {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 100px;
  background-color: #3d1e0d;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}

.quiz_text {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 30px!important;
  font-size: 1.8rem;
  font-weight: bold;
}

.quiz_attention {
  font-size: 15px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.quiz_hide_answer {
  font-size: 28px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif!important;
}

.quiz_answer {
  text-align: right;
  width: 460px;
  margin: 0 auto;
}

/* 口コミ */
#review {
  padding-top: 60px;
  margin-bottom: 60px;
}

#review h2 {
  text-align: center;
  font-size: 32px;
  padding: 16px 0;
  color: #6c3a06;
}

.review_width {
  max-width: 960px;
  margin: 0 auto;
}

#review .review_head {
  margin-bottom: 40px;
}

#review .review-1 .review_back {
  padding: 50px;
  padding-bottom: 25px;
  background-color: #fff6e5;
}
#review .review-2 .review_back {
  padding: 50px;
  padding-bottom: 25px;
  background-color: #fff6e5;
}

#review .review-1 p {
  font-size: 18px;
  text-align: justify;
}
#review .review-2 p {
  font-size: 18px;
  text-align: justify;
}

#review .review-1 .review_border {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
}
#review .review-2 .review_border {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
}

#review .review-1 .triangle {
  position: relative;
  bottom: 60px;
  display: inline-block;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #fff6e5;
}

.review-1 {
  margin: 0 10px 40px;
}

.review-2 {
  margin: 0 10px;
}

#review .review_btn {
  text-align: right;
  margin: 20px 10px 0 0;
}

#review .review_btn a {
  color: #5e4a41;
  font-size: 22px;
  text-decoration: underline;
}

#review .review_btn a:hover {
  text-decoration: none;
}

#review .review-2 .triangle {
  position: relative;
  bottom: 60px;
  display: inline-block;
  border-style: solid;
  border-width: 14px 24px 14px 0;
  border-color: transparent #fff6e5 transparent transparent;
}

.review_star {
  color: #f2a414;
  font-size: 25px;
}

.review_star_off {
  color: #fff;
  font-size: 23px;
  vertical-align: middle;
  -webkit-text-stroke: 1px #f2a414;
}

.review_anno {
  text-align: right;
  margin: 20px 10px 0;
}

.review_attention {
  margin: 20px 10px 0;
  text-align: right;
}

/* 商品エリア（関連商品と一部共通） */
#cart_area {
  padding-top: 60px;
  margin-bottom: 60px;
}

.cart_width {
  max-width: 960px;
  margin: 0 auto;
}

#cart_area h3 {
  font-size: 32px;
  text-align: center;
  padding: 8px 0;
  color: #6c3a06;
}

#cart_area .second_column {
  padding: 0 20px;
  margin-bottom: 40px;
  align-items: stretch;
}

#cart_area .deco_area {
  margin-bottom: 40px;
}

#cart_area .item_about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
  width: 100%;
  /* height: 31.5vw;
  max-height: 320px;
  position: relative; */
}

#cart_area .item_about p {
  color: #4d4d4d;
}

.item_name {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  top: 20px;
  line-height: 40px;
}

.capacity {
  font-size: 20px;
  position: relative;
  top: 20px;
}

.price {
  text-align: right;
  font-size: 20px;
  position: relative;
  top: 30px;
  line-height: 30px;
}

/* #cart_area .price {
  top: 75px;
} */

.price_empha {
  font-size: 28px;
}

.cart_btn {
  width: 100%;
  padding: 12px 0;
  color: #fff;
  background-color: #e94738;
  text-align: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
  /* position: absolute;
  bottom: 0; */
}
.cart_btn:hover {
  opacity: 0.8;
}
.cart_btn:active {
  color: #fff;
}

.ex_cart_btn {
  width: 100%;
  padding: 12px 0;
  margin-top: 20px;
  color: #fff;
  background-color: #eca306;
  text-align: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.ex_cart_btn:hover {
  opacity: 0.8;
}
.ex_cart_btn:active {
  color: #fff;
}

.hclaims_space {
  margin-bottom: 20px;
}

.claims_one {
  margin-top: 30px;
}

.health_claims {
  position: relative;
  top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}

.item_detail {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 一緒に紹介された商品 */

/* 関連商品 */
#relation {
  padding: 30px 0 60px;
  background-color: #fff6e5;
}

.relation_width {
  max-width: 960px;
  margin: 0 auto;
}

#relation h2 {
  text-align: center;
  font-size: 32px;
  padding: 16px 0;
  color: #6c3a06;
}

#relation .relation_head {
  margin-bottom: 40px;
}

#relation h3 {
  font-size: 32px;
  text-align: center;
  padding: 8px 0;
  color: #6c3a06;
}

#relation .deco_area {
  margin-bottom: 40px;
}

#relation .item_about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
  width: 100%;
  /* height: 36vw;
  max-height: 350px;
  position: relative; */
}

#relation .item_about p {
  color: #4d4d4d;
}

#relation .second_column {
  align-items: stretch;
}

.center {
  text-align: center;
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #6c3a06;
  font-size: 16px;
  border: solid 3px #6c3a06;
  box-sizing: border-box;
}

.balloon::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff6e5;
  z-index: 2;
}

.balloon::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #6c3a06;
  z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
  color: #6c3a06;
  font-size: 20px;
  font-weight: bold;
  font-family:"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#relation .detail {
  padding: 0 20px;
  margin-bottom: 40px;
}

.annotation {
  padding: 0 20px;
}

.annotation img {
  margin-right: 20px;
}

.annotation small {
  padding-left: 1em;
  text-indent: -1em;
  color: #4d4d4d;
  display: block;
}

.annotation .indent_adjust {
  padding-left: 0;
  text-indent: 0;
  text-align: justify;
}

.annotation .height_adjust {
  margin-bottom: 15px;
}

.item-1 {
  margin-bottom: 80px;
}

.item-2 {
  margin-bottom: 40px;
}

#relation .function_item {
  margin-top: -12px;
  margin-bottom: 10px;
}

.back_black {
  background-color: #000;
  color: #fff;
  padding: 8px 20px;
}

.border {
  border: 1px #000 solid;
  padding: 7px 20px;
  background-color: #fff;
}

.attention {
  padding: 0 20px;
}

.attention small {
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
  color: #4d4d4d;
  display: block;
  font-size: 16px;
}

.notification {
  border: 1px solid #000;
  padding: 0 20px 20px;
  margin-top: 30px;
}

/* SP表示用 */
@media screen and (max-width:767px) {
  /* 基本 */
  body {
    background-color: #fff;
  }

  main {
    max-width: 670px;
    width: 100%;
  }

  article {
    max-width: 600px;
    width: 100%;
  }

  section {
    margin: 0;
  }

  img {
    width: 100%;
  }

  .deco_h2 {
    height: 14px;
    background-image: url("/articles/grp/publish/img/sp/deco_h2.png");
  }
  
  .deco_h3 {
    background-image: url("/articles/grp/publish/img/sp/deco_h3.png");
  }

  /* 汎用要素 */
  .second_column {
    display: block;
  }

  .display_for_pc {
    display: none;
  }
  
  .display_for_sp {
    display: block;
  }

  /* KV */
  .kv {
    margin-bottom: 60px;
  }

  .kv h1 img {
    padding: 0;
  }

  .kv_text {
    font-size: 8vw;
    margin: 10px;
    letter-spacing: 1px;
  }

  .margin_adjust {
    margin: 0 10px;
  }

  .second_column_kv {
    display: none;
  }

  /* アンカーリンクエリア */
  .anchor_btn {
    margin: 0 10px 60px;
  }

  .anchor_btn img {
    max-width: 100px;
    width: 15.15vw;
  }

  .anchor_btn li {
    width: 100%;
  }

  .anchor_btn a {
    width: 100%;
    height: 30vw;
  }

  .anchor_btn p {
    font-size: 4.7vw;
    line-height: 5.26vw;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  }

  .anchor_btn .second_column {
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* 成分、こだわりポイント */
  #about {
    margin: 0 0 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #about h2 {
    font-size: 8vw;
  }

  #about img {
    margin-bottom: 12px;
  }

  #about p {
    text-align: justify;
    font-size: 5vw;
  }

  #about .about_title {
    margin-bottom: 12px;
  }

  #about .about_img_sp {
    margin: 10px auto 12px;
  }

  #about .about_img_sp_2 {
    margin: 10px auto 12px;
  }

  #about .point-2 img {
    margin: 10px auto 12px;
  }

  #about .point-1 .flex_lift,
  #about .point-2 .flex_lift,
  #about .point-3 .flex_lift {
    width: 100%;
  }

  .about_text {
    font-weight: normal;
  }

  .img_detail {
    font-size: 4vw!important;
    text-align: right!important;
  }

  .trivia {
    padding: 16px;
  }

  .trivia_title {
    font-weight: bold;
    margin-bottom: 12px!important;
  }

  .trivia h3 {
    font-size: 8vw;
  }

  .trivia_contents {
    line-height: 6vw;
    margin-left: 0;
  }

  .font-change {
    font-size: 4vw;
  }

  .quiz_top {
    width: 26%;
    line-height: 10vw;
    font-size: 5.5vw;
  }

  .quiz_text {
    margin-bottom: 20px!important;
    font-size: 5vw;
    line-height: 8vw;
    font-weight: normal;
  }

  .quiz_hide_answer {
    font-size: 6.5vw;
  }

  .quiz_attention {
    font-size: 3.5vw;
  }

  .quiz_answer {
    width: auto;
    text-align: right!important;
    font-size: 4vw!important;
  }

  /* 口コミ */
  #review {
    padding-top: 30px;
    margin: 0 10px 30px;
  }
  
  #review h2 {
    font-size: 8vw;
  }

  #review .second_column {
    display: flex;
  }

  #review .second_column .flex_lift {
    padding: 15px;
  }

  #review .second_column p {
    font-size: 4.5vw;
  }

  .balloon p {
    font-size: 4.5vw;
  }

  .review-1 {
    align-items: flex-start;
  }

  #review .review-1 .flex_lift {
    margin-right: 10px;
  }

  #review .review-1 .triangle {
    bottom: 0;
    top: 40px;
    display: none;
  }

  .review-2 {
    align-items: flex-start;
  }

  #review .review-2 .flex_lift {
    margin-left: 10px;
  }

  #review .review-2 .triangle {
    bottom: 0;
    top: 40px;
    display: none;
  }

  #review img {
    width: 65px;
  }

  #review .review_btn a {
    font-size: 18px;
  }

  /* 商品エリア（関連商品と一部共通） */
  #cart_area {
    padding-top: 30px;
    margin: 0 10px 60px;
  }
  
  #cart_area h3 {
    font-size: 5.5vw;
  }

  #cart_area .second_column {
    padding: 0;
  }

  #cart_area .item_about {
    margin: 0;
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .item_name {
    font-size: 8vw;
    line-height: 9.5vw;

  }

  .capacity {
    font-size: 5.5vw;
  }

  .price {
    padding: 40px 0 20px;
    font-size: 5.5vw;
    line-height: 7.14vw;
    top: 0;
  }

  /* #cart_area .price {
    top: 0;
  } */

  .price_empha {
    font-size: 7.5vw;
  }

  .cart_btn  {
    width: 100%;
    bottom: auto;
  }

  /* 一緒に紹介された商品 */

  /* 関連商品 */
  #relation {
    padding-left: 10px;
    padding-right: 10px;
  }

  #relation h2 {
    font-size: 7.5vw;
  }

  #relation h3 {
    font-size: 5vw;
  }

  /* #relation .item-2 h3 {
    font-size: 6.5vw;
  } */

  #relation .item_about {
    margin: 0;
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .balloon::before {
    margin-left: -16px;
  }

  #relation .price {
    top: 0;
  }

  #relation .detail {
    padding: 0;
    margin-bottom: 30px;
  }

  .annotation {
    padding: 0;
  }

  .annotation img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .item-1 {
    margin-bottom: 40px;
  }

  .attention {
    padding: 0;
  }

  .attention small {
    font-size: 12px;
  }
}