@charset "Shift_JIS";

/*
*  # GUIDELINE
*
*  ## Browsers
*
*  We must surpport the following browsers:
*   - Internet Exploror (version 8 and later)
*   - Microsoft Edge (latest version)
*   - Firefox (latest version)
*   - Chrome (latest version)
*   - Safari (latest version)
*
*  We can check browser support for CSS on http://caniuse.com/.
*
*/

/* ---------- Please write styles below this comment ---------- */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

.item_font_change{
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif !important;
 }

* {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-feature-settings: 'palt';
}

body {
  margin: 0;
  color: #000;
}

a img {
  border: 0;
}

.display_for_pc { display: block; }
.display_for_sp { display: none; }

.inner {
  width: 950px;
  margin: 0 auto;
}

/* ---------- heading ---------- */

.heading {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.heading_inner  {
  position: relative;
  width: 960px;
  height: 80px;
  margin: 0 auto;
}

.heading_logo {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 0;
}

.heading_logo img {
  width: 180px;
  vertical-align: middle;
}

.sp_menu_toggle {
  display: none;
}

.heading_navi {
  display: inline-block;
  margin: 0;
  margin-left: 227px;
  overflow: hidden;
}

.heading_navi .navi_item {
  vertical-align: middle;
  display: inline-block;
  background: url('/shopping/camp/healthy/res/202102/img/heading_navi_item_dot.png') no-repeat center left;
  list-style: none;
}

.heading_navi_link {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 20px 17px;
  font-size:16px;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  line-height: 19px;
  color: #000;
}

.heading_navi_link:hover {
  color: #288848;
}

.heading_navi_link:hover i {
  display: block;
  position: relative;
  bottom: -8px;
  width: 50%;
  height: 2px;
  margin: 0 auto;
  background-color: #288848;
  transition: 0.5s;
}

.heading_navi_link:hover i {
  display: block;
  position: relative;
  bottom: -8px;
  height: 2px;
  background-color: #288848;
  transform: scaleX(2);
  transition: 0.5s;
}

.heading_login {
  width: 88px;
  height: auto;
  padding: 30.5px 17px;
  text-align: right;
  color: #2a8a43 !important;
}

.heading_login:hover {
  background-color: #e7f2ea;
}

.heading_login_icon {
  position: absolute;
  top: 1.7em;
  left: 18px;
  width: 18px;
  height: 21px;
  margin-right: 8px;
  background: url('/shopping/camp/healthy/res/202102/img/heading_login_icon.png') no-repeat top left;
}

.heading_cart {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 25px;
  width: 100px;
  height: 80px;
  padding: 52px 0 14px;
  /* background-color: #338e51; */
  background: url('/shopping/camp/healthy/res/202102/img/heading_cart_bg.png') no-repeat top left;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
}

.heading_cart:hover  {
  /* background-color: #ffdf5e; */
  background: url('/shopping/camp/healthy/res/202102/img/heading_cart_bg_hover.png') no-repeat top left;
  color: #381a00 !important;
}

.heading_cart_icon {
  position: absolute;
  top: 19px;
  left: 37px;
  width: 26px;
  height: 22px;
  background: url('/shopping/camp/healthy/res/202102/img/heading_cart_icon.png') no-repeat top left;
}

.heading_cart:hover .heading_cart_icon {
  background: url('/shopping/camp/healthy/res/202102/img/heading_cart_icon_hover.png') no-repeat top left;
}

/* ---------- main_visual ---------- */
.main_visual {
}

.main_inner {
  height: 632px;
  background: url('/shopping/camp/healthy/res/202102/img/main_visual_bg.jpg') no-repeat top center;
  text-align: center;
}

.main_title {
  /* margin-right: -4px; */
}

/* ---------- navi ---------- */
#anchor01, #anchor02, #anchor03, #anchor04,#anchor05,#anchor05{
  display: block;

}

.anchor {
  background-color: #fefef2;
}


.navi {
  margin-bottom: 50px;
  background-color: #68AFB0;
}

.navi_inner {
  width: 950px;
  margin: 0 auto;
}

.content_navi {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  letter-spacing: -.3em;
  text-align: center;
}

.content_navi .navi_item {
  width: calc(100% / 3);
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  border-right: 1px solid #fff;
}

.content_navi .navi_item:first-child{
  border-left: 1px solid #fff;
}

.content_navi .navi_item a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 110px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.content_navi .navi_item a:hover {
  opacity: 0.8;
  transition: .7s;
}

.navi_item_text {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-40%, -50%);
}

.navi_item_arrow {
  position: absolute;
  top: calc(50%);
  transform: translateY(-50%);
  right: 7px;
  width: 20px;
  height: 20px;
}

/* ---------- banner ---------- */
.banner {
  margin-bottom: 50px;
}

.increase {
  margin: 0 auto;
  position: relative;
  width: 950px;
}

.banner_sp {
  display: none;
}

/* ---------- message ---------- */

.message {
  margin-bottom: 50px;
}

.message_article {
}

.message_body {
  position: relative;
  min-height: 280px;
  padding-left: 435px;
}

.message_ttl {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}

.message_comment {
  font-size: 16px;
  line-height: 2;
}

.message_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 280px;
}


/* ---------- offer ---------- */

.offer {
  margin-bottom: 55px;
}

.offer_wrapp {
  border: 3px solid #dd826a;
  border-radius: 5px;
}

.offer_wrapp_heading {
  padding: 10px 0 15px;
  background-color: #dd826a;
}

.offer_wrapp_title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
}

.offer_wrapp_body {
  position: relative;
  height: 170px;
  padding: 20px;
  padding-left: 305px;
  background-color: #faf8e1;
}

.offer_content_image {
  position: absolute;
  top: -30px;
  left: 130px;
  width: 138px;
  height: 222px;
}

.offer_content_subtitle {
  margin: 50px 0px 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  color: #006428;
}
.offer_content_subtitle_2{
  color: #e50163;
}

.offer_content_title {
  margin-bottom: 15px;
  padding-bottom: 25px;
  background: url('/shopping/camp/healthy/res/202102/img/offer_content_title_bg.png') no-repeat bottom left;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.3;
  color: #613d30;
}

.offer_content_title strong {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.offer_content_attention {
  font-size: 14px;
}


/* ---------- research ---------- */

.research {
  margin-bottom: 90px;
}

.research_headding {
  margin-bottom: 35px;
  text-align: center;
}

.research_title {
  font-size: 40px;
  color: #613d30;
}

.research_wrapp {
  border: 3px solid #7db837;
  border-radius: 5px;
  background-color: #fffced;
}
.research_wrapp02 {
  border: 3px solid #72a5da;
  border-radius: 5px;
  background-color: #fffced;
}

.research_wrapp_heading {
  padding: 10px 0 15px;
  background-color: #7db837;
}
.research_wrapp_heading02 {
  padding: 10px 0 15px;
  background-color: #72a5da;
}

.research_wrapp_title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.05em;
  color: #fff;
}
.research_wrapp_title img {
  max-width: 100%;
}

.research_wrapp_contents{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.research_wrapp_body {
  position: relative;
  height: 260px;
  padding: 20px 50px 20px 340px;
  background-color: #fffced;
}
.research_wrapp_body_special{
  padding: 20px;
}
.research_wrapp_body_special img{
  margin: 0 auto;
}

.research_wrapp_flex{
  display: flex;
  justify-content: center;
}
.research_wrapp_flex_item{
  padding: 20px 0;
  max-width: 330px;
}
.research_wrapp_flex_item img{
  width: 100%;
}

.research_content_comment {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.research_content_image {
  position: absolute;
  /*top: 40px;*/
  left: 0px;
  width: 330px;
}

.research_content_image img {
  max-width: 100%;
}

.research2_btn {
  text-align: center;
  margin-bottom: 30px;
}

.research2_btn a{
  position: relative;
  display: inline-block;
  padding: 20px;
  background: #e46e17;
  text-decoration: none;
  color: #ffffff;
  width: 300px;
  font-size: 24px;
}
.research2_btn .navi_item_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 20px;
  height: 20px;
}



@media (max-width: 640px) {
  .research2_btn a {
    font-size: 5vw;
    width: 80%;
    padding: 15px;
  }
  .research2_btn .navi_item_arrow {
    width: 5.31vw;
    height: 5.31vw;
  }
}

/* ---------- floor ---------- */

/* heading */

.floor_heading {
  position: relative;
  height: 110px;
  margin-bottom: 70px;
}

.floor_heading:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 757px;
  height: 45px;
  margin-left: -378.5px;
  background: url('/shopping/camp/healthy/res/202102/img/floor_heading_bg.png') bottom left;
  background-repeat: no-repeat;
}

.floor_heading_inner {
  height: 70px;
  padding-top: 40px;
  background-color: #68AFB0;
  /* background: url('/shopping/camp/healthy/res/202102/img/floor_heading_inner_bg.png') no-repeat top center; */
  text-align: center;
}

.floor_title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}

#anchor01 .floor_heading_inner{
  background-color: #68AFB0;
}

/* floor_column */

.floor_column {
  margin-bottom: 75px;
}

.floor_column_inner {
  width: 950px;
  margin: 0 auto;
}

.floor_column_heading {
  position: relative;
  margin-bottom: 38px;
  padding: 23px 0;
  border-bottom: 2px solid #835e40;
  text-align: center;
}

.floor_column_ttl_cate {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding: 15px 35px;
  background:#835e40;
  border-radius: 5px 0 0 5px;
  color:#fff;
  font-size: 23px;
  font-weight: bold;
}

.floor_column_ttl_cate::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -33px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: transparent;
  border-left-color: #835e40;
  border-width: 26px 17px;
  border-radius: 5px;
  transform:translateY(-50%);
}

.floor_column_ttl {
  font-size: 34px;
}

.floor_column_ttl img {
  vertical-align: middle;
}

.floor_article {
  margin-bottom: 30px;
  overflow: hidden;
}

.floor_article::after {
  content: "";
  display: block;
  clear: both;
}

.floor_article_img {
  float: left;
  width: 420px;
  height: 280px;
}

.floor_article_body {
  float: right;
  width: 510px;
}

.floor_article_ttl {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}

.floor_article_txt {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  color: #000 !important;
}

.floor_body_inner {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 100px;
}

/* item */

.item {
  margin-bottom: 55px;
}
.item:last-child {
  /*margin-bottom: 0;*/
}

.has-badge {
  padding-top: 60px;
}

.item_card {
  margin-bottom: 15px;
  border: 2px solid #017737;
}

