@charset "UTF-8";
/* css:sp */
/* ------------------------------
 * Home/ Healthy:list/detail
------------------------------ */
#Contents {
  background: #FFF;
  padding-bottom: 0;
}

.main-upper .page-head {
  margin: 0;
}

/* utility */
.u-fc_red {
  color: #E8053B;
}

.u-fc_or {
  color: #FF6A1C;
}

.u-fc_grn {
  color: #04A615;
}

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #FAE866));
  background: -webkit-linear-gradient(transparent 75%, #FAE866 75%);
  background: linear-gradient(transparent 75%, #FAE866 75%);
}

.pconly {
  display: none !important;
}

.hide-healthy {
  display: none !important;
}

/* slick */
.slick-slider.slick-initialized .slick-list {
  padding-bottom: 5px !important;
}
.slick-slider.slick-initialized .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.slick-arrow {
  background: rgba(4, 166, 21, 0.9);
  border: none;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  text-indent: 1000px;
  margin-top: -24px;
  white-space: nowrap;
  z-index: 100;
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 !important;
}
.slick-arrow.slick-prev {
  left: 37px;
  margin: 0;
}
.slick-arrow.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.slick-arrow.slick-next {
  right: 37px;
  margin: 0;
}
.slick-arrow.slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* common */
.layout-inner {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  margin: 0;
  padding: 40px 0;
  position: relative;
}
.section .section-title {
  color: #532F10;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 28px;
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: 0.025em;
  position: relative;
}
.section .section-title span {
  border-bottom: 4px solid #FFD800;
  display: block;
  padding-bottom: 0.25em;
}
.section .section-lead {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 1.44em;
  text-align: left;
}
.section .layout-inner {
  padding: 0 20px;
}

.btn {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.btn-round {
  border-radius: 100px;
  padding: 0.67em 2.61em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-round::after {
  content: "";
  display: block;
  border: 1px solid #FFF;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.btn-round:hover {
  background: none;
  opacity: 1;
}
.btn.btn-red {
  border: 1px solid #E8053B;
  font-weight: bold;
}
.btn.btn-red:hover {
  background: #FFF;
  color: #E8053B !important;
}
.btn.btn-red:hover::after {
  border-top-color: #E8053B;
  border-right-color: #E8053B;
}
.btn.btn-green {
  background: #04A615;
  border: 1px solid #04A615;
  color: #FFF;
}
.btn.btn-green:hover {
  color: #04A615;
}
.btn.btn-green:hover::after {
  border-top-color: #04A615;
  border-right-color: #04A615;
}

/* main contents common
-------------------- */
/* section-pickup */
.section.section-pickup {
  padding: 0;
}

.pickup-slider {
  margin-top: 32px;
}

.pickup-item {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 275px;
}
.pickup-item_thumb {
  border-radius: 10px 10px 0 0;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
}
.pickup-item_name {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.pickup-item_calorie {
  color: #FF8300;
  font-size: 15px;
  margin-top: 1.07em;
  text-align: center;
}
.pickup-item_element {
  background: #FBF9F1;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 13px;
  margin-top: 2em;
  width: 100%;
}
.pickup-item_element br {
  display: block;
  margin: 0.55em 0;
  border: 1px solid #F00;
}
.pickup-item_element dl {
  padding: 1.1em 0.1em;
  width: 50%;
}
.pickup-item_element span,
.pickup-item_element dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: block;
  text-align: center;
}
.pickup-item_element span:nth-child(even),
.pickup-item_element dl:nth-child(even) {
  border-left: 1px solid #EAE4DA;
}
.pickup-item_element span:nth-child(n+3),
.pickup-item_element dl:nth-child(n+3) {
  border-top: 1px solid #EAE4DA;
}
.pickup-item_element dt,
.pickup-item_element dd {
  display: inline-block;
}
.pickup-item_element dt::after {
  content: "：";
}

/* section-voice */
.section-voice {
  background: #FFF;
}
.section-voice .list-rank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 32px 0 40px;
}
.section-voice .list-rank .rank-item {
  background: #F8F3E3;
  border-radius: 160px;
  width: 160px;
  height: 160px;
  position: relative;
  text-align: center;
}
.section-voice .list-rank .rank-item_thumb {
  margin: 13px 0 4px;
}
.section-voice .list-rank .rank-item_thumb img {
  width: 137px;
  height: auto;
}
.section-voice .list-rank .rank-item_label {
  background: #FF6A1C;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 0.39em 0.78em;
  text-align: center;
  min-width: 75%;
}
.section-voice .list-rank .rank-item_catch {
  width: 100%;
}
.section-voice .list-rank_desc {
  display: none;
}
.section-voice .section-catch {
  margin: 20px 10px 0;
  position: relative;
  text-align: center;
}
.section-voice .section-catch::before {
  display: none;
}
.section-voice .section-catch_text {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin: 0;
  position: relative;
}
.section-voice .section-catch_text::before, .section-voice .section-catch_text::after {
  background: #532F10;
  content: "";
  display: block;
  width: 1px;
  height: 86px;
  position: absolute;
  bottom: 0;
}
.section-voice .section-catch_text::before {
  left: -5px;
  -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
.section-voice .section-catch_text:after {
  right: -5px;
  -webkit-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
          transform: rotate(18deg);
}

.box-voice_wrap {
  display: block;
  margin: 0 auto;
}
.box-voice_item {
  display: block;
  text-align: left;
}
.box-voice_item:not(:first-child) {
  margin-top: 20px;
}
.box-voice_text {
  background: #F8F3E3;
  border-radius: 6px;
  font-size: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 24px 20px;
  position: relative;
}
.box-voice_text::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0;
  border-color: #F8F3E3 transparent transparent;
  position: absolute;
  top: 100%;
  left: 40px;
}
.box-voice_text p {
  line-height: 1.7;
}
.box-voice_data {
  background: url(../../Contents/images/top/icon_voice_person.png) no-repeat 0 50%/32px;
  font-size: 15px;
  margin: 19px 0 0 9px;
  min-height: 32px;
  padding: 8px 0 8px 40px;
}
.box-voice_res {
  background: rgba(255, 216, 0, 0.7);
  display: inline-block;
  font-weight: 500;
  margin-top: 0.5em;
  padding: 10px 12px 10px 42px;
  position: relative;
}
.box-voice_res::before {
  background: url(../../Contents/images/top/icon_voice_res.png) no-repeat 0 0/contain;
  content: "";
  display: block;
  width: 21px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-voice_more {
  margin-top: 30px;
  text-align: center;
}
.box-voice_more button {
  background: #FFF;
  border: 1px solid #04A615;
  border-radius: 100px;
  color: #04A615;
  cursor: pointer;
  font-size: 16px;
  padding: 1.06em 6.13em;
  position: relative;
}
.box-voice_more button::after {
  background: url(../../Contents/images/top/icon-plus.png) no-repeat 0 0/contain;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ------------------------------
 * healthy gozen / list
------------------------------ */
/* healthy gozen */
.wrap-product-list .page-head {
  margin: 0;
}

.c-heading_3 {
  color: #FF8300;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2em;
  margin-bottom: 1em;
}
.c-heading_4 {
  color: #532F10;
  font-size: 20px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1.2em;
}

/* page-head */
.page-head_category {
  background: url(../../Contents/images/category/img_main_healthy.jpg) no-repeat 50% 50%/cover;
  position: relative;
}
.page-head_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 350px;
  margin: 0 auto;
  padding: 0 20px 32px;
}
.page-head_text {
  margin: auto 0 0;
}
.page-head_title, .page-head_desc {
  color: #FFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.page-head_title {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
}
.page-head_desc {
  font-size: 18px;
  line-height: 1.33;
  margin: 0.89em 0 0;
}

.page-lead p {
  font-size: 2rem;
  line-height: 1.53;
}

/* nav */
.nav-product {
  margin: 0 auto 24px;
}
.nav-product_inner {
  background: #AA7A52;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  padding: 6px;
}
.nav-product .list-anchor,
.nav-product .list-link {
  background: #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.nav-product .list-anchor li,
.nav-product .list-link li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.41;
  text-align: center;
}
.nav-product .list-anchor a,
.nav-product .list-link a {
  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;
  padding: 14px 5px 34px;
  position: relative;
  width: 100%;
}
.nav-product .list-anchor a::after,
.nav-product .list-link a::after {
  position: absolute;
  margin: 0;
  top: auto;
  bottom: 10px;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-50%);
      -ms-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
.nav-product .list-anchor {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.nav-product .list-anchor li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.nav-product .list-anchor li + li {
  border-left: 1px solid #DDD;
}
.nav-product .list-link li {
  width: 100%;
}
.nav-product .list-link a {
  color: #E8053B;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}
.nav-product .list-link a::after {
  background: url(../../Contents/images/product/icon_link_red.png) no-repeat 0 0/contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* info */
.p-info_inner {
  margin: 32px 0 0;
}
.p-info_healthy {
  padding: 0 20px;
}
.p-info_healthy .list-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 1em;
}
.p-info_healthy .list-point_item {
  background: #F8F3E3;
  border-radius: 6px;
  color: #FF6A1C;
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  position: relative;
  text-align: center;
}
.p-info_healthy .list-point_item .text {
  margin: auto 0 0;
}
.p-info_healthy .list-point_item .num {
  font-size: 24px;
}
.p-info_healthy .list-point_item .unit {
  font-size: 14px;
}
.p-info_healthy .list-point_item sup {
  color: #222;
  font-weight: normal;
  font-size: 60%;
  vertical-align: top;
}
.p-info_healthy .list-point .label {
  color: #532F10;
  display: block;
  font-size: 15px;
  margin: 0 0 0.5em;
}
.p-info_healthy .list-point .balloon {
  display: inline-block;
}
.p-info_healthy .note {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.p-info_lead {
  font-size: 18px;
  line-height: 1.5;
}

/* item list */
.section-product .product-item {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 0;
}
.section-product .product-item:not(:first-child) {
  border-top: 1px solid #DDD;
}
.section-product .product-item_text {
  margin-top: 20px;
}
.section-product .product-item_name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.section-product .product-item_name span {
  font-size: 34px;
}
.section-product .product-item_desc {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 1.11em;
}
.section-product .product-item_value {
  margin: 24px 0 16px;
  text-align: center;
}
.section-product .product-item_value .balloon {
  background: #FFD800;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  padding: 8px 16px;
  position: relative;
}
.section-product .product-item_value .balloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6.5px 0;
  border-color: #FFD800 transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-product .product-item_value .balloon .price {
  font-size: 12px;
  font-weight: bold;
}
.section-product .product-item_value .balloon .num {
  font-size: 18px;
}
.section-product .product-item_info {
  margin: 30px 0 24px;
}
.section-product .product-item_info dt {
  color: #04A615;
  font-size: 20px;
  font-weight: bold;
}
.section-product .product-item_info dd {
  font-size: 18px;
  margin-top: 0.67em;
}
.section-product .product-item_note {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1.43em;
}
.section-product .product-item_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.section-product .product-item_link .btn {
  font-size: 16px;
  min-width: 10.13em;
  padding: 0.75em 2.31em 0.75em 1.25em;
}
.section-product .product-item_link .btn::after {
  right: 20px;
}
.section-product .product-item_price {
  font-size: 14px;
}
.section-product .product-item_price .price {
  color: #FF6A1C;
  font-size: 16px;
  font-weight: bold;
}
.section-product .product-item_price .price .num {
  font-size: 24px;
}
/* about */
.section-about {
  font-size: 16px;
  line-height: 1.5;
}
.section-about dl dt ~ dt {
  margin-top: 1em;
}
.section-about dl dt {
  font-weight: bold;
}
.section-about .box-column {
  background: #F6F6F6;
  border-radius: 10px;
  margin: 24px 0;
  padding: 24px 20px;
}
.section-about .box-column_label {
  color: #04A615;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.section-about .u-list_num li {
  list-style: decimal;
  margin-left: 1.5em;
}
.section-about .u-list_num li + li {
  margin-top: 0.5em;
}

/* docter */
.section-docter .profile-doctor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 40px;
}
.section-docter .profile-doctor_text {
  background: #F5F4EF;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 24px;
  padding: 32px 20px;
}
.section-docter .profile-doctor_photo {
  font-size: 16px;
  line-height: 1.4;
}
.section-docter .profile-doctor_photo img {
  margin-bottom: 1.25em;
}
.section-docter .profile-doctor_photo strong {
  font-size: 20px;
}
.section-docter .profile-doctor_photo .small {
  font-size: 12px;
}
.section-docter .comment-docter {
  background: #FFF;
  padding: 30px 16px;
}
.section-docter .comment-docter_box {
  background: #F5F4EF;
  border-radius: 0 0 6px 6px;
  padding: 10px 20px 32px;
  position: relative;
  margin-top: -10px;
}
.section-docter .comment-docter_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  text-align: center;
}
.section-docter .comment-docter_title::after {
  background: #FF8300;
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin: 1em auto 0;
}
.section-docter .comment-docter p {
  font-size: 16px;
  line-height: 1.7;
}

/* howto */
.item-howto {
  background: #F6F6F6;
  border-radius: 6px;
  font-size: 20px;
  font-weight: bold;
  padding: 114px 24px 24px;
  position: relative;
  text-align: center;
  width: 100%;
}
.item-howto:nth-child(5) {
  padding-top: 66px;
}
.item-howto_finish {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item-howto_finish .item-howto_text {
  color: #FF6A1C;
  display: inline-block;
  font-size: 30px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.item-howto_finish .item-howto_text::before, .item-howto_finish .item-howto_text::after {
  background: #FF6A1C;
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  top: 50%;
}
.item-howto_finish .item-howto_text::before {
  left: -30px;
  -webkit-transform: rotate(-28deg) translateY(-50%);
      -ms-transform: rotate(-28deg) translateY(-50%);
          transform: rotate(-28deg) translateY(-50%);
}
.item-howto_finish .item-howto_text::after {
  right: -30px;
  -webkit-transform: rotate(28deg) translateY(-50%);
      -ms-transform: rotate(28deg) translateY(-50%);
          transform: rotate(28deg) translateY(-50%);
}
.item-howto_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 80px 28px;
  margin: 60px 0 23px;
}
.item-howto_thumb {
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.item-howto_step {
  background: #FFF;
  border: 1px solid #FF6A1C;
  color: #FF6A1C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  font-size: 11px;
  font-weight: bold;
  width: 68px;
  height: 68px;
  border-radius: 100px;
  padding-top: 8px;
  position: absolute;
  top: -32px;
  left: -10px;
  line-height: 1.8;
  margin: 0;
}
.item-howto_step .num {
  font-size: 22px;
  font-weight: bold;
  display: block;
  position: relative;
  top: -5px;
}
.item-howto_text {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 0 !important;
}
.item-howto_note {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin: 1em auto 0;
  text-align: left;
}

/* ------------------------------
 * healthy gozen / detail
------------------------------ */
.wrap-product-detail.content-healthy_detail {
  background: #F8F8F1 url(../../Contents/images/top/texture_voice.png) repeat 0 0/427px;
  padding-top: 24px;
}
.wrap-product-detail.content-healthy_detail img {
  max-width: 100%;
  height: auto;
}
.wrap-product-detail.content-healthy_detail header {
  margin-top: 0;
}
.wrap-product-detail.content-healthy_detail header h1 {
  color: #222;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  margin-top: 0;
  padding: 0;
}
.wrap-product-detail.content-healthy_detail header h1::before {
  display: none;
}
.wrap-product-detail.content-healthy_detail .nav-product {
  margin-bottom: 20px;
}
.wrap-product-detail.content-healthy_detail .nav-product .list-link {
  white-space: nowrap;
}
.wrap-product-detail.content-healthy_detail .wrap-product-image {
  background: none;
}
.wrap-product-detail.content-healthy_detail .course-label {
  border: none;
  border-radius: 4px 0 0 4px;
}
.wrap-product-detail.content-healthy_detail .course-label.label-default {
  background: #75583F;
  color: #FFF;
}
.wrap-product-detail.content-healthy_detail .course-label.label-fixed {
  background: #04A615;
  color: #FFF;
}
.wrap-product-detail.content-healthy_detail .box-cart_fixed {
  border-color: #04A615 !important;
}
.wrap-product-detail.content-healthy_detail .box-cart_default {
  border-color: #75583F !important;
}
.wrap-product-detail.content-healthy_detail .box-cart_button {
  display: table;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.wrap-product-detail.content-healthy_detail .box-cart_button .button {
  text-align: left;
}
.wrap-product-detail.content-healthy_detail .box-cart_button .tag.tag-purchase_first,
.wrap-product-detail.content-healthy_detail .box-cart_button .tag.tag-purchase_default {
  font-size: 15px;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
}
.wrap-product-detail.content-healthy_detail .box-cart_button > div {
  display: table-cell;
  vertical-align: middle;
}
.wrap-product-detail.content-healthy_detail .box-cart_button > div.course-label {
  border-radius: 4px 0 0 4px;
  font-weight: bold;
  width: 42px;
  padding: 0.5em 0;
}
.wrap-product-detail.content-healthy_detail .box-cart_button > div.course-label span {
  font-size: 20px;
}
.wrap-product-detail.content-healthy_detail .box-cart_button > div.course-label:after {
  display: none;
}
.wrap-product-detail.content-healthy_detail .box-cart_button .cart-price {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
.wrap-product-detail.content-healthy_detail .box-cart_button .cart-price .num {
  font-size: 28px;
  font-weight: bold;
  margin-right: 0.15em;
}
.wrap-product-detail.content-healthy_detail .box-cart_button .cart-price .tax {
  color: #222 !important;
  font-size: 12px;
  white-space: nowrap;
}
.wrap-product-detail.content-healthy_detail .box-cart_button .cart-price .tax-free {
  color: #E8053B;
}
.wrap-product-detail.content-healthy_detail .box-cart_button.disable a.btn {
  background-color: #BBB !important;
}
.wrap-product-detail.content-healthy_detail .box-cart_button .btn.btn-cart {
  border-radius: 100px;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wrap-product-detail.content-healthy_detail .box-cart_button div + .btn-wrap {
  margin-top: 10px;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart {
  background: #FFF;
  margin: 0 10px;
  padding: 20px;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .product-vatiation.unit {
  margin-top: 0;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .product-name_sub {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1.5;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .cart-item_line .label {
  font-size: 16px;
  font-weight: normal;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .cart-item_line .item .drop-down select {
  background: #FFF;
  border: 3px solid #DDD;
  border-radius: 6px;
  font-size: 16px;
  height: auto;
  padding: 0.75em 2em 0.75em 0.75em;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .addCart.has-fixed {
  position: relative;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .addCart.has-fixed .box-cart_button {
  border: 1px solid #04A615;
  border-radius: 4px;
  position: relative;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .addCart.has-fixed .box-cart_button > div.button {
  padding: 20px;
  position: relative;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .addCart-default .box-cart_button {
  border-color: #75583F !important;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .cart-default_catch {
  margin: 20px 0 10px;
  text-align: center;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .cart-default_catch span {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .cart-default_catch span::before, .wrap-product-detail.content-healthy_detail .wrap-product-cart .cart-default_catch span::after {
  background: #222;
  content: "";
  width: 1px;
  height: 28px;
  position: absolute;
  top: 50%;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .cart-default_catch span::before {
  left: -13px;
  -webkit-transform: rotate(-27deg) translateY(-50%);
      -ms-transform: rotate(-27deg) translateY(-50%);
          transform: rotate(-27deg) translateY(-50%);
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .cart-default_catch span::after {
  right: -13px;
  -webkit-transform: rotate(27deg) translateY(-50%);
      -ms-transform: rotate(27deg) translateY(-50%);
          transform: rotate(27deg) translateY(-50%);
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .icon-free.tag.tag-purchase_first {
  background: url(../Contents/images/healthy/icon_campaign_shipping_free.png) no-repeat 0 0/contain;
  border-radius: 0;
  display: block;
  content: "";
  line-height: 1;
  position: absolute;
  top: -29px;
  right: -24px;
  width: 92px;
  height: 92px;
  overflow: hidden;
  padding: 100px 0 0;
  white-space: nowrap;
  word-break: keep-all;
  text-align: left;
  z-index: 100;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .cart-balloon {
  background: #FFD800;
  color: #222;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 6px 8px;
  position: relative;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .cart-balloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #FFD800 transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .cart-balloon_num {
  font-size: 18px;
  margin-right: 0.1em;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .box-cart_fixed .cart-balloon_price {
  color: #E8053B !important;
  font-weight: 900;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .balloon-off {
  background: #FDE5EB;
  border: none;
  font-size: 15px;
  padding: 3px 5px;
  position: relative;
  vertical-align: middle;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .balloon-off .num {
  font-size: 20px;
}
.wrap-product-detail.content-healthy_detail .wrap-product-cart .balloon-off::before {
  display: none;
}
.wrap-product-detail.content-healthy_detail .item-CanFixedPurchase_box .item-list li {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.wrap-product-detail.content-healthy_detail .item-CanFixedPurchase_box .item-list li::before {
  border-left: 3px solid #04A615;
  border-bottom: 3px solid #04A615;
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  width: 12px;
  height: 9px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.wrap-product-detail.content-healthy_detail .item-CanFixedPurchase_box .item-list li + li {
  margin-top: 0.45em;
}
.wrap-product-detail.content-healthy_detail .price {
  display: block;
}
.wrap-product-detail.content-healthy_detail .price-disable {
  display: block;
  font-size: 14px;
  margin-bottom: 0.5em;
  text-align: left;
}
.wrap-product-detail.content-healthy_detail .price-disable .num, .wrap-product-detail.content-healthy_detail .price-disable .tax {
  font-size: 100% !important;
}
.wrap-product-detail.content-healthy_detail .price-discount {
  background: #F6F6F6;
  border: none;
  font-size: 18px;
  line-height: 1.5;
  margin: 15px 0 10px;
  padding: 1em;
  text-align: center;
}
.wrap-product-detail.content-healthy_detail .price-discount .num {
  font-size: 100%;
}
.wrap-product-detail.content-healthy_detail .price-discount sup {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 70%;
  font-weight: normal;
  vertical-align: top;
}
.wrap-product-detail.content-healthy_detail .price-discount .fs-small {
  font-size: 14px;
  margin-top: 0.5em;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.wrap-product-detail.content-healthy_detail .price-discount_about {
  margin-bottom: 10px !important;
}
.wrap-product-detail.content-healthy_detail .price-discount:before {
  display: none;
}
.wrap-product-detail.content-healthy_detail .price-special {
  position: relative;
  text-align: left;
}
.wrap-product-detail.content-healthy_detail .price-special .price-label {
  display: block;
  font-size: 16px;
  margin-bottom: 0.25em;
}
.wrap-product-detail.content-healthy_detail .product-info_wrap {
  background: #FFF;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
}
.wrap-product-detail.content-healthy_detail .product-info p {
  font-size: 16px;
  line-height: 1.5;
}

.contents-main_healthy .wrap-product-desc {
  font-size: 14px;
  line-height: 1.5;
}
.contents-main_healthy .wrap-product-desc .product-text .product-desc {
  height: auto;
}
.contents-main_healthy a.btn-to_menu {
  background: #FF6A1C;
  font-size: 16px;
  padding: 19px 21px;
  position: relative;
  min-width: 60%;
  width: auto;
}
.contents-main_healthy a.btn-to_menu .icon:before {
  background: url(../../Contents/images/healthy/icon_window_blank.png) no-repeat 0 0/contain;
  content: "";
  margin-right: 0;
  width: 15px;
  height: 13px;
  position: absolute;
  right: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contents-main_healthy .banner-block {
  margin-bottom: 0;
}
.contents-main_healthy .section {
  padding-top: 25px;
  padding-bottom: 25px;
}
.contents-main_healthy .section-detail {
  padding-top: 0;
  padding-bottom: 0;
}
.contents-main_healthy .section-detail_feature .feature-item {
  background: #F6F6F6;
  border-radius: 6px;
}
.contents-main_healthy .section-detail_feature .feature-item_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 32px 0 0;
}
.contents-main_healthy .section-detail_feature .feature-item_thumb {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.contents-main_healthy .section-detail_feature .feature-item_name {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.contents-main_healthy .section-detail_feature .feature-item_name span {
  font-size: 32px;
}
.contents-main_healthy .section-detail_feature .feature-item_text {
  font-size: 16px;
  line-height: 1.5;
  padding: 18px 20px;
}
.contents-main_healthy .section-detail_feature .feature-item .list-point {
  color: #532F10;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 18px;
}
.contents-main_healthy .section-detail_feature .feature-item .list-point li {
  padding-left: 34px;
  position: relative;
}
.contents-main_healthy .section-detail_feature .feature-item .list-point li + li {
  margin-top: 0.25em;
}
.contents-main_healthy .section-detail_feature .feature-item .list-point li::before {
  background: url(../../Contents/images/healthy/icon_check.png) no-repeat 0 0/contain;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contents-main_healthy .section-detail_reason table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  margin: 0 auto;
  width: 100%;
}
.contents-main_healthy .section-detail_reason table th, .contents-main_healthy .section-detail_reason table td {
  border: 1px solid #DDD;
  line-height: 1.4;
  padding: 0.75em 0.5em;
  text-align: center;
}
.contents-main_healthy .section-detail_reason table tbody th {
  background: #999;
  color: #FFF;
}
.contents-main_healthy .section-detail_reason table tbody th span {
  font-size: 14px;
  font-weight: normal;
}
.contents-main_healthy .section-detail_reason table tbody td .tax {
  font-size: 14px;
}
.contents-main_healthy .section-detail_reason table tbody tr:first-child th {
  background: #FF8300;
}
.contents-main_healthy .section-detail_reason table tbody tr:first-child td {
  background: #F8F3E3;
}
.contents-main_healthy .section-detail_reason .point-item {
  background: #F6F6F6;
  border-radius: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 348px;
      -ms-flex: 1 0 348px;
          flex: 1 0 348px;
  position: relative;
}
.contents-main_healthy .section-detail_reason .point-item_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
.contents-main_healthy .section-detail_reason .point-item_lead {
  font-size: 16px;
  line-height: 1.5;
}
.contents-main_healthy .section-detail_reason .point-item_icon {
  background: #FFF;
  border: 1px solid #04A615;
  border-radius: 100px;
  color: #04A615;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 68px;
  height: 68px;
}
.contents-main_healthy .section-detail_reason .point-item_icon .num {
  display: block;
  font-size: 22px;
}
.contents-main_healthy .section-detail_reason .point-item_thumb {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.contents-main_healthy .section-detail_reason .point-item_text {
  padding: 24px 20px;
}
.contents-main_healthy .section-detail_reason .point-item_label {
  color: #04A615;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.contents-main_healthy .section-detail_reason .point-item_desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0.5em;
}/*# sourceMappingURL=healthy.css.map */