@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
/* =====================
  リセット
 ======================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

i, address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

small {
  font-size: 100%;
}

/* =====================
	ラクトフェリンジンジャー
 ======================= */
body {
  font-family: "Noto Serif JP", serif;
  font-size: 2.66667vw;
  line-height: 1.4375;
  letter-spacing: 0;
  color: #000000;
  background: #FFF9F8;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

.clearfix {
  clear: both;
}

a {
  color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

/** COMMON STYLE **/
.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-bold {
  font-weight: 700;
}

.inner {
  padding: 0 4%;
}

.inner.narrow {
  padding: 0 8%;
}

#container {
  background: #fff;
  max-width: 450px;
  margin: 0 auto;
}

.fv {
  position: relative;
}

.fv_bg {
  background: url(../../images/ginger/fv_bg.jpg) no-repeat top center/cover;
}

.fv_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1.33333% 4%;
  color: #5E4243;
  font-size: 130%;
  font-weight: 600;
  background: rgba(252, 252, 240, 0.8);
}

.fv_bar strong {
  font-size: 123.07692%;
  font-weight: 600;
}

.fv_subttl {
  padding-top: 23.46667%;
  margin-bottom: 4.4%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  color: #5E4243;
  font-size: 130%;
  font-weight: 700;
  line-height: 1.7;
}

.fv_subttl:before, .fv_subttl:after {
  content: "";
  width: 1px;
  height: 2em;
  background: #5E4243;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fv_subttl:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fv_subttl span strong {
  font-size: 123.07692%;
  letter-spacing: 0.1em;
}

.fv_ttl {
  text-align: center;
  color: #5E4243;
  font-size: 220%;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12.8%;
  line-height: 1.7;
}

.fv_ttl img {
  display: inline-block;
  width: 28.53333%;
}

.fv_ttl strong {
  color: #E3425C;
  font-size: 136.36364%;
  letter-spacing: -0.07em;
}

.fv_details {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-bottom: 4.63768%;
}

.fv_details .pic {
  text-align: right;
}

.fv_details .txt {
  font-family: sans-serif;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: -0.036em;
  line-height: 1.375;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.fv_product {
  background: transparent linear-gradient(187deg, #FDEFED 0%, #FDF7F7 33%, #FDFBFA 52%, #FDF8F8 69%, #FDEDEB 100%) 0% 0% no-repeat padding-box;
}

.fv_product .inner {
  -webkit-transform: translateY(-8.25%);
          transform: translateY(-8.25%);
}

.fv_product_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.4em;
}

.fv_product_box .pic {
  width: 34.60317%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fv_product_box .txt {
  padding-bottom: 1em;
}

.fv_product_box .txt .sub {
  margin-bottom: 0.3em;
}

.fv_product_box .txt .sub span {
  background: #5E4243;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.2em 0.5em;
}

.fv_product_box .txt .main {
  color: #1C1C1C;
  font-size: 150%;
  font-weight: 500;
  line-height: 1.4;
}

.fv_product_box .txt .main span {
  font-size: 80%;
}

.fv_product .notice {
  background: #fff;
  padding: 1.2em 1.8em;
  color: #1C1C1C;
}

.fv_product .notice_ttl {
  font-weight: 700;
}

.fv_product .notice .box {
  margin-top: 0.8em;
  border: 0.5px solid currentColor;
}

.fv_product .notice .box span {
  display: block;
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  white-space: nowrap;
  margin: 0 -2em;
}

.cta {
  padding: 10.66667% 0 8.53333%;
  position: relative;
}

.cta:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2em 3em 0 3em;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2em;
  margin: auto;
}

.cta_ttl {
  text-align: center;
  color: #5E4243;
  font-size: 220%;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 11.5942%;
}

.cta_ttl span {
  font-size: 72.72727%;
}

.cta_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta_tab li {
  width: 49.27536%;
  border: 2px solid #E3425C;
  border-bottom: 0;
  color: #E3425C;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-family: sans-serif;
  font-size: 180%;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.5em;
}

.cta_tab li.current {
  background: #E3425C;
  color: #fff;
}

.cta_tab_cont {
  display: none;
  border: 2px solid #E3425C;
  padding: 5.21739% 3.76812%;
}

.cta_tab_cont.current {
  display: block;
}

.cta_tab_cont .catch {
  text-align: center;
  font-size: 140%;
  letter-spacing: 0.1em;
  line-height: 1.42857;
  padding-bottom: 3.1746%;
  border-bottom: 1px dashed #B7B7B7;
  margin-bottom: 5.07937%;
}

.cta_tab_cont .catch strong {
  font-size: 128.57143%;
}

.cta_tab_cont .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.53968%;
}