.item_heading {
  position: relative;
  padding: 20px 0;
  background-color: #017737;
}


/* item 2column */

.item_2column {
  width:calc(100% + 14px);
  margin-left: -10px;
  display:flex;
}

.item_column_left {
  box-sizing: border-box;
  width:50%;
  /*padding-right:1%;*/
  padding-left: 10px;
}

.item_column_right {
  box-sizing: border-box;
  width:50%;
  /*padding-right:1%;*/
  padding-left: 10px;
}

.item_heading_long {
  height:116.7px;
}

.item_title_long {
  padding-top:39px;
}

.item_body_column {
  position: relative;
  min-height: 250px;
  /*padding: 45px 50px 40px;*/
  padding: 20px 10px 20px;
  background-color: #fff;
}

.item_info_column {
  padding-left: 205px;
}

.item_info_column .item_name {
  max-height: 70px;
}

.item_image_column {
  /*display: block;*/
  position: absolute;
  /*top: 45px;*/
  /*left: 50px;*/
  top: 20px;
  left: 10px;
  /*width: 355px;*/
  width: 200px;
  height: auto;
}

.other_purchase::after{
  content: "\A" ;
  white-space: pre ;
}

.description{
  max-height:160px;
}

.btn_purchase_column {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  /*width: 324px;*/
  width: 140px;
  height: 24px;
  padding: 23px;
  /* background-color: #000; */
  border-radius: 4px;
  text-align: center;
  text-decoration: none !important;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: contain;
}

.item_cart_column {
  padding: 30px 10px;
  background-color: #fffde7;
}

.item_price_otoku_column {
    position: relative;
    display: inline-block;
    padding: 3px;
    margin-top: 15px;
    border: 0.16vw solid #d20000; /* = 1 / 640 * 100vw */
    border-radius: 0.31vw; /* = 2 / 640 * 100vw */
    background-color: #fff;
}

.item_price_otoku_column::before{
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.item_price_otoku_column::after{
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #d20000;
  z-index: 1;
}

.otoku_price_column {
  /*display: block;*/
  padding: 0;
  font-size: 23px;
  font-weight: bold;
}


/* badge */

.item_badge {
  position: absolute;
  top: -60px;
  left: 0;
  height: 29px;
  margin-left: 40px;
  padding: 28px 30px 28px 40px;
  background: url('/shopping/camp/healthy/res/202102/img/badge_bg.png') no-repeat center right;
  background-size: cover;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: bold;
}

.item_badge_present {
  background: url('/shopping/camp/healthy/res/202102/img/badge_present_bg.png') no-repeat center right;
}

.item_badge_none {
  background: url('/shopping/camp/healthy/res/202102/img/badge_bg.png') no-repeat center right;
}


.item_badge .badge_mark {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -45px;
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.item_badge_check .badge_mark {
  background-image: url('/shopping/camp/healthy/res/202102/img/badge_mark_check.png');
}

.item_badge_crown .badge_mark {
  background-image: url('/shopping/camp/healthy/res/202102/img/badge_mark_crown.png');
}

.item_badge_present .badge_mark {
  background-image: url('/shopping/camp/healthy/res/202102/img/badge_mark_present.png');
}

.item_badge_none .badge_mark {
  background-image: url('/shopping/camp/healthy/res/202102/img/badge_mark_none.png');
}

.item_badge sup {
  font-size: 15px;
  line-height: 1;
  vertical-align: top;
}

.item_badge_21px {
  font-size: 21px;
}

.item_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.05em;
  color: #fff;
}

.item_title sup {
  font-size: 20px;
  line-height: 1;
  vertical-align: top;
}

.item_body {
  position: relative;
  min-height: 250px;
  padding: 45px 50px 40px;
  background-color: #fff;
}

.item_info {
  padding-left: 383px;
}

.item_info_noinclusion{
  min-height: 260px;
}

.item_indication {
  /*margin-top: -25px;*/
  font-size: 14px;
  text-align: right;
}

.item_indication_set {
  margin-top: 5px;
}

.item_indication_set_title {
  margin-bottom: 10px;
  font-weight: bold;
}

.item_inclusion {
  margin-top: 5px;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffe555;
  text-align: center;
}

.item_inclusion_02 {
  margin-top: 5px;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff91ba;
  text-align: center;
}

.item_inclusion_reservation{
  margin-top: 5px;
  padding: 5px;
  border: 2px solid #e50112;
  font-size: 18px;
  font-weight: bold;
  color: #e50112;
  background-color: #ffffff;
  text-align: center;
}

.inclusion_sub {
  font-size: 12px;
}

.item_inclusion + .item_inclusion {
  margin-top: 10px;
}

.item_inclusion_02 + .item_inclusion_02 {
  margin-top: 10px;
}
.item_info--flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.item_info--flex .item_info_list {
  width: calc(50% - 5px);
  margin-left: 5px;
  background: #ffe555;
}
.item_info--flex .item_info_list .item_inclusion {
  font-size: 16px;
  position: relative;
  top: 50%;
  transform: translateY(-55%);
}
@media (max-width: 640px) {
  .item_info--flex .item_info_list {
    width: 100%;
  }
  .item_info--flex .mt30_sp {
    margin-top: 30px;
  }
}
.item_info_list {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.item_info_list:nth-last-of-type(1) {
  margin-bottom: 20px;
}
.item_info--flex .item_info_list:nth-last-of-type(1) {
  margin-bottom: 30px;;
}
.item_info_list .item_indication {
  position: absolute;
  bottom:calc(100% - 20px);
  width: 80%;
  background: #F6C143;
  padding: 10px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.item_info_list .item_inclusion {
  padding-top: 30px;
  padding-bottom: 10px;
}
.item_info_list .item_inclusion li {
  font-weight: bold;
}

@media (max-width: 640px) {

  .item_info_list {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.item_inc_new{
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
  color: #d70051;
  font-weight: bold;
}

.item_nutritional{
  margin: 10px 0px;
}
.item_nutritional sub{
  font-size: 80%;
}

.description_box{
  border: 1px solid #000;
  margin: 11px 0 0 0;
  padding: 1px;
  display: inline-block;
}

.item_name {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.item_capacity {
  font-size: 16px;
  line-height: 1.7;
}

.item_image {
  /*display: block;*/
  position: absolute;
  top: 45px;
  left: 50px;
  width: 355px;
  height: auto;
}

.item_comment {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

.item_comment sub {
  font-size: 12px;
  vertical-align: bottom;
}

.item_nutrient_ttl {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  background: #9d7d5e;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

/* link_otheritem */

.link_otheritem {
  margin-bottom: 15px;
  text-align: center;
  text-indent: -35px;
}

.link_otheritem a {
  display: block;
  position: relative;
  padding: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.05em;
  text-decoration: none;
  color: #000;
}

.link_otheritem a > .link_arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: bottom;
}

.link_otheritem_bottleimage {
  position: absolute;
  top: 50%;
  height: 47px;
  margin-top: -24px;
  margin-left: 10px;
  vertical-align: middle;
}

.link_otheritem_nothing {
  margin-bottom: 15px;
}

.link_otheritem_nothing::after {
  content: "\A\A";
  white-space: pre ;
  display: block;
  position: relative;
  padding: 25px;
  border: 1px solid transparent;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.05em;
}

/* itemlink */

.itemlink {
  border: 1px solid #dcdcdc;
}

.itemlink_title  {
  padding: 8px 18px;
  background-color: #ebebeb;
  font-size: 17px;
  font-weight: bold;
}

.itemlink_list {
  padding: 15px;
  list-style: none;
}

.itemlink_list .list_item a {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.1em;
  text-decoration: none;
  color: #000;
}

.itemlink_list .list_item a:hover {
  text-decoration: underline;
}

.itemlink_list .list_item:last-child {
  margin-bottom: 0;
}

.itemlink_list .list_arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('/shopping/camp/healthy/res/202102/img/itemlink_arrow.png') no-repeat top left;
}

.item_cart {
  padding: 30px 50px;
  background-color: #fffde7;
}

.item_cart_block {
  position: relative;
  margin-bottom: 20px;
}

.item_cart_block:last-child {
  margin-bottom: 0;
}

.item_cart_text {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.img_item_present{
  width: 540px;
}
.item_present{
  text-align: center;
}

.item_price {
  position: relative;
  width: 400px;
  padding-left: 80px;
}

.item_price .number {
  padding: 0;
  background: none;
  font-family: 'Roboto', sans-serif !important;

}

.item_price_set {
  color: #d20000;
}

.item_price_special {
  color: #d20000;
}

.item_postage {
  font-size: 17px;
  font-weight: 900;
  color: #d20000;
  display: inline-block;
}

.month_per::before{
  content: "\00a0\00a0\00a0\00a0";


}

.item_price_type {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  padding: 5px 5px;
  border: 3px solid #000;
  background-color: #fff;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.item_price_type_normal {
  font-size: 25px;
  letter-spacing: 0.08em;
}

.item_price_type_special {
  border-color: #d20000;
  font-size: 25px;
  letter-spacing: 0.08em;
}

.item_price_type_set {
  border-color: #d20000;
  font-size: 20px;
  letter-spacing: -0.1em;
}

.item_price_type_set .number {
  display: block;
  font-size: 40px;
  line-height: 0.8;
}

.item_price_type_setprice {
  border-color: #d20000;
  font-size: 20px; /* = 20 / 640 * 100vw */
  letter-spacing: -0.1em;
}

.item_price_type_setprice .setprice {
  font-size:25px;
  letter-spacing: 0;
}

.item_price_type_bottle {
  border-color: #d20000;
  font-size: 18px;
}

.item_price_type_bottle .number {
  display: inline-block;
  font-size: 43px;
}

.item_price_taxex {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  line-height: 0.9;
}
.item_price_taxex--cancel {
  position: relative;
}
.item_price_taxex--cancel::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid #000;
  transform: translateY(-50%) rotate(-20deg);
}

.item_price_border{
  text-decoration: line-through;
}

.item_price_taxex .number {
  font-size: 55px;
  font-size: 45px\9;;
  letter-spacing: -0.05em;
}

.item_price_taxin {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #000;
}

.item_price_otoku {
  position:absolute;
  top: 0;
  border: 3px solid #d20000;
  border-radius: 5px;
  background-color: #fff;
}
.price_ren4{
  left: 250px;
}
.price_ren5{
  left: 280px;
}

.item_cart_column .price_ren4,.item_cart_column .price_ren5{
  left: 0;
}


.item_price_otoku::after,
.item_price_otoku::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -19px;
  border: 11px solid transparent;
  border-right-color: #d20000;
  transform: translateY(-50%);
}

.item_price_otoku::after {
  border-right-color: #fff;
}

.item_price_otoku::before {
  left: -23px;
}

/*セット縦*/
.item_price .txt_vertical{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: -0.1rem;
  padding-left: 48%;
  font-size: 1rem;
}

.item_price .num_vertical{
  position: absolute;
  right: 44%;
  top: 3px;
  display: block;
}

.otoku_price {
  display: inline-block;
  padding: 7px;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  color: #d20000;
}

.otoku_present {
  display: inline-block;
  padding: 7px;
  background-color: #ffef36;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: center;
  color: #4e0000;
}

/*annotation_txt*/
.annotation_txt{
  color: #D20000;
  display: inline-block;
  padding-left: 15px;
}

/* btn_purchase */

.btn_purchase {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 324px;
  height: 24px;
  padding: 23px;
  /* background-color: #000; */
  border-radius: 4px;
  text-align: center;
  text-decoration: none !important;
  background-repeat: repeat-x;
  background-position: top left;
  background-size: contain;
}

.btn_normal {
  background-image: url('/shopping/camp/healthy/res/202102/img/btn_normal_bg.png');
}

.btn_normal:hover {
  background-image: url('/shopping/camp/healthy/res/202102/img/btn_normal_bg_hover.png');
}

.btn_set {
  background-image: url('/shopping/camp/healthy/res/202102/img/btn_set_bg.png');
}

.btn_set:hover {
  background-image: url('/shopping/camp/healthy/res/202102/img/btn_set_bg_hover.png');
}

.btn_arrow {
  display: inline-block;
  position: absolute;
  top: 23px;
  left: 20px;
}

.btn_arrow img {
  width: 24px;
  height: 24px;
  border: 0;
}

.btn_txt {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  vertical-align: top;
}

.btn_purchase_column .btn_txt {
  position: absolute;
  top: 50%;
  left: 52px;
  transform: translateY(-50%);
}

.here::before{
  content: "\A";
  white-space: pre ;
}

.btn_dummy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

/* attention_list */

.attention_list {
  list-style: none;
}

.attention_list .list_item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.2em;
  font-size: 14px;
  color: #d10000;
}
.attention_list .list_item-number {
  padding-left: 1.7rem;
}
.attention_list .list_item._2letter {
  padding-left: 2em;
}

.attention_list .list_mark {
  position: absolute;
  top: 0;
  left: 0;
}

/* notification */

.notification {
  margin-bottom: 70px;
}

#anchor03 .notification {
  margin-bottom: 0;
}

.notification_top_title {
  margin-bottom: 15px;
  text-align: center;
}

.notification_top_title img {
  height: 30px;
}

.notification_card {
  border: 4px solid #319616;
}

.notification_heading {
  padding: 16px 0 19px;
  background-color: #319616;
}

.notification_title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #fff;
}

.notification_title strong {
  font-size: 26px;
  font-weight: bold;
  color: #ffe605;
}

.notification_body {
  padding: 24px 5px;
}

#anchor03 .notification_body {
  position: relative;
  padding-right: 170px;
}

#anchor03 .notification_article_image {
  position: absolute;
  top: 26px;
  right: 36px;
}

