@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/202002/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/202002/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/202002/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/202002/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/202002/img/heading_cart_icon.png') no-repeat top left;
}

.heading_cart:hover .heading_cart_icon {
  background: url('/shopping/camp/healthy/res/202002/img/heading_cart_icon_hover.png') no-repeat top left;
}

/* ---------- main_visual ---------- */
.main_visual {
}

.main_inner {
  height: 600px;
  background: url('/shopping/camp/healthy/res/202002/img/main_visual_bg.png') no-repeat top center;
  text-align: center;
}

.main_title {
  /* margin-right: -4px; */
}

/* ---------- navi ---------- */
#anchor01, #anchor02, #anchor03, #anchor04,#anchor05{
  display: block;
  /*
  padding-top: 60px;
  margin-top: -60px;
  */
}

#anchor01{
  background-color: #ffeadb;
}
#anchor02, #anchor04, #anchor03, #anchor05{
  background-color: #e4f6ff;
}

.navi {
  margin-bottom: 50px;
  background-color: #32a5de;
}

.navi_inner {
  width: 950px;
  margin: 0 auto;
}

.content_navi {
  overflow: hidden;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  letter-spacing: -.3em;
  text-align: center;
}

.content_navi .navi_item {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  vertical-align: middle;
  border-right: 1px solid #fff;
}

.content_navi .navi_item_new{
  background-color: #fa5c01;
}

.content_navi .navi_item a {
  display: inline-block;
  width: 188px;
  padding: 37px 0;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.content_navi .navi_item_3column{
  border-right: 1px solid transparent;
}

/*.content_navi .navi_item_3column a {
  padding-bottom: 0;
  padding-top: 0;
}*/

.content_navi .navi_item .navi_line_01{
  padding: 49px 0;
}

.navi_item_arrow {
  position: absolute;
  top: 90px;
  right: 15px;
  width: 20px;
  height: 20px;
}

/*.navi_item_3column .navi_item_arrow {
  top: 52px;
}*/

/* ---------- 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, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", 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/202002/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 #eb6100;
  border-radius: 5px;
  background-color: #fffced;
}
.research_wrapp02 {
  border: 3px solid #32a5de;
  border-radius: 5px;
  background-color: #fffced;
}

.research_wrapp_heading {
  padding: 10px 0 15px;
  background-color: #eb6100;
}
.research_wrapp_heading02 {
  padding: 10px 0 15px;
  background-color: #32a5de;
}

.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%;
}

/* ---------- 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/202002/img/floor_heading_bg.png') top left;
}

.floor_heading_inner {
  height: 70px;
  padding-top: 40px;
  background-color: #abddf6;
  /* background: url('/shopping/camp/healthy/res/202002/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: #333333;
}

#anchor01 .floor_heading_inner{
  background-color: #ffa769;
}

/* 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;
}
#anchor01 .item_card{
  border: 2px solid #f95c00;
}
#anchor02 .item_card, #anchor03 .item_card, #anchor04 .item_card,#anchor05 .item_card{
  border: 2px solid #32a5df;
}

.item_heading {
  position: relative;
  padding: 20px 0;
}
#anchor01 .item_heading{
  background-color: #f95c00;
}
#anchor02 .item_heading, #anchor03 .item_heading, #anchor04 .item_heading, #anchor05 .item_heading{
  background-color: #32a5df;
}

/* item 2column */

.item_2column {
  width:100%;

  display:flex;
}

.item_column_left {
  box-sizing: border-box;
  width:50%;
  padding-right:1%;
}

.item_column_right {
  box-sizing: border-box;
  width:50%;
  padding-left:1%;
}

.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/202002/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;
}

.item_badge_present {
  background: url('/shopping/camp/healthy/res/202002/img/badge_present_bg.png') no-repeat center right;
}

.item_badge_none {
  background: url('/shopping/camp/healthy/res/202002/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/202002/img/badge_mark_check.png');
}

