@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*align---------------------------------*/
.alL {
  text-align: left !important;
}

.alR {
  text-align: right !important;
}

.alC {
  text-align: center !important;
}

/*margin---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 750px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 750px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 750px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 750px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 750px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 750px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 750px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 750px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 750px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 750px) {
  .mt0 {
    margin-top: 0 !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 750px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 750px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 750px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 750px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 750px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 750px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 750px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 750px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

/*padding---------------------------------*/
.pb0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 750px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 750px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 750px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 750px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 750px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb50 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 750px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 750px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 750px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 750px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pb120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 750px) {
  .pb120 {
    padding-bottom: 60px !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}
@media screen and (max-width: 750px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 750px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 750px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 750px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 750px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 750px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 750px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 750px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 750px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

.pt120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 750px) {
  .pt120 {
    padding-top: 60px !important;
  }
}

/*only---------------------------------*/
.pc_only {
  display: block !important;
}
@media screen and (max-width: 750px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .sp_only {
    display: block !important;
  }
}

/*color--------------------------------------*/
/*weight--------------------------------------*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*size--------------------------------------*/
.fs-12 {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .fs-12 {
    font-size: 10px;
  }
}

.fs-13 {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .fs-13 {
    font-size: 11px;
  }
}

.fs-15 {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .fs-15 {
    font-size: 13px;
  }
}

.fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .fs-16 {
    font-size: 13px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .fs-18 {
    font-size: 15px;
  }
}

.fs-20 {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fs-22 {
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .fs-22 {
    font-size: 18px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .fs-24 {
    font-size: 20px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  .fs-30 {
    font-size: 24px;
  }
}

.fs-35 {
  font-size: 35px;
}
@media screen and (max-width: 750px) {
  .fs-35 {
    font-size: 26px;
  }
}

/*style*/
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.inline_box {
  display: inline-block;
}

/*btn--------------------------------------*/
.g_btn {
  display: block;
  background-color: #009f41;
  color: #fff;
  padding: 0 40px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
}
.g_btn.reg {
  width: 300px;
  line-height: 70px;
  border-radius: 35px;
}
.g_btn.gray {
  background: linear-gradient(to right, #666666 0%, #c6c6c6 100%);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #452f29;
}

.inner {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  text-align: center;
}

img {
  max-width: 100%;
}

a {
  transition: 0.3s all;
}
a:hover {
  opacity: 0.5;
}

.link_btn {
  padding: 0 5%;
}

header .contents {
  background-color: #fdfee5;
}
header .inner {
  padding: 25px 0%;
}
@media screen and (max-width: 750px) {
  header .inner {
    padding: 3% 38%;
  }
}

.fv_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/lp_fv_bg.jpg) top center/cover no-repeat;
}
.fv_block .inner {
  position: relative;
}
.fv_block .link_btn {
  position: absolute;
  bottom: 5%;
  width: 100%;
}

.lp01_block .inner {
  padding: 35px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp01_block .inner {
    padding: 5% 7%;
  }
}
.lp01_block .inner::after {
  position: absolute;
  content: "";
  border-top: 30px solid #fff;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  display: block;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .lp01_block .inner::after {
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: -15px;
  }
}

.lp02_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/lp02_1bg.jpg) top center/cover no-repeat;
}
.lp02_block .inner {
  padding: 120px 0;
}
@media screen and (max-width: 750px) {
  .lp02_block .inner {
    padding: 13% 7%;
  }
}

.lp03_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/lp03_1bg.png) top center/cover no-repeat;
  position: relative;
  z-index: 100;
}
.lp03_block .inner {
  padding: 85px 0 150px;
}
@media screen and (max-width: 750px) {
  .lp03_block .inner {
    padding: 8% 0% 15%;
  }
}

.lp04_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/lp04_1bg.png) top center/cover no-repeat;
  position: relative;
  margin-top: -200px;
  z-index: 90;
}
@media screen and (max-width: 750px) {
  .lp04_block {
    margin-top: -20%;
  }
}
.lp04_block .inner {
  padding: 255px 0 130px;
}
@media screen and (max-width: 750px) {
  .lp04_block .inner {
    padding: 25% 0% 13%;
  }
}

.lp05_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/lp05_1bg.jpg) top center/cover no-repeat;
  position: relative;
  margin-top: -200px;
}
@media screen and (max-width: 750px) {
  .lp05_block {
    margin-top: -20%;
  }
}
.lp05_block .inner {
  padding: 270px 0 80px;
}
@media screen and (max-width: 750px) {
  .lp05_block .inner {
    padding: 27% 0% 8%;
  }
}
.lp05_block .link_btn {
  margin: 50px 0 0;
}