.notification_article_title {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.notification_article_title strong {
  font-weight: 900;
  color: #dc0000;
}

.notification_article_comment {
  margin-bottom: 15px;
  padding: 0 35px;
  font-size: 16px;
}

.notification_point_list {
  padding: 0 35px;
}

.notification_point_list .list_item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 21px;
  letter-spacing: -0.05em;
}

.notification_point_list .notification_point_number {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}

.notification_points {
  overflow: hidden;
}

.notification_point {
  float: left;
  width: 250px;
  padding: 10px 30px;
  border-right: 1px dotted #ccc;
}

.notification_point:last-child {
  border-right: none;
}

.notification_point_title {
  position: relative;
  padding-left: 50px;
  padding-bottom: 10px;
  border-bottom: 4px solid #ffe605;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.notification_point_number {
  position: absolute;
  top: 3px;
  left: 0;
  width: 40px;
  height: 40px;
}

.notification_point_image {
  width: 250px;
}

.comment_all{
  margin: 0 auto;
  padding: 10px;
  background-color: #ffe8c7;
}

/*----- return_top -----*/
#wrapper .return_top {
  position:fixed;
  bottom:20px;
  right:20px;
  display:block;
  background-color:rgba(0,0,0,0.5);
  color:#fff;
  text-decoration:none;
  font-size:15px;
  width:60px;
  height:70px;
  text-align:center;
  border-radius:8px;
  padding-top:36px;
  box-sizing:border-box;
}