.item_badge_crown .badge_mark {
  background-image: url('/shopping/camp/healthy/res/202002/img/badge_mark_crown.png');
}

.item_badge_present .badge_mark {
  background-image: url('/shopping/camp/healthy/res/202002/img/badge_mark_present.png');
}

.item_badge_none .badge_mark {
  background-image: url('/shopping/camp/healthy/res/202002/img/badge_mark_none.png');
}

.item_badge sup {
  font-size: 15px;
  line-height: 1;
  vertical-align: top;
}

.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_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_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/202002/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_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;
}

/*ƒZƒbƒgc*/
.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/202002/img/btn_normal_bg.png');
}

.btn_normal:hover {
  background-image: url('/shopping/camp/healthy/res/202002/img/btn_normal_bg_hover.png');
}

.btn_set {
  background-image: url('/shopping/camp/healthy/res/202002/img/btn_set_bg.png');
}

.btn_set:hover {
  background-image: url('/shopping/camp/healthy/res/202002/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_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/202002/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/202002/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/202002/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 {
    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 ,.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: #32a5de;
    /* background: url('/shopping/camp/healthy/res/202002/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: #fa5c01;
  }

  .navi_item_text{
    position: absolute;
    font-size: 17px;
    top: 50%;
    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/202002/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#e95600;
    border-radius: 5px;
  }
  .research_wrapp02 {
    border: 3px solid#32a5de;
    border-radius: 5px;
  }

  .research_wrapp_heading {
    padding: 5.16vw 0; /* = 33 / 640 * 100vw, 0 */
    background-color: #e95600;
  }
  .research_wrapp_heading02 {
    padding: 5.16vw 0; /* = 33 / 640 * 100vw, 0 */
    background-color: #32a5de;
  }

  .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/202002/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: #abddf6;
    /* background: url('/shopping/camp/healthy/res/202002/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: #333333;
  }

  .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 */
  }

  .item:last-child {
    margin-bottom: 0;
  }

  .has-badge {
    padding-top: 12.97vw; /* = 83 / 640 * 100vw */
  }

  .item_card {
    margin-bottom: 3.91vw; /* = 25 / 640 * 100vw */
    /*border: 0.63vw solid #52a84a;*/ /* = 4 / 640 * 100vw */
    /*border: 0.63vw solid #0097E0;*/
  }

  .item_heading {
    position: relative;
    padding: 6.25% 0; /* = 20 / 640 * 100%, 0 */
    /*background-color: #52a84a;*/
    background-color: #0097E0;
  }

  /* item 2column */
  .item_2column{
    flex-direction: column;
  }

  .item_column_left{
    width:100%;
  }

  .item_column_right{
    width:100%;
  }

  .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/202002/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/202002/img/badge_present_bg_sp.png') no-repeat center right;
    background-size: cover;
  }

  .item_badge_none {
    background: url('/shopping/camp/healthy/res/202002/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/202002/img/badge_mark_check_sp.png');
  }

  .item_badge_present .badge_mark {
    background-image: url('/shopping/camp/healthy/res/202002/img/badge_mark_present_sp.png');
  }

  .item_badge_crown .badge_mark {
    background-image: url('/shopping/camp/healthy/res/202002/img/badge_mark_crown_sp.png');
  }

  .item_badge_none .badge_mark {
    background-image: url('/shopping/camp/healthy/res/202002/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/202002/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;
  }

/*ƒZƒbƒgc*/
  .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/202002/img/btn_normal_bg.png');
  }

  .btn_normal.is-push {
    background: url('/shopping/camp/healthy/res/202002/img/btn_normal_bg_hover.png');
  }

  .btn_set {
    background: url('/shopping/camp/healthy/res/202002/img/btn_set_bg.png');
  }

  .btn_set.is-push {
    background: url('/shopping/camp/healthy/res/202002/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_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;
  }

 }