.lp06_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/lp06_1bg.jpg) top center/cover no-repeat;
  position: relative;
}
.lp06_block .inner {
  padding: 80px 50px 850px;
}
@media screen and (max-width: 750px) {
  .lp06_block .inner {
    padding: 8% 5% 120%;
  }
}

.lp07_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/lp07_1bg.jpg) top 90px center/cover no-repeat;
  position: relative;
  margin-top: -115px;
}
.lp07_block .inner {
  padding: 0px 0px 150px;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .lp07_block .inner {
    padding: 0% 0% 15%;
  }
}
.lp07_block .lp07_02 {
  margin: 40px auto 35px;
}
@media screen and (max-width: 750px) {
  .lp07_block .lp07_02 {
    margin: 4% auto;
  }
}
.lp07_block .link_btn {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .lp07_block .link_btn {
    margin-top: 8%;
  }
}

.lp08_block {
  background: #fef7f0;
  position: relative;
}
.lp08_block .inner {
  padding: 100px 11px 80px;
}
@media screen and (max-width: 750px) {
  .lp08_block .inner {
    padding: 10% 1% 8%;
  }
}
.lp08_block .lp08_00 {
  padding: 0 24px 20px;
}
@media screen and (max-width: 750px) {
  .lp08_block .lp08_00 {
    padding: 0 2% 2%;
  }
}
.lp08_block h2 {
  position: relative;
}
.lp08_block h2 p {
  position: absolute;
  top: 240px;
  left: 65px;
  max-width: 350px;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 3.7vw, 28px);
  line-height: 1.6;
  letter-spacing: -0.13rem;
  color: #452f29;
}
@media screen and (max-width: 750px) {
  .lp08_block h2 p {
    width: 45%;
    top: 39%;
    left: 10%;
  }
}
.lp08_block h3 {
  margin: 60px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp08_block h3 {
    margin: 6% 3%;
  }
}
.lp08_block h3 p {
  position: absolute;
  top: 225px;
  left: 70px;
  max-width: 590px;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 3.8vw, 28px);
  line-height: 1.7;
  letter-spacing: -0.13rem;
  color: #452f29;
}
@media screen and (max-width: 750px) {
  .lp08_block h3 p {
    width: 85%;
    top: 39%;
    left: 8%;
  }
}

.lp09_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/lp09_1bg.jpg) top center/cover no-repeat;
}
.lp09_block .inner {
  padding: 50px 11px 60px;
}
@media screen and (max-width: 750px) {
  .lp09_block .inner {
    padding: 5% 1% 6%;
  }
}
.lp09_block .link_btn {
  margin-top: 70px;
}

.lp10_block {
  background: #fef7f0;
}
.lp10_block .inner {
  padding: 50px 50px 85px;
}
@media screen and (max-width: 750px) {
  .lp10_block .inner {
    padding: 5% 5% 9%;
  }
}
@media screen and (max-width: 750px) {
  .lp10_block .lp10_01 {
    padding: 0 20%;
  }
}
.lp10_block .lp10_02 {
  margin-top: 45px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .lp10_block .lp10_02 {
    margin-top: 4%;
    margin-bottom: 3%;
  }
}
.lp10_block h2 p {
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 3.5vw, 25px);
  line-height: 1.7;
  letter-spacing: -0.13rem;
  color: #452f29;
}
.lp10_block h2 p:after {
  content: "";
  clear: both;
  display: block;
}
.lp10_block h2 p + p {
  margin-top: 10px;
}
.lp10_block h2 p span {
  background: linear-gradient(transparent 65%, rgba(242, 114, 132, 0.3) 65%);
}
.lp10_block .lp10_02 img {
  width: 38%;
  float: left;
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  .lp10_block .lp10_02 img {
    margin-right: 4%;
  }
}
.lp10_block .lp10_03 img {
  width: 38%;
  float: right;
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .lp10_block .lp10_03 img {
    margin-left: 4%;
  }
}

.lp11_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/lp11_1bg.jpg) top center/cover no-repeat;
}
.lp11_block .inner {
  padding: 70px 150px 670px;
}
@media screen and (max-width: 750px) {
  .lp11_block .inner {
    padding: 7% 15% 90%;
  }
}
.lp11_block .link_btn {
  margin-top: 70px;
}