.return_top:before {
  content:"";
  position:absolute;
  top:24px;
  left:22px;
  text-align:center;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

/* ---------- foot banner ---------- */

.foot_bnr {
  margin-top: 80px;
  margin-bottom: 80px;
}


@media all and (max-width: 640px) {

  .display_for_pc { display: none; }
  .display_for_sp { display: block; }

  #wrapper {
    width: 100%;
  }

  #wrapper .inner {
      position: relative;
      width: 100%;
      margin: 0 auto;
  }

  .header a {
    padding: 30px 0 10px;
  }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .heading {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .heading_inner  {
    position: relative;
    width: 100vw;
    height: 15.63vw; /* = 100 / 640 * 100vw */
    margin: 0 auto;
  }

  .heading_logo {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px 0;
    transform: translate(-50%, -50%);
  }

  .heading_logo img {
    width: 35.9375vw; /* = 230 / 640 * 100vw */
    height: auto;
    vertical-align: middle;
  }

  /* hamburger menu */

  .sp_menu_toggle {
    position: absolute;
    top: 3.91vw; /* = 25 / 640 * 100vw */
    left: 4.22vw; /* = 27 / 640 * 100vw */
    display: inline-block;
    width: 7.81vw; /* = 50 / 640 * 100vw */
    height: 7.81vw; /* = 50 / 640 * 100vw */
    padding: 3.44vw 0.47vw; /* = 22 / 640 * 100vw, = 3 / 640 * 100vw */
    box-sizing: border-box;
  }

  .sp_menu_toggle i {
    display: inline-block;
    position: absolute;
    width: 100%; /* = 44 / 640 * 100vw */
    height: 0.94vw; /* = 6 / 640 * 100vw */
    background-color: #2a8a43;
  }

  .sp_menu_toggle i::after,
  .sp_menu_toggle i::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%; /* = 44 / 640 * 100vw */
    height: 0.94vw; /* = 6 / 640 * 100vw */
    background-color: #2a8a43;
    transition: .2s;
  }

  .sp_menu_toggle i::after {
    top: -2.5vw; /* = 16 / 640 * 100vw */
  }

  .sp_menu_toggle i::before {
    top: 2.5vw; /* = 16 / 640 * 100vw */
  }

  .sp_menu_toggle.is-active i {
    background-color: #fff;
  }

  .sp_menu_toggle.is-active i::after {
    top: 0; /* = 16 / 640 * 100vw */
    transform: rotate(45deg);
  }

  .sp_menu_toggle.is-active i::before {
    top: 0; /* = 16 / 640 * 100vw */
    transform: rotate(-45deg);
  }

  .sp_menu_overlay {
    display: none;
    position: fixed;
    top: 15.63vw; /* = 100 / 640 * 100vw */
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    opacity: 0.9;
    z-index: 1000;
  }

  .heading_navi {
    display: none;
    position: fixed;
    top: 15.63vw; /* = 100 / 640 * 100vw */
    left: 0;
    width: 100vw;
    margin: 7.81vw; /* = 50 / 640 * 100vw */
    overflow: inherit;
    box-sizing: border-box;
    z-index: 1001;
    list-style: none;
  }

  .heading_navi .navi_item {
    display: block;
    margin-bottom: 3.13vw; /* = 20 / 640 * 100vw */
    padding: 0;
    border-left: none;
    background: none;
  }

  .heading_navi_link {
    position: relative;
    display: block;
    height: auto;
    padding: 3.13vw 5.47vw; /* = 20 / 640 * 100vw = 35 / 640 * 100vw */
    font-size: 5vw !important; /* = 32 / 640 * 100vw */
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    line-height: 1;
    color: #000;
  }

  .heading_navi_link::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.19vw; /* = 14 / 640 * 100vw */
    height: 3.13vw; /* = 20 / 640 * 100vw */
    background: url('/shopping/camp/healthy/res/202102/img/heading_navi_item_arrow.png') no-repeat top left;
    background-size: 100%;
    transform: translateY(-50%);
  }

  .heading_navi_link i {
    display: none;
  }
  .heading_navi_link:hover i {
    display: none;
  }

  .heading_login {
    width: auto;
    color: #2a8a43 !important;
  }

  .heading_login::before {
    display: none;
  }

  .heading_login_icon {
    position: absolute;
    top: 50%;
    left: -0.78vw; /* = 5 / 640 * 100vw */
    width: 4.38vw; /* = 28 / 640 * 100vw */
    height: 5.16vw; /* = 33 / 640 * 100vw */
    margin-right: 8px;
    background: url('/shopping/camp/healthy/res/202102/img/heading_login_icon_sp.png') no-repeat top left;
    background-size: cover;
    transform: translateY(-50%);
  }

  .heading_cart {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 18.75vw; /* = 120 / 640 * 100vw */
    height: 15.63vw; /* = 100 / 640 * 100vw */
    padding: 10.94vw 0 2.19vw; /* = 70 / 640 * 100vw, 0, = 14 / 640 * 100vw */
    background-color: #268948;
    box-sizing: border-box;
    font-size: 2.66vw !important; /* = 17 / 640 * 100vw */
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    line-height: 1;
  }

  .heading_cart_icon {
    position: absolute;
    top: 2.34vw; /* = 15 / 640 * 100vw */
    left: 5.47vw; /* = 35 / 640 * 100vw */
    width: 7.5vw; /* = 48 / 640 * 100vw */
    height: 6.41vw; /* = 41 / 640 * 100vw */
    background: url('/shopping/camp/healthy/res/202102/img/heading_cart_icon_sp.png') no-repeat top left;
    background-size: cover;
  }

  /* ---------- main_visual ---------- */

  .main_visual {
    margin-bottom: 10.94vw; /* = 70 / 640 * 100vw */
    /*padding-top: 15.63vw;  = 100 / 640 * 100vw */
    background: none;
  }

  .main_inner {
    height: auto;
    text-align: center;
    background: none;
  }

  .main_title {
    margin-left: 0;
  }

  /* ---------- navi ---------- */

  .navi {
    margin-bottom: 10.94vw; /* = 70 / 640 * 100vw */
    background: none;
  }

  .navi_inner {
    width: 100%;
    margin: 0 auto;
  }

  .content_navi {
    flex-wrap: wrap;
    list-style: none;
    overflow: inherit;
    padding: 0 3.13%; /* = 20 / 640 * 100% */
    border: none;
  }

  .content_navi .navi_item {
    width: inherit;
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-bottom: 0.31vw; /* = 2 / 640 * 100vw */
    border: none!important;
  }

  .content_navi .navi_item a {
    min-height: 0;
  }

  .content_navi .navi_item a ,.content_navi .navi_item .navi_line_01{
    display: block;
    position: relative;
    width: 93.75vw; /* = 600 / 640 * 100vw */
    height: 18.75vw; /* = 120 / 640 * 100vw */
    padding: 6.25vw 0 6.25vw 6.25vw; /* = 40 / 640 * 100vw, 0,  = 40 / 640 * 100vw  = 40 / 640 * 100vw */
    border-radius: 0.78vw; /* = 5 / 640 * 100vw */
    background-color: #68AEB0;
    /* background: url('/shopping/camp/healthy/res/202102/img/content_navi_item_sp_bg.png') top left; */
    background-size: 9.38vw;
    box-sizing: border-box;
    font-size: 5.31vw; /* = 34 / 640 * 100vw */
    line-height: 1;
    letter-spacing: -0.05em;
    text-align: left;
    text-decoration: none;
    color: #fff;
  }

  .content_navi .navi_item_new,
  .content_navi .navi_item_new .navi_line_01{
    background-color: #7db837;
  }

  .navi_item_text{
    position: absolute;
    font-size: 17px;
    top: 50%;
    left: 20px;
    transform: translate(0,-50%);
  }

  .navi_item_arrow {
    position: absolute;
    top: 50%;
    right: 4.06vw; /* = 26 / 640 * 100vw */
    width: 5.31vw; /* = 34 / 640 * 100vw */
    height: 5.31vw; /* = 34 / 640 * 100vw */
    transform: translateY(-50%);
  }

  .navi_item_3column .navi_item_arrow {
    top: 50%;
  }

  .content_navi .navi_item:first-child {
    margin-left: 0;
  }

  .content_navi .navi_item_image {
    display: block;
    position: absolute;
  }

  /* ---------- banner ---------- */

  .banner {
    margin-bottom: 50px;
  }

  .increase {
    width: auto;
    margin: 0 auto;
    padding: 0 3.13vw;
  }

  .banner_pc {
    display: none;
  }

  .banner_sp {
    display: block;
  }

  /* ---------- message ---------- */

  .message {
    margin-bottom: 10.94vw; /* = 70 / 640 * 100vw */
  }

  .message_inner {
    padding: 0 3.13%; /* = 20 / 640 * 100% */
  }

  .message_article {
  }

  .message_body {
    position: relative;
    min-height: auto;
    padding-left: 0;
  }

  .message_ttl {
    margin-bottom: 6.25vw; /* = 40 / 640 * 100vw */
    font-size: 6.56vw; /* = 42 / 640 * 100% */
    font-weight: bold;
    line-height: 1;
  }

  .message_comment {
    font-size: 4.38vw; /* = 28 / 640 * 100% */
    line-height: 2;
  }

  .message_img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 6.25vw; /* = 40 / 640 * 100vw */
  }

  /* ---------- offer ---------- */

  .offer {
    margin-bottom: 11.72vw;  /* = 75 / 640 * 100vw */
  }

  .offer_inner {
    padding: 0 3.13vw;  /* = 20 / 640 * 100vw */
  }

  .offer_wrapp {
    border: 3px solid #dd826a;
    border-radius: 5px;
  }

  .offer_wrapp_heading {
    padding: 5.16vw 0; /* = 33 / 640 * 100vw, 0 */
    background-color: #dd826a;
  }

  .offer_wrapp_title {
    font-size: 5.63vw; /* = 36 / 640 * 100vw */
    font-weight: 900;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #fff;
  }

  .offer_wrapp_body {
    position: relative;
    height: auto;
    padding: 5.47vw 3.91vw; /* = 35 / 640 * 100vw, = 25 / 640 * 100vw */
    background-color: #faf8e1;
  }

  .offer_content_image {
    position: absolute;
    top: 5.47vw; /* = 35 / 640 * 100vw */
    left: 3.91vw; /* = 25 / 640 * 100vw */
    width: 26.56vw; /* = 170 / 640 * 100vw */
    height: 42.97vw; /* = 275 / 640 * 100vw */
  }

  .offer_content_subtitle {
    margin: 0 0 2vw;
    font-size: 4.69vw; /* = 30 / 640 * 100vw */
    font-weight: 700;
  }

  .offer_content_title {
    margin-bottom: 15px;
    padding-left: 29.69vw; /* = 190 / 640 * 100vw */
    padding-bottom: 13.28vw; /* = 85 / 640 * 100vw */
    background: url('/shopping/camp/healthy/res/202102/img/offer_content_title_bg_sp.png') no-repeat bottom left;
    background-size: contain;
    font-size: 3.75vw; /* = 24 / 640 * 100vw */
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.3;
    color: #fff;
  }

  .offer_content_title strong {
    font-size: 4.69vw; /* = 30 / 640 * 100vw */
    font-weight: 900;
    letter-spacing: -0.05em;
  }

  .offer_content_title strong span {
    font-size: 3.13vw; /* = 20 / 640 * 100vw */
  }

  .offer_content_attention {
    font-size: 3.75vw; /* = 24 / 640 * 100vw */
  }


  /* ---------- research ---------- */

  .research {
    margin-bottom: 12.5vw;  /* = 80 / 640 * 100vw */
  }

  .research_inner {
    padding: 0 3.13vw;  /* = 20 / 640 * 100vw */
  }

  .research_headding {
    margin-bottom: 7.81vw;  /* = 50 / 640 * 100vw */
    text-align: center;
  }

  .research_title {
    font-size: 8.44vw;  /* = 54 / 640 * 100vw */
    line-height: 1.2;
    color: #613d30;
  }

  .research_wrapp {
    border: 3px solid #7db837;
    border-radius: 5px;
  }
  .research_wrapp02 {
    border: 3px solid #72a5da
    border-radius: 5px;
  }

  .research_wrapp_heading {
    padding: 5.16vw 0; /* = 33 / 640 * 100vw, 0 */
    background-color: #7db837;
  }
  .research_wrapp_heading02 {
    padding: 5.16vw 0; /* = 33 / 640 * 100vw, 0 */
    background-color: #72a5da
  }


  .research_wrapp_title {
    font-size: 5.63vw; /* = 36 / 640 * 100vw */
    font-weight: 900;
    text-align: center;
    letter-spacing: -0.05em;
    color: #fff;
  }

  .research_wrapp_body {
    position: relative;
    height: auto;
    padding: 3.91vw 4.69vw; /* = 25 / 640 * 100vw, = 30 / 640 * 100vw */
    padding-left: 4.69vw;/* = 30 / 640 * 100vw */
    background-color: #fffced;
  }

  .research_wrapp_body:nth-child(2n+1){
    padding-right: 20px;
    padding-left: 20px;
  }

  .research_wrapp_body:nth-child(2n){
    padding-left: 20px;
    padding-right: 20px;
  }

  .research_wrapp_body:nth-child(n+3){
    padding-bottom: 20px;
  }

  .research_wrapp_body:nth-child(n+4){
    padding-bottom: 40px;
  }

  .research_wrapp_flex{
    display: inherit;
  }
  .research_wrapp_flex_item{
    margin: auto;
  }
  .research_wrapp_flex_item a{
    display: block;
  }

  .research_content_image {
    margin: auto;
    position: relative;
    height: auto;
    text-align: center;
    margin-bottom: 2vw;
  }
  .research_content_image a {
    display: block;
  }

  .research_content_comment {
    font-size: 4.06vw; /* = 26 / 640 * 100vw */
    letter-spacing: -0.05em;
    line-height: 2;
    text-align: center;
  }

  .subtitle_01, .subtitle_02, .subtitle_03, .subtitle_04{
    width: 100%;
    margin-top: 10px;
  }


  /* ---------- floor ---------- */

  /* heading */

  .floor_heading {
    height: 25vw; /* = 160 / 640 * 100% */
    margin-bottom: 9.38vw; /* = 60 / 640 * 100% */
    background: none;
  }

  .floor_heading:before {
    content: '';
    display: block;
    position: absolute;
    top: -3.13vw; /* = 20 / 640 * 100% */
    left: 50%;
    width: 97.19vw; /* = 622 / 640 * 100% */
    height: 12.5vw; /* = 50 / 640 * 100% */
    margin-left: 0;
    background: url('/shopping/camp/healthy/res/202102/img/floor_heading_bg_sp.png') no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
  }

  .floor_heading_inner {
    top: 0;
    width: 100%;
    height: 25vw; /* = 160 / 640 * 100vw */
    padding-top: 10.16vw; /* = 65 / 640 * 100vw */
    box-sizing: border-box;
    /*background-color: #e4f4e2;*/
    background-color: #68AFB0;
    /* background: url('/shopping/camp/healthy/res/202102/img/floor_heading_inner_sp_bg.png') no-repeat top center; */
    background-size: 100%;
    text-align: center;
  }

  .floor_title {
    font-size: 6.25vw; /* = 40 / 640 * 100vw */
    letter-spacing: -0.05em;
    line-height: 1;
    color: #ffffff;
  }

  .floor_column {
    margin-bottom: 9%; /* 75px */
    padding: 0 3%;
  }

  .floor_column_inner {
    width: 100%;
  }

  .floor_column_heading {
    margin-bottom: 6%;
    padding: 0;
    border-bottom: 0.625vw solid #835e40; /* = 4 / 640 * 100vw */
    text-align: center;
  }

  .floor_column_heading p {
    margin: 4.5% 0;
  }

  .floor_column_ttl {
    font-size: 6.56vw; /* = 42 / 640 * 100vw */
  }

  .floor_column_ttl_cate {
    display: inline-block;
    margin-bottom: 4%;
    padding:1.5% 8%;
    background:#239314;
    border-radius: 5px;
    color:#fff;
    font-size: 4vw;
    font-weight: bold;
  }

  .floor_column_ttl_cate::after {
    display: none;
  }

  .floor_article {
    margin: 6% 0; /* 60px */
  }

  .floor_article_img {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 7%;
    text-align: center;
  }

  .floor_article_body {
    width: auto;
  }

  .floor_article_ttl {
    margin-bottom: 1.875%;
    font-size: 5.5vw;
    font-weight: bold;
    color:#000;
  }

  .floor_article_txt {
    margin-bottom: 7%;
    font-size: 4.38vw; /* = 28 / 640 * 100vw */
    font-weight: normal;
    line-height: 2;
    color: #666;
  }

  .floor_body_inner {
    width: 100%;
    padding: 0 3.13vw 15.63vw; /* = 20 / 640 * 100vw, = 100 / 640 * 100vw */
    box-sizing: border-box;
  }

  /* item */

  .item {
    margin-bottom: 7.81vw; /* = 50 / 640 * 100vw */
  }

  .has-badge {
    padding-top: 12.97vw; /* = 83 / 640 * 100vw */
  }

  .item_card {
    margin-bottom: 3.91vw; /* = 25 / 640 * 100vw */
  }

  .item_heading {
    position: relative;
    padding: 6.25% 0; /* = 20 / 640 * 100%, 0 */
  }

  /* item 2column */
  .item_2column{
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .item_column_left{
    width:100%;
    padding-left: 0;
  }

  .item_column_right{
    width:100%;
    padding-left: 0;
  }

  .item_heading_long {
    height: auto;
  }

  .item_title_long {
    padding-top:0;
  }

  .item_body_column {
    position: relative;
    min-height: auto;
    padding: 6.25% 4.69%; /* = 40 / 640 * 100%, = 30 / 640 * 100% */

  }

  .item_image_column {
    position: relative;
    top: 0;
    left: 0;
    width: 81.25vw; /* = 40 / 640 * 100v% */
    height: auto;
    margin-bottom: 6.25vw; /* = 40 / 640 * 100vw */
  }

  .other_purchase::after{
    content: "" ;
  }

  .description{
    height:auto;
  }

  .item_info_column {
    padding-left: 0;
  }

  .item_info_column .item_name {
    min-height: 0;
  }

  .item_cart_column {
    padding: 6.25vw 4.69vw; /* = 40 / 640 * 100%, = 30 / 640 * 100% */
    background-color: #fffde7;
  }

  .btn_purchase_column {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 14.06vw; /* = 90 / 640 * 100vw */
    /* background-color: #000; */
    border-radius: 0.63vw; /* = 4 / 640 * 100vw */
    box-sizing: border-box;
    background-repeat: repeat-x;
    background-position: top left;
    background-size: contain;
  }

  .item_price_otoku_column {
    position:absolute;
    top: auto;
    /*
    right: 0;
    */
    bottom: 0;
    border: 0.47vw solid #d20000; /* = 3 / 640 * 100vw */
    border-radius: 0.78vw; /* = 5 / 640 * 100vw */
    background-color: #fff;

    padding:0;
  }

  .otoku_price_column {
    display: inline-block;
    padding: 1.25vw 1.88vw; /* = 8 / 640 * 100vw, = 12 / 640 * 100vw */
    font-size: 3.75vw; /* = 24 / 640 * 100vw */
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1;
    text-align: center;
    vertical-align: top;
    color: #d20000;
  }

  .otoku_price_column .number {
    font-size: 4.38vw; /* = 28 / 640 * 100vw */
  }

  .yen::after{
    content: "\A";
    white-space: pre ;
  }

  .item_price_otoku_column::before{
    top: 0;
    left: 0;
    margin-left: 0;
    z-index: 2;
  }

  .item_price_otoku_column::after{
    top: 0;
    left: 0;
    margin-left: 0;
    z-index: 1;
  }

  .item_price_otoku_column::after,
  .item_price_otoku_column::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -3.13vw; /* = 20 / 640 * 100vw */
    border: 1.88vw solid transparent; /* = 12 / 640 * 100vw */
    border-right-color: #d20000;
    transform: translateY(-50%);
  }

  .item_price_otoku_column::after {
    border-right-color: #fff;
    left: -3.13vw;
    z-index: 2;
  }

  .item_price_otoku_column::before {
    left: -4vw; /* = 24 / 640 * 100vw */
    z-index: 1;
  }


  /* badge */

  .item_badge {
    position: absolute;
    top: -12.97vw; /* = 83 / 640 * 100vw */
    left: 0;
    height: 16.56vw; /* = 106 / 640 * 100vw */
    margin-left: 7.81vw; /* = 50 / 640 * 100vw */
    padding: 5.63vw 10vw; /* = 36 / 640 * 100vw, = 64 / 640 * 100vw */
    padding-right: 5.47vw; /* = 35 / 640 * 100vw */
    background: url('/shopping/camp/healthy/res/202102/img/badge_bg_sp.png') no-repeat center right;
    background-size: cover;
    box-sizing: border-box;
    font-size: 3.91vw; /* = 25 / 640 * 100vw */
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #fff;
  }

  .item_badge_present {
    background: url('/shopping/camp/healthy/res/202102/img/badge_present_bg_sp.png') no-repeat center right;
    background-size: cover;
  }

  .item_badge_none {
    background: url('/shopping/camp/healthy/res/202102/img/badge_bg_sp.png') no-repeat center right;
    background-size: cover;
  }

  .item_badge .badge_mark {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -7.81vw; /* = 50 / 640 * 100vw */
    width: 16.56vw; /* = 106 / 640 * 100vw */
    height: 16.56vw; /* = 106 / 640 * 100vw */
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
  }

  .item_badge_check .badge_mark {
    background-image: url('/shopping/camp/healthy/res/202102/img/badge_mark_check_sp.png');
  }

  .item_badge_present .badge_mark {
    background-image: url('/shopping/camp/healthy/res/202102/img/badge_mark_present_sp.png');
  }

  .item_badge_crown .badge_mark {
    background-image: url('/shopping/camp/healthy/res/202102/img/badge_mark_crown_sp.png');
  }

  .item_badge_none .badge_mark {
    background-image: url('/shopping/camp/healthy/res/202102/img/badge_mark_none_sp.png');
  }

  .item_title {
    font-size: 5.63vw; /* = 36 / 640 * 100vw */
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #fff;
  }

  .item_title sup {
    font-size: 4.69vw; /* = 30 / 640 * 100vw */
    line-height: 1;
    vertical-align: top;
  }

  .item_body {
    position: relative;
    min-height: auto;
    padding: 6.25% 4.69%; /* = 40 / 640 * 100%, = 30 / 640 * 100% */
  }

  .item_info {
    padding-left: 0;
  }

  .item_indication {
    margin-top: 0;
    font-size: 3.75vw; /* = 24 / 640 * 100vw */
    text-align: right;
  }

  .item_indication_set {
    margin-top: 5px;
  }


  .item_inclusion {
    margin-top: 1.56vw; /* = 10 / 640 * 100vw */
    padding: 4.22vw; /* = 27 / 640 * 100vw */
    font-size: 4.69vw; /* = 30 / 640 * 100vw */
    font-weight: bold;
    background-color: #ffe555;
    text-align: center;
  }

  .item_inclusion_02 {
    margin-top: 1.56vw; /* = 10 / 640 * 100vw */
    padding: 4.22vw; /* = 27 / 640 * 100vw */
    font-size: 4.69vw; /* = 30 / 640 * 100vw */
    font-weight: bold;
    background-color: #ff91ba;
    text-align: center;
  }

  .item_inclusion + .item_inclusion {
    margin-top: 1.56vw; /* = 10 / 640 * 100vw */
  }

  .item_inclusion_02 + .item_inclusion_02 {
    margin-top: 1.56vw; /* = 10 / 640 * 100vw */
  }

  .item_name {
    margin-top: 6.25vw; /* = 40 / 640 * 100vw */
    margin-bottom: 6.25vw; /* = 40 / 640 * 100vw */
    font-size: 5.94vw; /* = 38 / 640 * 100vw */
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }

  .item_capacity {
    font-size: 4.06vw; /* = 26 / 640 * 100vw */
    line-height: 1.7;
  }

  .item_image {
    position: relative;
    top: 0;
    left: 0;
    width: 81.25vw; /* = 40 / 640 * 100v% */
    height: auto;
    margin-bottom: 6.25vw; /* = 40 / 640 * 100vw */
  }

  .item_comment {
    margin-bottom: 6.25vw; /* = 40 / 640 * 100vw */
    font-size: 4.38vw; /* = 28 / 640 * 100vw */
    line-height: 1.8;
    letter-spacing: -0.05em;
  }

  .item_comment sub {
    font-size: 3.13vw; /* = 20 / 640 * 100vw */
    vertical-align: bottom;
  }

  .item_nutrient_ttl {
    display: block;
    margin-bottom: 2.344%;
    padding: 2.031% 0;
    background: #9d7d5e;
    text-align: center;
    font-size: 4.688vw;
    font-weight: bold;
    color: #fff;
  }


  /* link_otheritem */

  .link_otheritem {
    margin-bottom: 15px;
    text-align: center;
    text-indent: -6.25vw; /* = 40 / 640 * 100vw */
  }

  .link_otheritem a {
    display: block;
    position: relative;
    padding: 4.38vw; /* = 28 / 640 * 100vw */
    border: 0.31vw solid #ccc; /* = 2 / 640 * 100vw */
    border-radius: 5px;
    font-size: 4.38vw; /* = 28 / 640 * 100vw */
    line-height: 4.69vw; /* = 30 / 640 * 100vw */
    letter-spacing: -0.05em;
    text-decoration: none;
    color: #000;
  }

  .link_otheritem a > .link_arrow {
    display: inline-block;
    width: 4.69vw; /* = 30 / 640 * 100vw */
    height: 4.69vw; /* = 30 / 640 * 100vw */
    margin-right: 2.34vw; /* = 15 / 640 * 100vw */
    vertical-align: bottom;
  }

  .link_otheritem_bottleimage {
    position: absolute;
    top: 50%;
    height: 9.69vw; /* = 62 / 640 * 100vw */
    margin-top: 0;
    margin-left: 2.34vw; /* = 15 / 640 * 100vw */
    vertical-align: middle;
    transform: translateY(-50%);
  }

  .link_otheritem_nothing::after{
    content: "";
    padding: 0;

  }

  /* itemlink */

  .itemlink {
    border: 0.31vw solid #dcdcdc; /* = 2 / 640 * 100vw */
  }

  .itemlink_title  {
    padding: 3.39vw 4.69vw; /* = 20 / 640 * 100%, = 30 / 640 * 100% */
    background-color: #ebebeb;
    font-size: 4.38vw; /* = 28 / 640 * 100vw */
    font-weight: bold;
  }

  .itemlink_list {
    padding: 0;
    list-style: none;
  }

  .itemlink_list .list_item {
    border-bottom: 0.31vw solid #dcdcdc; /* = 2 / 640 * 100vw */
  }

  .itemlink_list .list_item a {
    display: block;
    position: relative;
    margin-bottom: 0;
    padding: 3.91vw; /* = 25 / 640 * 100vw */
    padding-left: 7.81vw; /* = 50 / 640 * 100vw */
    font-size: 4.38vw; /* = 28 / 640 * 100vw */
    line-height: 1.2;
    letter-spacing: -0.1em;
    text-decoration: none;
    color: #000;
  }

  .itemlink_list .list_item:last-child {
    border-bottom: 0;
  }

  .itemlink_list .list_arrow {
    position: absolute;
    top: 4.69vw; /* = 30 / 640 * 100vw */
    left: 4.69vw; /* = 30 / 640 * 100vw */
    width: 2.19vw; /* = 14 / 640 * 100vw */
    height: 3.44vw; /* = 22 / 640 * 100Vw */
    background: url('/shopping/camp/healthy/res/202102/img/itemlink_arrow_sp.png') no-repeat top left;
    background-size: 100%;
  }

  .item_cart {
    padding: 6.25vw 4.69vw; /* = 40 / 640 * 100%, = 30 / 640 * 100% */
    background-color: #fffde7;
  }

  .item_cart_block {
    position: relative;
    margin-bottom: 3.39vw; /* = 20 / 590 * 100% */
  }

  .item_cart_block_present {
    padding-top: 7.81vw; /* = 50 / 640 * 100% */
  }

  .item_cart_block:last-child {
    margin-bottom: 0;
  }

  .item_cart_text {
    margin-bottom: 2.34vw; /* = 15 / 590 * 100% */
    font-size: 3.44vw; /* = 22 / 640 * 100vw */
    font-weight: bold;
  }

  .item_price {
    position: relative;
    width: auto;
    margin-bottom: 2.34vw; /* = 15 / 590 * 100% */
    padding-left: 16.41vw; /* = 105 / 640 * 100vw */
  }

  .item_price .number {
    font-family: 'Roboto', sans-serif !important;
  }

  .item_price_set {
    color: #d20000;
  }

  .item_price_special {
    color: #d20000;
  }

  .item_postage {
    font-size: 3.44vw; /* = 22 / 640 * 100vw */
    font-weight: 900;
    color: #d20000;
  }

  .item_price_type {
    position: absolute;
    top: 0;
    left: 0;
    width: 9.38vw; /* = 60 / 640 * 100vw */
    padding: 1.41vw; /* = 9 / 640 * 100vw */
    border: 0.47vw solid #000; /* = 3 / 640 * 100vw */
    background-color: #fff;
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }

  .item_price_type_normal {
    font-size: 4.37vw; /* = 28 / 640 * 100vw */
    letter-spacing: 0;
  }

  .item_price_type_special {
    border-color: #d20000;
    font-size: 4.37vw; /* = 28 / 640 * 100vw */
    letter-spacing: 0;
  }

  .item_price_type_set {
    border-color: #d20000;
    font-size: 3.13vw; /* = 20 / 640 * 100vw */
    letter-spacing: -0.05em;
  }

  .item_price_type_set .number {
    display: block;
    font-size: 7.03vw; /* = 45 / 640 * 100vw */
    line-height: 0.8;
  }

  .item_price_type_setprice {
    border-color: #d20000;
    font-size: 3.13vw; /* = 20 / 640 * 100vw */
    letter-spacing: -0.1em;
  }

  .item_price_type_setprice .setprice {
    font-size:4.37vw;
    letter-spacing: 0;
  }

  .item_price_type_bottle {
    border-color: #d20000;
    font-size: 3.6vw; /* = 25 / 640 * 100vw */
  }

  .item_price_type_bottle .number {
    display: inline-block;
    font-size: 6vw; /* = 60 / 640 * 100vw */
  }

  .item_price_taxex {
    font-size: 5vw; /* = 32 / 640 * 100vw */
    font-weight: 900;
    line-height: 0.9;
  }

  .item_price_taxex .number {
    font-size: 9.38vw; /* = 60 / 640 * 100vw */
    letter-spacing: -0.05em;
  }

  .item_price_taxin {
    display: block;
    font-size: 3.44vw; /* = 22 / 640 * 100vw */
    font-weight: 900;
  }

  .item_price_otoku {
    position:absolute;
    top: auto;
    /*
    right: 0;
    */
    bottom: 0;
    border: 0.47vw solid #d20000; /* = 3 / 640 * 100vw */
    border-radius: 0.78vw; /* = 5 / 640 * 100vw */
    background-color: #fff;
  }

  .item_price_otoku::after,
  .item_price_otoku::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -3.13vw; /* = 20 / 640 * 100vw */
    border: 1.88vw solid transparent; /* = 12 / 640 * 100vw */
    border-right-color: #d20000;
    transform: translateY(-50%);
  }

  .item_price_otoku::after {
    border-right-color: #fff;
  }

  .item_price_otoku::before {
    left: -3.75vw; /* = 24 / 640 * 100vw */
  }

  .otoku_price {
    display: block;
    padding: 1.25vw 1.88vw; /* = 8 / 640 * 100vw, = 12 / 640 * 100vw */
    font-size: 3.75vw; /* = 24 / 640 * 100vw */
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1;
    text-align: center;
    vertical-align: top;
    color: #d20000;
  }
  .price_ren4 ,.price_ren5{
  left: auto;
  }

  .price_ren4 {
  left: 190px;
  }

  .price_ren5 {
  left: 210px;
  }

  .item_cart_column .price_ren4{
    left: 190px;
  }

  .item_cart_column .price_ren5{
    left: 210px;
  }

  .otoku_price .number {
    font-size: 4.38vw; /* = 28 / 640 * 100vw */
  }

  .item_cart_block_present .otoku_price > br {
    display: none;
  }

  .otoku_present {
    display: block;
    margin: 0.47vw; /* = 3 / 640 * 100vw */
    margin-top: 0;
    padding: 1.09vw; /* = 7 / 640 * 100vw */
    background-color: #ffef36;
    font-size: 3.75vw; /* = 24 / 640 * 100vw */
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1;
    text-align: center;
    color: #4e0000;
  }