.cta_tab_cont .price_box_pic {
  width: 25.71429%;
  margin-right: 2.53968%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cta_tab_cont .price_box_pic .oneday {
  margin-bottom: 0.5em;
}

.cta_tab_cont .price_box_pic .pic span {
  background: #5E4243;
  color: #fff;
  display: block;
  margin: 0 auto;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  text-align: center;
}

.cta_tab_cont .price_box_txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cta_tab_cont .price_box_txt .name {
  font-size: 130%;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.53846;
  margin-bottom: 1em;
}

.cta_tab_cont .price_box_txt .name span {
  display: block;
  font-size: 76.92308%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.cta_tab_cont .price_box_txt .price_detail .normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.8em;
}

.cta_tab_cont .price_box_txt .price_detail .normal span {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left;
          transform-origin: left;
  font-weight: 500;
}

.cta_tab_cont .price_box_txt .price_detail .normal span:first-child {
  margin: auto -0.7em auto 0;
  letter-spacing: 0.02em;
}

.cta_tab_cont .price_box_txt .price_detail .normal span:last-of-type {
  margin-left: 0.2em;
}

.cta_tab_cont .price_box_txt .price_detail .special {
  position: relative;
  color: #E3425C;
  font-size: 140%;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.cta_tab_cont .price_box_txt .price_detail .special span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.4em;
}

.cta_tab_cont .price_box_txt .price_detail .special .free {
  position: absolute;
  right: 0;
  bottom: 78.75%;
}

.cta_tab_cont .price .notice {
  font-family: sans-serif;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: left;
          transform-origin: left;
  white-space: nowrap;
  margin-bottom: 1em;
}

.cta_tab_cont .price .btn {
  display: block;
  margin-bottom: 0.8em;
}

.cta_tab_cont .price .btn img {
  width: 100%;
}

.cta_tab_cont .price .campaign {
  text-align: center;
  color: #1F1F1F;
  font-size: 140%;
  line-height: 1.71429;
  margin-bottom: 5.07937%;
}

.cta_tab_cont .price .campaign strong {
  color: #E3425C;
  font-weight: 700;
}

.cta_tab_cont .price .campaign span {
  color: #E3425C;
  font-size: 85.71429%;
  font-weight: 700;
}

.cta_tab_cont .price .campaign span span {
  font-size: 83.33333%;
}

.cta_tab_cont .price .attention {
  font-family: sans-serif;
  font-size: 110%;
  letter-spacing: -0.03em;
  line-height: 1.45455;
  margin-bottom: 3.07937%;
}

.benefits {
  background: #FCFCF0;
  padding: 8.53333% 0 10.66667%;
}

.benefits .catch {
  text-align: center;
  color: #5E4243;
  font-size: 180%;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.benefits .catch strong {
  color: #E3425C;
}

.benefits_ttl {
  text-align: center;
  color: #5E4243;
  font-size: 270%;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.31884%;
  margin-bottom: 10.43478%;
}

.benefits_ttl:before, .benefits_ttl:after {
  content: "";
  width: 11.5942%;
  padding-top: 10.43478%;
  background: url(../../images/ginger/ginger/benefits_acc.png) no-repeat center/contain;
}

.benefits_ttl:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.benefits_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.benefits_list + .benefits_list {
  margin-top: 6.95652%;
}

.benefits_list li {
  position: relative;
  width: 47.53623%;
  border: 1px solid #5E4243;
  background: #fff;
  text-align: center;
  padding: 5.7971% 0 2.31884%;
  color: #5E4243;
  font-size: 130%;
  font-weight: 600;
}

.benefits_list li:nth-child(odd):last-child {
  margin: 0 auto;
}

.benefits_list li .num {
  position: absolute;
  width: 18.29268%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  margin-top: -9.14634%;
}

.benefits_list li strong {
  color: #E3425C;
  font-size: 184.61538%;
  font-weight: 700;
}

.benefits_list li span {
  color: #E3425C;
  font-size: 138.46154%;
  font-weight: 700;
}

.fat {
  background: url(../../images/ginger/fat_bg.png) no-repeat bottom center/cover;
  padding: 10.66667% 0 17.06667%;
  position: relative;
}

.fat_ttl {
  text-align: center;
  color: #fff;
  font-size: 160%;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 39, 28;
  margin-bottom: 5.7971%;
}

.fat_ttl strong {
  font-size: 175%;
  font-weight: 600;
}

.fat_box {
  background: #fff;
  padding: 8.11594% 4.34783% 9.27536%;
  border-radius: 10px;
  font-family: sans-serif;
}

.fat_box .pic {
  margin-bottom: 7.61905%;
}

.fat_box p {
  font-size: 140%;
  line-height: 2;
}

.fat_box dl {
  margin-top: 10.15873%;
  font-size: 130%;
  line-height: 1.84615;
}

.fat_box dl dt {
  font-weight: 700;
}

.trouble {
  padding: 10.66667% 0 6.4%;
}

.trouble_ttl {
  text-align: center;
  position: relative;
  font-size: 220%;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #5E4243;
  margin-bottom: 4.63768%;
}

.trouble_ttl span {
  font-size: 118.18182%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(80%, #EAEAEA));
  background: linear-gradient(transparent 60%, #EAEAEA 80%);
}

.trouble_ttl span strong {
  color: #E3425C;
  font-size: 153.84615%;
}

.trouble_ttl:before, .trouble_ttl:after {
  content: "";
  width: 1px;
  height: 2em;
  background: #5E4243;
  position: absolute;
  left: 2.5em;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.trouble_ttl:after {
  left: auto;
  right: 2.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.trouble_list {
  background: #F5F5F5;
  padding: 8.11594% 4.34783%;
  margin-bottom: 13.91304%;
}

.trouble_list li {
  font-size: 160%;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 8.25397%;
  position: relative;
  margin-bottom: 1em;
}

.trouble_list li:last-child {
  margin-bottom: 0;
}

.trouble_list li:before {
  content: "";
  width: 1em;
  height: 100%;
  background: url(../../images/ginger/ico_check.png) no-repeat top 0.25em left/contain;
  position: absolute;
  left: 0;
  top: 0;
}

.trouble .txt {
  text-align: center;
  color: #5E4243;
  font-size: 160%;
  letter-spacing: 0.1em;
  line-height: 1.0;
  margin-bottom: 11.5942%;
}

.trouble .txt span {
  border-bottom: 1px dashed currentColor;
  padding-bottom: 0.5em;
  display: inline-block;
}

.trouble .rec_txt {
  text-align: center;
  color: #5E4243;
  font-size: 190%;
  font-weight: 600;
  line-height: 1.57895;
}

.trouble .rec_txt img {
  width: 31.01449%;
}

.trouble .rec_txt:after {
  content: "";
  width: 100%;
  padding-top: 10.43478%;
  background: url(../../images/ginger/recommend_acc.png) no-repeat center/contain;
  display: block;
}

.product {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FBF1F0), color-stop(20%, #FEFAFA), color-stop(39%, #FDFBFA), color-stop(62%, #FEFCFC), to(#FBF0EF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FBF1F0 0%, #FEFAFA 20%, #FDFBFA 39%, #FEFCFC 62%, #FBF0EF 100%) 0% 0% no-repeat padding-box;
  padding: 8.53333% 0;
}

.product_ttl {
  text-align: center;
  font-size: 220%;
  font-weight: 600;
  line-height: 1.0;
  color: #5E4243;
  margin-bottom: 8.11594%;
}

.product_ttl .type {
  font-size: 63.63636%;
  font-weight: 500;
  background: #5E4243;
  color: #fff;
  padding: 0.25em 1em;
  display: inline-block;
}

.product_ttl img {
  width: 39.71014%;
  display: block;
  margin: 2.31884% auto;
}

.product_ttl .sub {
  font-size: 63.63636%;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.product .pic {
  margin-bottom: 8.11594%;
}

.product .catch {
  text-align: center;
  font-size: 170%;
  font-weight: 600;
  letter-spacing: 0.085em;
  line-height: 2.05882;
  color: #5E4243;
  margin-bottom: 6.95652%;
}

.product .box {
  background: rgba(255, 255, 255, 0.8);
  padding: 2.89855% 4.34783%;
  color: #1C1C1C;
  font-size: 120%;
  line-height: 1.58333;
}

.product .box .ttl {
  font-weight: 700;
}

.product .box .num {
  margin-top: 4.44444%;
  border: 1px solid currentColor;
  border: .5px solid currentColor;
  text-align: center;
}

.product .box .num span {
  display: block;
  font-size: 83.33333%;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  margin-left: -.5em;
}

.story {
  padding: 8.53333% 0 5.33333%;
}

.story_box {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 6.95652% 4.34783%;
}

.story_ttl {
  text-align: center;
  font-size: 200%;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #5E4243;
  padding-bottom: 0.8em;
  border-bottom: 1px dashed #5E4243;
  position: relative;
  margin-bottom: 10.15873%;
}

.story_ttl:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #F5F5F5;
  border-left: 1px dashed #5E4243;
  border-bottom: 1px dashed #5E4243;
  position: absolute;
  bottom: -0.8em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.story_ttl span {
  display: inline-block;
  background: #5E4243;
  color: #fff;
  border-radius: 50px;
  font-size: 70%;
  letter-spacing: 0;
  padding: 0.1em 1em;
  margin-bottom: 1em;
}

.story_ttl strong {
  font-weight: 600;
  color: #E3425C;
}

.story .txt {
  font-family: sans-serif;
  font-size: 140%;
  line-height: 2.14286;
  color: #1C1C1C;
}

.story .pic {
  margin-top: 7.61905%;
}

.reason {
  padding: 5.33333% 0 10.66667%;
  position: relative;
}

.reason:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.2em 18.75em 0 18.75em;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -3.2em;
  left: 0;
  z-index: 2;
}

.reason_ttl {
  text-align: center;
  color: #5E4243;
  font-size: 140%;
  font-weight: 600;
  margin-bottom: 9.27536%;
}

.reason_ttl .logo {
  width: 31.01449%;
  margin-bottom: 1em;
}

.reason_ttl strong {
  font-size: 185.71429%;
  font-weight: 600;
}

.reason_ttl strong img {
  margin: 0.5em 0.2em 0;
}

.reason_item {
  margin-bottom: 11.5942%;
}

.reason_item:last-child {
  margin-bottom: 0;
}

.reason_item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.7971%;
}

.reason_item_ttl img {
  width: 18.55072%;
  margin-right: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reason_item_ttl span {
  font-size: 220%;
  font-weight: 600;
  line-height: 1.59091;
  color: #5E4243;
}

.reason_item .pic {
  margin-bottom: 6.95652%;
}

.reason_item .txt {
  font-family: sans-serif;
  font-size: 140%;
  line-height: 2.14286;
  color: #1C1C1C;
}

.evidence {
  background: url(../../images/ginger/evidence_bg.jpg) no-repeat top center/cover;
  padding: 19.2% 0 14.93333%;
  position: relative;
}

.evidence:after {
  content: "";
  width: 10.66667%;
  padding-top: 10.66667%;
  border-left: 1px dotted #5E4243;
  border-bottom: 1px dotted #5E4243;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto -2.66667%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.evidence_ttl {
  text-align: center;
  color: #5E4243;
  font-size: 140%;
  font-weight: 600;
  line-height: 1.86364;
  margin-bottom: 9.27536%;
}

.evidence_ttl span {
  font-size: 128.57143%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
  background: linear-gradient(transparent 60%, #fff 60%);
  color: #E3425C;
}

.evidence_ttl span strong {
  font-size: 122.22222%;
  font-weight: 600;
}

.evidence .balloon {
  margin: 0 4.34783%;
  border-top: 1px dashed #5E4243;
  border-bottom: 1px dashed #5E4243;
  font-size: 160%;
  font-weight: 600;
  color: #5E4243;
  padding: 0.5em 0;
  position: relative;
  text-align: center;
  margin-bottom: 6.95652%;
}

.evidence .balloon:after {
  content: "";
  width: 1em;
  height: 1em;
  border-left: 1px dashed #5E4243;
  border-bottom: 1px dashed #5E4243;
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background: #FCFCFC;
}

.evidence_item {
  border: 1px solid #E3425C;
  padding: 4.63768% 4.34783% 5.7971%;
  margin-bottom: 4.63768%;
}

.evidence_item_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2.53968%;
  border-bottom: 1px dashed #E3425C;
  margin-bottom: 5.07937%;
}

.evidence_item_ttl .ico {
  width: 20.31746%;
  padding-top: 20.31746%;
  border-radius: 100%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.8em;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.evidence_item_ttl .ico:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #E3425C;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}

.evidence_item_ttl .ico:after {
  content: "";
  width: 87.5%;
  height: 87.5%;
  border-radius: 100%;
  border: 1px solid #E3425C;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.evidence_item_ttl .ico span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #E3425C;
  font-size: 100%;
  line-height: 1.1;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.evidence_item_ttl .ico span strong {
  font-size: 166.66667%;
  font-weight: 700;
}

.evidence_item_ttl .txt {
  font-size: 140%;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.evidence_item_ttl .txt strong {
  font-size: 142.85714%;
  font-weight: 700;
  letter-spacing: 0;
  color: #E3425C;
}

.evidence_item_txt {
  font-family: sans-serif;
  font-size: 140%;
  line-height: 1.71429;
  margin-bottom: 10.15873%;
  color: #1C1C1C;
}

.evidence .notice {
  margin-top: 9.27536%;
  font-family: sans-serif;
  line-height: 1.6;
  color: #1C1C1C;
}

.week8 {
  padding: 7.46667% 0 10.66667%;
}

.week8_txt {
  text-align: center;
  color: #5E4243;
  font-size: 220%;
  font-weight: 600;
  line-height: 1.55;
}

.week8_txt strong {
  font-size: 145.45455%;
  font-weight: 600;
  margin-left: 0.3125em;
}

.week8_txt strong span {
  font-size: 125%;
}

.week8_txt > span {
  font-size: 100%;
}

.week8_txt em {
  font-size: 118.18182%;
  font-style: normal;
}

.pr_bg {
  padding: 6.4% 0 4.26667%;
  background: url(../../images/ginger/pr_bg.jpg) no-repeat center/cover;
}

.pr_ttl {
  text-align: center;
  margin-bottom: 6.95652%;
}

.pr_ttl .logo {
  width: 31.01449%;
  margin: 0 auto 5.7971%;
}

.pr_ttl .type {
  margin-bottom: 2.31884%;
}

.pr_ttl .type span {
  font-size: 140%;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #5E4243;
  color: #fff;
  padding: 0.1em 0.5em;
}

.pr_ttl .logo02 {
  width: 51.30435%;
  margin: 0 auto 2.31884%;
}

.pr_ttl .name {
  font-size: 220%;
  font-weight: 700;
  line-height: 1.2;
  color: #5E4243;
}

.pr_ttl .name span {
  font-size: 63.63636%;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.pr .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 1.15942% 0 2.31884%;
}

.pr .notice {
  color: #1C1C1C;
}

.pr .notice .ttl {
  font-size: 140%;
  font-weight: 700;
}

.pr .notice .txt {
  font-size: 120%;
  font-weight: 500;
  line-height: 1.83333;
}

.pr .notice .box {
  margin-top: 4.05797%;
  background: #fff;
  border: .5px solid #1C1C1C;
  text-align: center;
  font-weight: 500;
  color: #1C1C1C;
  padding: 0.5em 0;
}

.pr .attention {
  color: #1F1F1F;
  padding: 4.34783% 0;
  font-family: sans-serif;
  font-size: 110%;
  letter-spacing: -0.02em;
}

.trial {
  padding: 5.33333% 0 9.6%;
  background: url(../../images/ginger/trial_bg.jpg) no-repeat center/cover;
  position: relative;
}

.trial:after {
  content: "";
  width: 10.66667%;
  padding-top: 10.66667%;
  border-left: 1px dotted #5E4243;
  border-bottom: 1px dotted #5E4243;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto -2.66667%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.trial_txt {
  text-align: center;
  color: #5E4243;
  font-size: 200%;
  font-weight: 600;
}

.trial_txt span {
  font-size: 80%;
}

.trial_txt span span {
  font-size: 87.5%;
}

.trial_txt strong {
  color: #E3425C;
  font-weight: 600;
}

.discover {
  padding: 10.66667% 0 8.53333%;
}

.discover .logo {
  width: 31.01449%;
  margin: 0 auto 4.63768%;
}

.discover_ttl {
  font-size: 210%;
  font-weight: 600;
  line-height: 1.66667;
  letter-spacing: 0.08em;
  text-align: center;
  color: #5E4243;
  margin-bottom: 8.11594%;
}

.discover .pic {
  margin-bottom: 6.95652%;
}

.discover .txt {
  font-family: sans-serif;
  font-size: 140%;
  line-height: 2.14286;
  color: #1C1C1C;
}

.labo {
  padding-bottom: 10.66667%;
}

.labo_box {
  border: 1px solid #5E4243;
  border-radius: 10px;
  padding: 11.5942% 4.34783%;
}

.labo_box_in01 {
  margin-bottom: 12.69841%;
}

.labo_box_in02 {
  margin-bottom: 10.15873%;
}

.labo_box_in03 .ttl {
  letter-spacing: -0.03em;
}

.labo .catch {
  text-align: center;
  color: #5E4243;
  font-size: 140%;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.78571;
  margin-bottom: 1.5873%;
}

.labo_ttl {
  text-align: center;
  font-size: 220%;
  font-weight: 600;
  color: #5E4243;
  padding-bottom: 5.07937%;
  border-bottom: 1px dashed #5E4243;
  margin-bottom: 7.61905%;
}

.labo .pic {
  margin-bottom: 5.07937%;
}

.labo .txt {
  font-family: sans-serif;
  font-size: 140%;
  line-height: 2.14286;
  color: #1C1C1C;
}

.labo_subttl {
  font-size: 180%;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.66667;
  color: #5E4243;
  margin-bottom: 7.61905%;
}

.labo .ttl {
  font-size: 160%;
  font-weight: 700;
  margin-bottom: 1em;
}

.voice {
  background: #FFF9F8;
  padding: 10.66667% 0 8.53333%;
}

.voice_head {
  padding-bottom: 3.47826%;
  border-bottom: 1px dotted #5E4243;
  margin-bottom: 6.95652%;
  position: relative;
}

.voice_head:after {
  content: "";
  width: 15.36232%;
  padding-top: 21.15942%;
  background: url(../../images/ginger/voice_img01.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: -1.4em;
}

.voice_ttl {
  color: #5E4243;
  font-size: 260%;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.5em;
}

.voice_ttl:after {
  content: "";
  width: 0.76923em;
  height: 0.76923em;
  background: url(../../images/ginger/ico_voice.png) no-repeat center/contain;
  display: inline-block;
  vertical-align: super;
}

.voice .catch {
  text-align: center;
  color: #5E4243;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.voice .catch strong {
  color: rgba(227, 66, 92, 0.8);
  font-size: 142.85714%;
  letter-spacing: 0;
  line-height: 1.45;
}

.voice_list {
  padding: 0 4.34783%;
}

.voice_list li {
  margin-bottom: 10.15873%;
  text-align: center;
  font-size: 160%;
  font-weight: 500;
  line-height: 1.4375;
  border-radius: 100px;
  padding: 2.53968% 0;
  position: relative;
  z-index: 2;
}

.voice_list li:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: -1;
}

.voice_list li:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 0.75px solid #5E4243;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.voice_list li p:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../images/ginger/ico_mail.png) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1em;
}

.voice_list li p:after {
  content: "";
  width: 10.15873%;
  height: 0.5em;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 25.39683%;
}

.voice_list li p span {
  font-size: 62.5%;
  font-weight: 300;
  display: block;
}

.voice_list li p span:after {
  content: "";
  width: 7.61905%;
  height: 1px;
  background: #5E4243;
  position: absolute;
  bottom: 0;
  right: 25.39683%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.voice_list li:nth-child(even) p:after {
  right: auto;
  left: 25.39683%;
}

.voice_list li:nth-child(even) p span:after {
  right: auto;
  left: 25.39683%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.voice .notice {
  text-align: right;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: right;
          transform-origin: right;
  margin-right: 4.34783%;
}

.qa {
  padding: 10.66667% 0;
}

.qa_ttl {
  text-align: center;
  color: #5E4243;
  font-size: 180%;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 5.7971%;
  border-bottom: 1px dotted #5E4243;
  margin-bottom: 9.27536%;
}

.qa_ttl_eng {
  width: 24.63768%;
  margin: 0 auto 5.7971%;
}

.qa dl {
  margin-bottom: 15.65217%;
  padding: 0 4.34783%;
}

.qa dl:last-child {
  margin-bottom: 0;
}

.qa dl dt {
  font-size: 160%;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 7.61905%;
}

.qa dl dd {
  font-family: sans-serif;
  font-size: 140%;
  line-height: 1.78571;
}

.qa dl dd strong {
  color: #E3425C;
  font-weight: 400;
}

.itemDetail {
  background: #F5F5F5;
  padding: 8.53333% 0;
}

.itemDetail_ttl {
  text-align: center;
  font-size: 220%;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10.15873%;
}

.itemDetail dl {
  font-family: sans-serif;
  font-size: 140%;
  line-height: 1.71429;
  color: #1C1C1C;
  margin-bottom: 1.71429em;
}

.itemDetail dl:last-child {
  margin-bottom: 0;
}

.itemDetail dl dt {
  font-weight: 700;
}

.itemNotice {
  padding: 8.53333% 0 12.8%;
  font-family: sans-serif;
  font-size: 120%;
  line-height: 3.08333;
  color: #1C1C1C;
}

.itemNotice_ttl {
  font-size: 116.66667%;
  font-weight: 700;
}

.itemNotice ul{
	list-style: inside;
}

.itemNotice ul li{
	line-height: 1.5;
	margin-bottom: 3%;
}

@media (min-width: 451px) {
  body {
    font-size: 12px;
  }
}

@media (max-width: 349px) {
  .fv_product .notice .box span {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin: 0 -5em;
  }
  .cta_tab_cont .price .notice {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  .cta_tab_cont .price_box_txt .price_detail .special span img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .cta_tab_cont .price_box_txt .price_detail .special span img:nth-child(2) {
    margin-left: -1em;
  }
  .cta_tab_cont .price_box_txt .price_detail .special .free {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    right: -0.5em;
  }
  .product .box .num span {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-left: -3em;
  }
}

/*フッター--------------------------------*/
#global_footer ul{
  flex-wrap: wrap;
  line-height: 2.2;
}
#global_footer ul li {
  padding-right: 1em;
}
#global_footer ul li::after {
  padding-left: 1em;
}
#global_footer{
  width: 100%;
  padding: 0 0 1.5rem;
  color:#707070;
  font-size: .9rem;
}
#global_footer a{
  color:#707070;
text-decoration: none;
}
#global_footer a:hover{
text-decoration: underline;
}
#global_footer ul{
  display: flex;
  justify-content: center;
}
#global_footer ul li{
  padding-right: 1.5em;
}
#global_footer ul li::after{
  padding-left: 1.5em;
  content:'|';
}
#global_footer ul li:last-child::after{
  content: none;
}
#global_footer p{
  text-align: center;
  margin-top:20px;
}

/*# sourceMappingURL=map/style.css.map */