.offer_block {
  background: #fef7f0;
}
.offer_block .inner {
  padding: 0;
  position: relative;
}
.offer_block .link_btn {
  position: absolute;
  bottom: 90px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .offer_block .link_btn {
    padding: 0 10%;
    bottom: 7%;
  }
}
.offer_block .teiki_about {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .offer_block .teiki_about {
    padding: 0 3%;
  }
}
.offer_block .teiki_about .inner {
  border: solid 1px #452f29;
  background-color: #452f29;
  border-radius: 30px 30px 0 0;
  max-width: 700px;
}
.offer_block .teiki_about h2 {
  color: #fff;
  font-size: 35px;
  padding: 30px;
}
@media screen and (max-width: 750px) {
  .offer_block .teiki_about h2 {
    font-size: 25px;
    padding: 20px;
  }
}
.offer_block .teiki_about .about_list {
  padding: 40px;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
  .offer_block .teiki_about .about_list {
    font-size: 15px;
    padding: 30px 20px;
  }
}
.offer_block .teiki_about .about_list span {
  font-size: 19px;
}
@media screen and (max-width: 750px) {
  .offer_block .teiki_about .about_list span {
    font-size: 14px;
  }
}
.offer_block .teiki_about .about_list li:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .offer_block .teiki_about .about_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.offer_block .regular_link .link_btn {
  bottom: 80px;
  left: 61%;
  padding: 0 27%;
}
@media screen and (max-width: 750px) {
  .offer_block .regular_link .link_btn {
    bottom: 19%;
  }
}

.faq_block {
  background: #fafafa;
}
.faq_block .inner {
  padding: 90px 0;
}
@media screen and (max-width: 750px) {
  .faq_block .inner {
    padding: 9% 0;
  }
}
@media screen and (max-width: 750px) {
  .faq_block h2 {
    padding: 0 30%;
  }
}
.faq_block .faq_list {
  margin-top: 60px;
  padding: 0 50px;
}
@media screen and (max-width: 750px) {
  .faq_block .faq_list {
    margin-top: 6%;
    padding: 0 5%;
  }
}
.faq_block .faq_list dl {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .faq_block .faq_list dl {
    padding: 20px 5%;
  }
}
.faq_block .faq_list dl:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .faq_block .faq_list dl:not(:last-child) {
    margin-bottom: 10px;
  }
}
.faq_block .faq_list dl dt,
.faq_block .faq_list dl dd {
  padding-left: 85px;
  position: relative;
  line-height: 35px;
}
@media screen and (max-width: 750px) {
  .faq_block .faq_list dl dt,
  .faq_block .faq_list dl dd {
    padding-left: 45px;
    line-height: 22px;
  }
}
.faq_block .faq_list dl dt::before,
.faq_block .faq_list dl dd::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .faq_block .faq_list dl dt::before,
  .faq_block .faq_list dl dd::before {
    width: 30px;
    height: 30px;
  }
}
.faq_block .faq_list dl dt {
  font-size: 30px;
  font-weight: 500;
  padding-right: 30px;
  position: relative;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .faq_block .faq_list dl dt {
    min-height: 40px;
    font-size: 18px;
  }
}
.faq_block .faq_list dl dt::before {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/faq_02.png) center center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.faq_block .faq_list dl dt::after {
  content: "\f078";
  display: block;
  font-family: "font awesome 6 free";
  font-weight: 900;
  color: #f27284;
  font-size: 35px;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .faq_block .faq_list dl dt::after {
    font-size: 18px;
  }
}
.faq_block .faq_list dl dt.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq_block .faq_list dl dd {
  font-size: 22px;
  border-top: solid 2px #eeebe6;
  margin-top: 25px;
  padding-top: 25px;
  color: #231815;
  display: none;
}
@media screen and (max-width: 750px) {
  .faq_block .faq_list dl dd {
    font-size: 15px;
    margin-top: 15px;
    padding-top: 15px;
  }
}
.faq_block .faq_list dl dd::before {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/faq_03.png) center center/contain no-repeat;
}

.spec_block .inner {
  padding: 60px 50px 180px;
  text-align: left;
  font-size: 18px;
  line-height: 35px;
}
@media screen and (max-width: 750px) {
  .spec_block .inner {
    padding: 6% 5% 18%;
    font-size: 14px;
    line-height: 22px;
  }
}

footer {
  background-color: #fdfee5;
}
footer .inner {
  padding: 90px 0px 0;
}
@media screen and (max-width: 750px) {
  footer .inner {
    padding: 9% 0 0;
  }
}
footer .f_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 50px 45px;
  border-bottom: solid 1px #191919;
}
@media screen and (max-width: 750px) {
  footer .f_top {
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 5% 8%;
  }
}
footer .f_guide {
  width: calc(100% - 280px);
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 750px) {
  footer .f_guide {
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
footer .f_guide ul {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  footer .f_guide ul {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
}
footer .f_guide ul:first-child {
  margin-right: auto;
}
footer .f_guide ul i {
  font-size: 10px;
  padding-left: 0.5em;
}
footer .f_bot {
  padding: 25px 50px 45px;
}
@media screen and (max-width: 750px) {
  footer .f_bot {
    padding: 2% 5% 4%;
  }
}
footer .f_bot .copy {
  font-size: 16px;
  color: #404040;
}
@media screen and (max-width: 750px) {
  footer .f_bot .copy {
    font-size: 12px;
  }
}

#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #4e4e4e;
  border-radius: 50%;
  z-index: 999;
  opacity: 0.9;
}
#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 30px;
}
#page-top a:hover {
  opacity: 0.9;
}