/*セット縦*/
  .item_price .num_vertical{
    top: 14px;
    left: 5px;
  }
  .item_price .txt_vertical{
      font-size: 3.6vw;
  }

  .annotation_txt{
    padding-left: 10px;
  }

  /* btn_purchase */

  .btn_purchase {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 14.06vw; /* = 90 / 640 * 100vw */
    /* background-color: #000; */
    border-radius: 0.63vw; /* = 4 / 640 * 100vw */
    box-sizing: border-box;
    background-repeat: repeat-x;
    background-position: top left;
    background-size: contain;
  }

  .btn_normal {
    background: url('/shopping/camp/healthy/res/202102/img/btn_normal_bg.png');
  }

  .btn_normal.is-push {
    background: url('/shopping/camp/healthy/res/202102/img/btn_normal_bg_hover.png');
  }

  .btn_set {
    background: url('/shopping/camp/healthy/res/202102/img/btn_set_bg.png');
  }

  .btn_set.is-push {
    background: url('/shopping/camp/healthy/res/202102/img/btn_set_bg_hover.png');
  }

  .btn_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 3.13vw; /* = 20 / 640 * 100vw */
    transform: translateY(-50%);
  }

  .btn_arrow img {
    width: 5.31vw; /* = 34 / 640 * 100vw */
    height: 5.31vw; /* = 34 / 640 * 100vw */
  }


  .btn_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 5vw; /* = 32 / 640 * 100vw */
    font-weight: bold;
    color: #fff;
    transform: translate(-50%, -50%);
  }

  .btn_purchase_column .btn_txt {
    position: absolute;
    top: 50%;
    /*left: 60px;*/
    left:0;
    transform: translateY(-50%);
  }

  .here::before{
    content: "";
    white-space: pre ;
  }

  .attention_list {
    list-style: none;
  }

  .attention_list .list_item {
    position: relative;
    padding-left: 1.2em;
    font-size: 4.06vw; /* = 26 / 640 * 100vw */
    color: #d10000;
  }
  .attention_list .list_item-number {
    padding-left: 1.7rem;
  }
  .attention_list .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }


  /* notification */

  .notification {
    margin-bottom: 15.63vw; /* = 100 / 640 * 100vw */
  }

  #anchor03 .notification {
    margin-bottom: 0;
  }

  .notification_top_title {
    margin-bottom: 3.91vw; /* = 25 / 640 * 100vw */
    text-align: center;
  }

  .notification_top_title img {
    height: 7.66vw; /* = 49 / 640 * 100vw */
  }

  .notification_card {
    border: 0.47vw solid #319616; /* = 3 / 640 * 100vw */
  }

  .notification_heading {
    padding: 5.94vw 0; /* = 38 / 640 * 100vw, 0 */
    background-color: #319616;
  }

  .notification_title {
    font-size: 5.63vw; /* = 36 / 640 * 100vw */
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    line-height: 1.37;
    color: #fff;
  }

  .notification_title strong {
    font-size: 5.94vw; /* = 38 / 640 * 100vw */
    font-weight: bold;
    color: #ffe605;
  }

  .notification_body {
    padding: 5.47vw; /* = 35 / 640 * 100vw */
  }

  .notification_article_title {
    margin-bottom: 25px;
    font-size: 6.25vw; /* = 40 / 640 * 100vw */
    font-weight: 900;
    text-align: center;
    letter-spacing: -0.05em;
    line-height: 1.37;
  }

  .notification_article_title strong {
    font-weight: 900;
    color: #dc0000;
  }

  .notification_article_comment {
    margin-bottom: 7.81vw; /* = 50 / 640 * 100vw */
    padding: 0;
    font-size: 4.38vw; /* = 28 / 640 * 100vw */
  }

  .notification_point_list {
    padding: 0;
  }

  .notification_point_list .list_item {
    position: relative;
    margin-bottom: 6.25vw; /* = 40 / 640 * 100vw */
    padding-top: 4.69vw; /* = 30 / 640 * 100vw */
    padding-left: 12.5vw; /* = 80 / 640 * 100vw */
    border-top: 4px solid #ffe605;
    font-size: 5.63vw; /* = 36 / 640 * 100vw */
    font-weight: bold;
    letter-spacing: -0.05em;
  }

  .notification_point_list .notification_point_number {
    position: absolute;
    top: 6.25vw; /* = 40 / 640 * 100vw */
    left: 0;
    width: 9.38vw; /* = 60 / 640 * 100vw */
    height: 9.38vw; /* = 60 / 640 * 100vw */
    transform: translateX(0);
  }

  .notification_points {
    overflow: inherit;
  }

  .notification_point {
    float: none;
    width: 81.25vw; /* = 520 / 640 * 100vw */
    margin-bottom: 7.81vw; /* = 50 / 640 * 100vw */
    padding: 0;
    padding-top: 3.91vw; /* = 25 / 640 * 100vw */
    border: 0;
    border-top: 4px solid #ffe605;
  }

  .notification_point:last-child {
    border-right: none;
  }

  .notification_point_title {
    position: relative;
    padding-left: 12.5vw; /* = 80 / 640 * 100vw */
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 5.63vw; /* = 36 / 640 * 100vw */
    font-weight: bold;
    letter-spacing: -0.05em;
  }

  .notification_point_number {
    position: absolute;
    top: 50%;
    left: 0;
    width: 9.38vw; /* = 60 / 640 * 100vw */
    height: 9.38vw; /* = 60 / 640 * 100vw */
    transform: translateY(-50%);
  }

  .notification_point_image {
    width: 100%;
  }

  #anchor03 .notification_body {
    position: relative;
    padding-right: 5.47vw;
  }

  #anchor03 .notification_article_image {
    position: absolute;
    top: 3.91vw; /* = 25 / 640 * 100vw */
    right: 7.81vw; /* = 50 / 640 * 100vw */
    width: 15.63vw; /* = 100 / 640 * 100vw */
    height: 31.25vw; /* = 200 / 640 * 100vw */
  }

  #anchor03 .notification_article_title {
    padding-top: 6.25vw; /* = 40 / 640 * 100vw */
    margin-bottom: 12.5vw; /* = 80 / 640 * 100vw */
    text-align: left;
  }

  /* ---------- foot banner ---------- */

  .foot_bnr {
    margin-top: 12.5%; /* 80px */
    margin-bottom: 12.5%; /* 80px */
    padding: 0 3.125%; /* 20px */
  }

  .foot_bnr a {
    display: block;
  }

 }

 /* start 7/20追加 */

  .btn_anchor {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .item_new .item_body {
   min-height: 0;
 }
  .item_new .item_name {
    margin-top: 0;
  }
  .cart {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .cart .item_image {
    position: inherit;
    width: 35%;
    height: 100%;
  }
  .cart_area {
    width: 65%;
    margin-top: 0;
  }
  .cart_piece {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .cart .item_cart_block {
    width: 100%;
  }
  .cart .item_price {
    padding-left: 70px;
  }
  .cart .item_postage {
    font-size: 14px;
  }
  .cart .item_price_type {
    width: 40px;
  }
  .cart .item_price_type_normal {
    font-size: 18px;
  }
  .cart .item_price_type_bottle {
    font-size: 16px;
  }
  .cart .item_price_type_bottle .number {
    font-size: 35px;
  }
  .cart .item_price_taxex .number {
    font-size: 40px;
  }
  .cart .item_price_taxin {
    font-size: 16px;
  }
  .cart .item_price_otoku {
    top: inherit;
    bottom: 50%;
    transform: translateY(50%);
  }
  .cart .price_ren4 {
    left: 220px
  }
  .cart .price_ren5 {
    left: 220px;
  }
  .cart .otoku_price {
    font-size: 20px;
  }

  .cart .btn_purchase {
    width: 200px;
    height: 20px;
    top: inherit;
    bottom: 0;
    padding: 20px;

  }
  .cart .btn_txt {
    font-size: 18px;
  }
  .cart .btn_arrow {
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
  }
  .cart .btn_arrow img {
    width: 20px;
    height: 20px;
  }

  .inclusions {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-bottom: 30px;
  }
  .inclusions .item_inclusion {
    width: calc(50% - 12px);
    margin-top: 0;
    margin-left: 12px;
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 17.5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inclusions .item_inclusion_single {
    width: 100%;
  }
  .inclusions .item_indication {
    width: 100%;
    text-align: center;
  }

  /* 2column */
  .item_2column .item_new .item_image_column {
    position: inherit;
    width: 35%;
    height: 100%;
  }
  .item_2column .item_new .btn_purchase {
    position: inherit;
    width: calc(100% - 40px);
  }
  .item_2column .cart .item_price {
    margin-bottom: 15px;
    padding-left: 60px;
  }
  .item_2column .cart .price_ren4 {
    left: 205px;
  }
  .item_2column .cart .price_ren5 {
    left: 205px;
  }
  .item_2column .item_new .item_inclusion {
    font-size: 16px;
  }
  .item_2column .item_new .item_inclusion_single {
    width: 100%;
  }
  .link_otheritem a {
    font-size: 18px;
  }
  .second {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -10px;
  }
  .border-d20000_teiki {
    border-color: #d20000;
  }
  .border-000_bottle {
    border-color: #000;
  }
  .cart_piece .item_attention {
    margin-top: 10px;
  }
  sub {
    font-size: 50%;
    margin-bottom: -10px;
  }

  @media (max-width: 640px) {
    .btn_anchor {
      bottom: 8vw;
      width: 80%;
    }

    .item_inclusion {
      font-size: 3vw;
      padding: 1.5vw;
      border-radius: 20px;
    }
    .cart .item_postage {
      font-size: 3vw
    }
    .cart .item_price {
      padding-left: 13vw;
      margin-bottom: 5px;
    }
    .cart .item_price_bubble {
      margin-bottom: 5px;
    }
    .cart .item_price_type {
      width: 8.6vw;
    }
    .cart .item_price_type_normal {
      font-size: 4vw;
    }
    .cart .item_price_type_bottle {
      font-size: 3vw;
    }
    .cart .item_price_type_bottle .number {
      font-size: 8vw;
    }
    .cart .item_price_taxex .number {
      font-size: 7.5vw;
    }
    .cart .item_price_taxin {
      font-size: 3.44vw;
    }
    .cart .btn_purchase {
      width: 100%;
    }
    .cart .btn_txt {
      font-size: 3.5vw;
    }
    .cart .btn_arrow img {
      width: 4.5vw;
      height: 4.5vw;
    }
    .cart .otoku_price {
      font-size: 2vw;
    }
    .cart .otoku_price .number {
      font-size: 4vw;
    }
    .cart .price_ren4 {
      left: inherit;
      bottom: 50%;
      right: -10px;
      transform: translateY(50%);
    }
    .cart .price_ren5 {
      left: inherit;
      bottom: 50%;
      right: -10px;
      transform: translateY(50%);
    }

    .link_otheritem a {
      font-size: 3.2vw;
    }
    .link_otheritem_bottleimage {
      height: 7vw;
    }
    .second {
      font-size: 2.8vw;;
      margin-bottom: 5px;
      margin-top: 0;
    }
    sub {
      font-size: 1vw;
      margin-bottom: -5px;
    }

    /* 2column */
    .item_2column .cart .item_price {
      margin-bottom: 5px;
      padding-left: 13vw;
    }
    .item_2column .cart .item_price_bubble {
      margin-bottom: 5px;
    }
    .item_2column .cart .price_ren4 {
      left: inherit;
    }
    .item_2column .cart .price_ren5 {
      left: inherit;
    }
    .item_2column .item_new .item_inclusion {
      font-size: 3vw;
    }
    .item_2column .item_new .btn_purchase {
      width: 100%;
    }
    .cart_piece .item_attention {
      margin-top: 5px;
    }
    .cart_piece .list_item {
      font-size: 3vw;
    }
  }

 /* end 7/20追加 */


/* start 8/24追加 */
.item_price_type_set {
  font-size: 14px;
}
.item_price_type_set .number {
  font-size: 32px;
}

.Vermont-first {
  background: #F8F5D3;
  color: #EE3E35;
  margin-bottom: 30px;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 3px 4px 4px #C9C8C7;
}
.Vermont-first_text {
  font-size: 20px;
  font-weight: bold;
}
.Vermont-first_head {
  background: #EE3E35;
  color: #fff;
  margin-right: 20px;
  padding: 5px 30px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.Vermont-first_bigger {
  margin-left: 5px;
  font-size: 22px;
}
.Vermont-first_number {
  font-size: 32px;
}

@media (max-width: 640px) {
  .item_price_type_set {
    font-size: 2vw;
  }
  .item_price_type_set .number {
    font-size: 7vw;
  }

  .Vermont-first {
    padding: 10px;
  }
  .Vermont-first_head {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .Vermont-first_text {
    font-size: 5vw;
    text-align: center;
  }
  .Vermont-first_bigger {
    font-size: 6vw;
  }
  .Vermont-first_number {
    font-size: 9vw;
  }

}
/* end 8/24追加 */

/* start 2021/01 追加 */
.inclusions_harf {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -12px;
}
.inclusions_harf .inclusions {
  width: calc(50% - 12px);
  margin-left: 12px;
  margin-top: 0;
}
.inclusions_harf .item_inclusion {
  font-size: 16px;
}
.inclusions .item_inclusion_harf {
  width: calc(50% - 6px);
}
.inclusions_harf .item_inclusion_single {
  margin-left: 0;
}
.inclusions .item_inclusion_harf:nth-child(even) {
  margin-left: 0;
}
@media (max-width: 640px) {
  .inclusions_harf .item_inclusion {
    font-size: 3vw;
  }
  .inclusions_harf .item_indication {
    font-size: 3vw;
  }
}

.item_heading--upgrade {
  margin-top: 60px;
}
.has-badge--upgrade {
  padding-top: 20px;
}
.item-upgrade {
  color: #d20000;
  border: 2px solid #d20000;
  padding: 10px 10px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
.item-upgrade--bold {
  font-weight: bold;
}
@media (max-width: 640px) {
  .item-upgrade {
    font-size: 4.5vw;
  }
}

/* end 2021/01 追加 */


/* start 2021/05 追加 */
img{
  max-width:100%;
  height:auto;
  vertical-align:bottom;
}

a img{
  pointer-events:auto !important;
}

.l-inner{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  width:960px;
  margin:0 auto
}

.mv{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  /*padding-top:10%;*/
  padding-bottom:20px
}

.mv {
  background-image: url("/shopping/camp/healthy/res/202108/img/mv_bg.jpg")
}

.section__heading {
  background-image: url("/shopping/camp/healthy/res/202108/img/heading_bg.svg")
}

.section__title::before,
.section__title::after {
  background-image: url("/shopping/camp/healthy/res/202108/img/heading_deco.svg")

}

.head-area{
  padding-bottom:100px
}

.intro{
  padding:100px 0
}

.intro__img{
  text-align:center;
  max-width:825px;
  margin:0 auto;
}

.nav__heading{
  margin-bottom:30px;
}

.nav__list{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:end;
  -webkit-align-items:flex-end;
  -ms-flex-align:end;
  align-items:flex-end;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.nav__item{
  -webkit-box-flex:0;
  -webkit-flex:0 0 47.5%;
  -ms-flex:0 0 47.5%;
  flex:0 0 33%;
}

.nav__item:nth-of-type(n+3){
  margin-top:20px;
}

.bnr-present{
  margin-top:100px
}

.bnr-present__ribbon{
  position:relative;
  z-index:1;
}

.bnr-present__main{
  margin-top:-20px;
}

.bnr-line{
  margin-top:60px
}

.section{
  background-color:#fefef2;
}

.section__heading{
  padding:40px 0 70px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  text-align:center
}

.section__title{
  display:inline-block;
  font-size:40px;
  color:#fff;
  position:relative;
  font-weight:900
}

.section__title::before,
.section__title::after{
  display:block;
  position:absolute;
  width:20px;
  height:18px;
  content:"";
  background-repeat:no-repeat;
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}

.section__title::before{
  left:-40px
}

.section__title::after{
  right:-40px
}

.section__body{
  margin-top:70px;
  padding-bottom:50px
}

.section__img{
  margin:40px auto
}

.item_heading{
  background-color:#017737;
}

.item:last-of-type{
  margin-bottom:0;
}

.item_price_otoku{
  background-color:#d20000;
  border-radius:0;
}

.otoku_price{
  color:#fff;
}

.item_price_otoku::after{
  border-right-color:#d20000;
}

.item_2column .item_new .item_image_column{
  width:32%;
}

.cart{
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.cart .item_image{
  width:33%;
}

.cart .link_otheritem{
  margin-top:30px
}

.cart-choices *{
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.cart-choices__item:not(:first-of-type){
  margin-top:5px;
}

.cart-choices__item.is-active{
  outline:solid 2px #4d2d11;
}

.cart-choices__label{
  display:block;
  padding:20px 10px;
  background-color:#e6e4de;
  position:relative;
  cursor:pointer;
}

.cart-choices__item.is-active .cart-choices__label{
  background-color:#ffd799;
}

.cart-choices__radio{
  position:absolute;
  opacity:0;
  top:-0.125em;
  left:-0.125em;
  width:1.5em;
  height:1.5em;
  margin:0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  z-index:2;
}

.cart-choices__heading{
  display:block;
  font-size:16px;
  position:relative;
  margin-left:30px;
  font-weight:bold
}

.cart-choices__heading::before{
  display:block;
  position:absolute;
  top:50%;
  left:-30px;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  content:"";
  width:20px;
  height:20px;
  border:1px solid #aaaaaa;
  border-radius:50%;
  margin-right:10px;
  background-color:#fff
}

.cart-choices__radio:checked + .cart-choices__heading::before{
  border:2px solid #4d2d11;
}

.cart-choices__heading::after{
  display:block;
  position:absolute;
  top:50%;
  left:-23px;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background-color:#4d2d11;
  opacity:0
}

.cart-choices__radio:checked + .cart-choices__heading::after{
  opacity:1;
}

.cart-choices__radio:focus + .cart-choices__heading::before{
  outline:solid 2px #4e95ff;
}

.cart-choices__discount{
  width:110px;
  position:absolute;
  top:0;
  right:0;
  height:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  background-color:#d20000;
  padding:20px 10px;
  color:#fff;
  font-weight:bold
}

.cart-choices__discount::before{
  content:"";
  width:0;
  height:0;
  border-style:solid;
  border-width:5px 8px 5px 0;
  border-color:transparent #d20000 transparent transparent;
  position:absolute;
  top:50%;
  left:-8px;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}

.cart-choices__body{
  display:none;
  position: relative;
  padding:10px;
  background-color:#fff;
}
.cart-choices__item.is-active .cart-choices__body{
  display: block;
}
.cart-choices__item.is-active .cart-choices__body:not(:last-of-type) {
  margin-bottom: 10px;
}

.cart-choices__badge{
  display: inline-block;
  width: 90px;
  background-color:#d20000;
  color:#fff;
  padding:2px 0;
  text-align: center;
}

.cart-choices__note{
  display: inline-block;

  font-weight:bold;
  font-size: 16px;
}
.cart-choices__note--discount {
  display: block;
  padding-top: 10px;
}
.cart-choices__note--cancel {
  position: relative;
}
.cart-choices__note--cancel::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid #000;
  transform: translateY(-50%) rotate(6deg);
}

.cart-choices__note._red{
  color:#d20000;
}

.cart-choices__badge + .cart-choices__note{
  margin-left: 10px;
}

.cart-choices__note .num {
  font-size: 25px;
  vertical-align: baseline;
}

.cart-choices__price{
  margin-bottom: 10px;
  padding-top: 20px;
  font-weight:bold;
  text-align: left;
  line-height: 1.3;
}
.cart-choices__body__multi .cart-choices__price {
  margin-bottom: 0;
  padding-top: 10px;
}
.item_2column .cart-choices__body > .cart-choices__price {
  margin-bottom: 10px;
  padding-top: 10px;
}

.cart-choices__price ._main{
  font-size:30px
}

.cart-choices__price ._small{
  font-size:16px
}

.cart-choices__btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 260px;
}
.item_2column .cart-choices__body > .cart-choices__btn {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
}

.cart-choices .cart-choices__btn .btn_purchase{
  width:calc(100% - 40px);
  display:block;
  padding:20px;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  position:relative
}
.item_body_column .cart-choices .cart-choices__btn .btn_purchase {
  width:calc(100% - 40px);
}

@media (min-width: 641px){

  .u-hide-m-up{
    display:none !important
  }
}

@media (max-width: 640px){

  .l-inner{
    width:100%;
    padding:0 3%
  }

  .mv{
    padding-top:2.5%;
    padding-bottom:0
  }

  .mv__img{
    width:95%;
    padding:10% 0;
    margin:0 auto
  }

  .head-area{
    padding-bottom:40px
  }

  .intro{
    padding:30px 0
  }

  .bnr-present{
    margin-top:40px
  }

  .bnr-line{
    margin-top:30px
  }

  .section__heading{
    padding:20px 30px
  }

  .section__title{
    font-size:20px
  }

  .section__title::before{
    left:-24px
  }

  .section__title::after{
    right:-24px
  }

  .section__body{
    margin-top:20px
  }

  .section__img{
    margin:30px auto
  }

  .cart .link_otheritem{
    margin-top:16px
  }

  .cart-choices__heading{
    font-size:3.47vw;
    margin-left:20px
  }

  .cart-choices__heading::before{
    width:16px;
    height:16px;
    left:-26px
  }

  .cart-choices__heading::after{
    width:8px;
    height:8px;
    left:-20px
  }

  .cart-choices__discount{
    width:68px
  }

  .cart-choices__body{
    padding:8px
  }

  .cart-choices__item.is-active .cart-choices__body{
    display:block
  }

  .cart-choices__badge{
    font-size:3.47vw;
    display:inline-block;
    padding:2px 16px
  }

  .cart-choices__note{
    display: inline;
    font-size:14px;
    vertical-align: baseline;
  }
  .cart-choices__note--cancel {
    font-size: 12px;
  }
  .cart-choices__note--discount {
    display: block;
  }

  .cart-choices__price {
    padding-top: 10px;
  }
  .cart-choices__price ._main{
    font-size:5.87vw
  }

  .cart-choices__price ._small{
    font-size:2.93vw
  }

  .cart-choices__btn{
    margin-top:10px;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .cart-choices .cart-choices__btn .btn_purchase {
    padding: 14px;
  }
  .cart-choices .cart-choices__btn .btn_purchase{
    width: calc(100% - 28px);
  }
  .item_body_column .cart-choices .cart-choices__btn .btn_purchase {
    width: calc(100% - 28px);
  }
}
/* end 2021/05 追加 */

/* start 2021/07 追加 */
.voice {
  position: relative;
  background: #FEF8E3;
  margin-bottom: 30px;
  padding: 20px 30px;
  font-size: 16px;
}
.voice ::before {
  content:"";
  position:absolute;
  right: 0;
  bottom: 0;
  border:transparent solid 0;
  border-width:0 16px 16px 0;
  border-color:#fff #fff #FEE679 #FEE679;
  display:block;
  width:0;
  transform: rotate(90deg);
}
.voice dt {
  margin-bottom: 10px;
}
.voice-icon {
  width: 40px;
  margin-right: 5px;
  vertical-align: middle;
}
.voice-balloon {
  display: inline-block;
  background: #F7931D;
  border-radius: 6px;
  color: #fff;
  padding: 5px 10px;
  margin-right: 15px;
  font-size: 18px;
  vertical-align: middle;
}
.voice-attr {
  vertical-align: middle;
}

@media (max-width: 640px){
  .voice {
    padding: 6%;
    font-size: 4.38vw;
  }
  .voice-balloon {
    font-size: 4.38vw;
  }
}

/* end 2021/07 追加 */

/* start 2021/08 追加 */
.item_2column .cart .item_image_column {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: block;
}
.item_2column .cart .cart_area {
    width: 100%;
}

.itemPrice__balloon {
  position: absolute;
  bottom: 10px;
  left:150px;

  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #d20000;
  font-size: 16px;
  font-weight: bold;
  border: solid 3px #d20000;
  margin-left: 14px;
  padding: 4px;
}
.itemPrice__balloon::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #d20000 transparent transparent;
}
.itemPrice__balloon::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 7px 3px 0;
  border-color: transparent #fff transparent transparent;
}
.item_2column .cart-choices__body__multi .itemPrice__balloon {
  bottom: 75px;
  left: 250px;
}
.inclusions_title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  .nav__item {
    flex :0 0 100%;
    margin-top: 20px;
  }
  .cart .item_image {
    width: 75%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4vw;
  }
  .cart_area {
    width: 100%;
  }
  .itemPrice__balloon {
    font-size: 12px;
    margin-left: 8px;
    bottom: 40%;
    left: 60%;
  }
  .item_2column .cart-choices__body__multi .itemPrice__balloon {
    bottom: 40%;
    left: 60%;
  }
}