/*----------cellscare-----------*/
.cellscare .fv_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_cellscare/lp_fv_bg.jpg) top center/cover no-repeat;
}
.cellscare .lp02_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_cellscare/lp02_1bg.jpg) top center/cover no-repeat;
}
.cellscare .lp03_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/lp03_1bg.png) top center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .cellscare .lp03_block .inner {
    padding: 10% 0% 20%;
  }
}
.cellscare .lp04_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_equol/lp04_1bg.png) top center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .cellscare .lp04_block .inner {
    padding: 25% 0% 18%;
  }
}
.cellscare .lp05_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_cellscare/lp05_1bg.jpg) top center/cover no-repeat;
}
.cellscare .lp05_block .link_btn {
  margin: 10px 0 0;
}
.cellscare .lp06_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_cellscare/lp06_1bg.jpg) top center/cover no-repeat;
  position: relative;
}
.cellscare .lp06_block .inner {
  padding: 80px 50px 120px;
}
@media screen and (max-width: 750px) {
  .cellscare .lp06_block .inner {
    padding: 8% 5% 12%;
  }
}
.cellscare .lp07_block {
  background: #fdf7f7;
}
@media screen and (max-width: 750px) {
  .cellscare .lp07_block {
    margin-top: -60px;
  }
}
.cellscare .lp07_block .inner {
  padding: 0px 0px 80px;
}
@media screen and (max-width: 750px) {
  .cellscare .lp07_block .inner {
    padding: 0% 0% 8%;
  }
}
.cellscare .lp07_block .lp07_02 {
  margin: 20px auto 35px;
}
@media screen and (max-width: 750px) {
  .cellscare .lp07_block .lp07_02 {
    margin: 2% auto;
  }
}
.cellscare .lp07_block .link_btn {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .cellscare .lp07_block .link_btn {
    margin-top: 3%;
  }
}
.cellscare .lp08_block {
  background: #fffde4;
}
.cellscare .lp08_block .inner {
  padding: 80px 11px 80px;
}
@media screen and (max-width: 750px) {
  .cellscare .lp08_block .inner {
    padding: 10% 1% 8%;
  }
}
@media screen and (max-width: 750px) {
  .cellscare .lp08_block .lp08_02 p {
    top: 36%;
  }
}
.cellscare .lp08_block .lp08_03 p {
  top: 280px;
}
@media screen and (max-width: 750px) {
  .cellscare .lp08_block .lp08_03 p {
    top: 28%;
  }
}
.cellscare .lp08_block .lp08_04 p,
.cellscare .lp08_block .lp08_05 p,
.cellscare .lp08_block .lp08_06 p {
  top: 255px;
}
@media screen and (max-width: 750px) {
  .cellscare .lp08_block .lp08_04 p,
  .cellscare .lp08_block .lp08_05 p,
  .cellscare .lp08_block .lp08_06 p {
    top: 46%;
  }
}
.cellscare .lp08_block .lp08_07 p {
  top: 225px;
}
@media screen and (max-width: 750px) {
  .cellscare .lp08_block .lp08_07 p {
    top: 44%;
  }
}
.cellscare .lp09_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_cellscare/lp09_1bg.jpg) top center/cover no-repeat;
}
.cellscare .lp09_block .inner {
  padding: 50px 11px 60px;
}
@media screen and (max-width: 750px) {
  .cellscare .lp09_block .inner {
    padding: 5% 1% 6%;
  }
}
.cellscare .lp09_block .link_btn {
  margin-top: 5px;
}
.cellscare .lp10_block {
  background: #fff;
}
.cellscare .lp10_block .inner {
  padding: 100px 50px 85px;
}
@media screen and (max-width: 750px) {
  .cellscare .lp10_block .inner {
    padding: 10% 5% 9%;
  }
}
.cellscare .lp10_block .lp10_02 {
  margin-top: 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .cellscare .lp10_block .lp10_02 {
    margin-top: 4%;
    margin-bottom: 1%;
  }
}
.cellscare .lp11_block {
  background: url(https://flora.itembox.design/item/flora_01/img/lp/mameco_cellscare/lp11_1bg.jpg) top center/cover no-repeat;
}
.cellscare .lp11_block .inner {
  padding: 80px 60px 60px;
}
@media screen and (max-width: 750px) {
  .cellscare .lp11_block .inner {
    padding: 15% 10% 10%;
  }
}
.cellscare .lp11_block .link_btn {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .cellscare .offer_block .link_btn {
    bottom: 11%;
  }
}/*# sourceMappingURL=lp02.css.map */
