@charset "UTF-8";
/*! destyle.css v2.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;
  line-height: 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; /* 2 */
  -webkit-text-decoration: underline dotted;
  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: 40%;
  font-weight: 400;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -1.2em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.common_txt-mid, .common_txt-min {
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.3em;
}

html {
  font-size: 62.5%;
}

body {
  background: url(/assets/img/lp/meeta/bg.webp);
  background-repeat: repeat-y;
  background-size: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #333;
}

.container {
  max-width: 600px;
  margin: auto;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

p {
  line-height: 2em;
}

sup {
  top: -1.8em;
  font-size: 30%;
  font-weight: 400;
}

img {
  width: 100%;
  height: auto;
}

.common_heading {
  margin-bottom: 20px;
  font-size: 4rem;
  text-align: center;
  line-height: 7rem;
}
@media only screen and (max-width: 768px) {
  .common_heading {
    font-size: 3.2rem;
    line-height: 5.6rem;
    letter-spacing: normal;
  }
}
.common_txt {
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.3em;
}
.common_txt-min {
  font-size: 12px;
}
.common_txt-mid {
  font-size: 13px;
}

.txt_red {
  color: #fb6190;
}
.txt_redpurple {
  color: #bf6190;
}
.txt_strawberry {
  color: #d55B79;
}
.txt_orange {
  color: #ffaa2b;
}
.txt_pink {
  color: #ef94ae;
}
.txt_darkpink {
  color: #dd4082;
}
.txt_dullpink {
  color: #cc93a0;
}
.txt_dulldarkpink {
  color: #9a8489;
}
.txt_blue {
  color: #64949f;
}
.txt_dulllightblue {
  color: #8abbc6;
}
.txt_grayblue {
  color: #9aaaae;
}
.txt_gray {
  color: #666;
}
.txt_indent-1 {
  margin-left: 3px;
  padding-left: 1em;
  text-indent: -1.4em;
  text-align: left;
}
.txt_indent-2 {
  margin-left: 17px;
  padding-left: 2em;
  text-indent: -2.8em;
  text-align: left;
}

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

.pen_pink {
  background: linear-gradient(transparent 60%, #ffb8cd 60%);
}
.pen_babypink {
  background: linear-gradient(transparent 60%, #fce9f2 60%);
}
.pen_yellow {
  background: linear-gradient(transparent 60%, #fcf8d1 60%);
}

.fs_10 {
  font-size: 1rem;
}
.fs_11 {
  font-size: 1.1rem;
}
.fs_12 {
  font-size: 1.2rem;
}
.fs_13 {
  font-size: 1.3rem;
}
.fs_14 {
  font-size: 1.4rem;
}
.fs_16 {
  font-size: 1.6rem;
}
.fs_18 {
  font-size: 1.8rem;
}
.fs_20 {
  font-size: 2rem;
}
.fs_22 {
  font-size: 2.2rem;
}
.fs_24 {
  font-size: 2.4rem;
}
.fs_26 {
  font-size: 2.6rem;
}
.fs_28 {
  font-size: 2.8rem;
}
.fs_30 {
  font-size: 3rem;
}
.fs_34 {
  font-size: 3.4rem;
}
.fs_38 {
  font-size: 3.8rem;
}
.fs_40 {
  font-size: 4rem;
}
.fs_46 {
  font-size: 4.6rem;
}
.fs_50 {
  font-size: 5rem;
}
.fs_58 {
  font-size: 5.8rem;
}
.fs_60 {
  font-size: 6rem;
}
.fs_66 {
  font-size: 6.6rem;
}
.fs_70 {
  font-size: 7rem;
}
.fs_72 {
  font-size: 7.2rem;
}
.fs_80 {
  font-size: 8rem;
}
.fs_100 {
  font-size: 10rem;
}
.fs_120 {
  font-size: 12rem;
}
@media only screen and (max-width: 768px) {
  .fs_sm_10 {
    font-size: 1rem;
  }
  .fs_sm_11 {
    font-size: 1.1rem;
  }
  .fs_sm_12 {
    font-size: 1.2rem;
  }
  .fs_sm_13 {
    font-size: 1.3rem;
  }
  .fs_sm_14 {
    font-size: 1.4rem;
  }
  .fs_sm_16 {
    font-size: 1.6rem;
  }
  .fs_sm_17 {
    font-size: 1.7rem;
  }
  .fs_sm_18 {
    font-size: 1.8rem;
  }
  .fs_sm_20 {
    font-size: 2rem;
  }
  .fs_sm_22 {
    font-size: 2.2rem;
  }
  .fs_sm_24 {
    font-size: 2.4rem;
  }
  .fs_sm_26 {
    font-size: 2.6rem;
  }
  .fs_sm_28 {
    font-size: 2.8rem;
  }
  .fs_sm_30 {
    font-size: 3rem;
  }
  .fs_sm_34 {
    font-size: 3.4rem;
  }
  .fs_sm_36 {
    font-size: 3.6rem;
  }
  .fs_sm_38 {
    font-size: 3.8rem;
  }
  .fs_sm_40 {
    font-size: 4rem;
  }
  .fs_sm_46 {
    font-size: 4.6rem;
  }
  .fs_sm_50 {
    font-size: 5rem;
  }
  .fs_sm_56 {
    font-size: 5.6rem;
  }
  .fs_sm_66 {
    font-size: 6.6rem;
  }
  .fs_sm_70 {
    font-size: 7rem;
  }
  .fs_sm_72 {
    font-size: 7.2rem;
  }
  .fs_sm_80 {
    font-size: 8rem;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 559px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 559px) {
  .pc {
    display: none;
  }
}

.mt_5 {
  margin-top: 5px !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mt_70 {
  margin-top: 70px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 768px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw !important;
  }
}
.mb_20 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 768px) {
  .mb_20 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.mb_30 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 768px) {
  .mb_30 {
    margin-bottom: 4vw !important;
  }
}
.mb_40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 768px) {
  .mb_40 {
    margin-bottom: 5.3333333333vw !important;
  }
}
.mb_70 {
  margin-bottom: 70px !important;
}
@media only screen and (max-width: 768px) {
  .mb_70 {
    margin-bottom: 9.3333333333vw !important;
  }
}
.mb_100 {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 768px) {
  .mb_100 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.mb_140 {
  margin-bottom: 140px !important;
}
@media only screen and (max-width: 768px) {
  .mb_140 {
    margin-bottom: 18.6666666667vw !important;
  }
}

.slider {
  width: 500px !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 768px) {
  .slider {
    width: 100% !important;
  }
}
.slider img {
  display: block;
  margin: auto;
  width: 240px;
  border: 0;
  vertical-align: bottom;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .slider img {
    padding: 0 20px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}
.slick-dots {
  bottom: -28px !important;
}
.slick-prev {
  left: 25px !important;
  z-index: 1;
}
.slick-prev::before {
  font-size: 26px !important;
  color: #ef94ae !important;
}
.slick-next {
  right: 25px !important;
  z-index: 1;
}
.slick-next::before {
  font-size: 26px !important;
  color: #ef94ae !important;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  padding: 0 40px;
  height: 40px;
  width: 100%;
  background: hsla(0deg, 0%, 100%, 0.8);
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: initial;
  }
}
.headerLogo {
  margin-left: 10px;
}
.headerLogo_img {
  width: 162px;
  height: 26px;
}
.header_nav {
  font-family: "\30E1\30A4\30EA\30AA", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", sans-serif;
}
.header_nav, .header_nav .header_tel {
  display: flex;
  align-items: center;
}
.header_tel {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .header_tel {
    padding: 0 8px;
    height: 40px;
    background: #dd4082;
    pointer-events: auto;
  }
}
.headerTel_icon {
  margin-right: 4px;
  width: 33px;
  height: 22px;
}
@media only screen and (max-width: 768px) {
  .headerTel_icon {
    display: none;
  }
}
.headerTel_num {
  margin-top: 0;
  color: #ef94ae;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .headerTel_num {
    color: #fff;
    letter-spacing: 0;
    margin-top: 0;
  }
}
.headerTel_num-notice {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.fv_heading {
  position: relative;
}
.fvHeading {
  position: relative;
  display: flex;
  justify-content: center;
  height: 90px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 768px) {
  .fvHeading {
    flex-direction: column;
    text-align: center;
    height: inherit;
    max-height: 195px;
  }
}
.fvHeading_question {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 40px;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .fvHeading_question {
    position: inherit;
    left: inherit;
    bottom: inherit;
  }
}
.fvHeading_answer {
  position: absolute;
  right: 10px;
  bottom: -10px;
  font-family: bookmania, serif;
  line-height: 2.5em;
}
@media only screen and (max-width: 768px) {
  .fvHeading_answer {
    position: inherit;
    right: inherit;
    bottom: inherit;
    margin-top: 40px;
  }
}
.fvHeading_answer sup {
  top: -65px;
  left: -10px;
}
.fvHeading_img {
  position: absolute;
  width: 35px;
  height: 25px;
  top: 0;
  right: 115px;
}
@media only screen and (max-width: 768px) {
  .fvHeading_img {
    width: 30px;
    height: auto;
    top: 105px;
    right: 52%;
  }
}
.fvHeading_txt {
  display: inline-block;
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .fvHeading_txt {
    margin-left: 0;
    width: 100%;
  }
}
.fv_detail {
  text-align: center;
  position: relative;
}
.fvDetail_img {
  width: 480px;
  height: 448px;
}
@media only screen and (max-width: 768px) {
  .fvDetail_img {
    width: 100%;
    height: auto;
  }
}
.fvDetail_txt {
  display: inline-block;
}

.mvPc {
  max-width: 1000px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .mvPc {
    display: none;
  }
}
.mvSp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mvSp {
    display: block;
    margin: 37px 0 -50px;
  }
}

.how_box {
  width: 100%;
  margin: auto;
}
.howBox_mov {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  text-align: center;
}
.howBox_mov-meeta {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.step_heading {
  text-align: center;
}
.stepHeading_lead {
  display: inline-block;
}
.stepHeading_lead span {
  position: relative;
}
.stepHeading_lead span::before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 4px;
}
.stepHeading_lead span::before {
  background: radial-gradient(circle 4px, #ef94ae 50%, transparent 50%);
}
.stepHeading_ttl {
  line-height: 5rem;
}
.step_item {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  border: 2px solid #dd4082;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .step_item {
    flex-direction: column;
  }
}
.stepItem_img {
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 20px 0;
}
@media only screen and (max-width: 768px) {
  .stepItem_img {
    width: 100%;
    height: 140px;
    border-top-right-radius: 0;
    border-radius: 0 0 16px 16px;
  }
}
.stepItem_img-2l {
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .stepItem_img-2l {
    height: 200px;
  }
}
.stepItem_img-3l {
  height: 150px;
}
.stepItem_left {
  flex-basis: calc(100% - 140px);
}
@media only screen and (max-width: 768px) {
  .stepItem_left {
    flex-basis: calc(100% - 130px);
  }
}
.stepItem_right {
  flex-basis: 140px;
}
@media only screen and (max-width: 768px) {
  .stepItem_right {
    flex-basis: 130px;
  }
}
.stepItem_ttl {
  padding-left: 50px;
  background-color: #dd4082;
  border-radius: 20px 0 0 0;
  color: #fff;
  line-height: 4rem;
}
@media only screen and (max-width: 768px) {
  .stepItem_ttl {
    border-radius: 16px 16px 0 0;
    line-height: 3rem;
  }
}
.stepItem_txt {
  margin-top: 10px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .stepItem_txt {
    padding: 0 10px;
  }
}
.step_nom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: -28px;
  left: -5px;
  width: 50px;
  height: 50px;
  background-color: #fcf8d1;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .step_nom {
    width: 45px;
    height: 45px;
  }
}
.step_nom-upper {
  padding-top: 5px;
  letter-spacing: 0.15em;
}
.step_nom-lower {
  margin-left: 5px;
  line-height: 1;
}
.step_arrow::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  border: 12px solid transparent;
  border-top: 12px solid #ef94ae;
}

.reason_heading {
  text-align: center;
}
.reasonHeading_logo {
  position: relative;
}
.reasonHeading_logo sup {
  position: absolute;
  top: -4.5em;
  right: -0.5em;
  font-size: 12px;
  color: #ef94ae;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 768px) {
  .reasonHeading_logo sup {
    top: -1.5em;
  }
}
.reasonHeading_img {
  margin: 0 10px 5px 0;
  width: 275px;
  height: 70px;
}
@media only screen and (max-width: 768px) {
  .reasonHeading_img {
    margin: 0 5px 0 0;
    width: 150px;
    height: 38px;
  }
}
.reason_wrap {
  padding: 30px;
  border-radius: 20px;
  background-color: #fafafa;
}
@media only screen and (max-width: 768px) {
  .reason_wrap {
    padding: 20px;
  }
}
.reason_list {
  counter-reset: my-counter;
}
.reasonItem_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  height: 50px;
  background-color: #dd4082;
  border-radius: 10px;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .reasonItem_ttl {
    position: relative;
    flex-direction: column;
    align-items: initial;
    padding: 10px 5px 10px 45px;
    height: inherit;
  }
}
.reasonItem_ttl::before {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding-left: 5px;
  height: 40px;
  width: 40px;
  background-color: #fcf8d1;
  border-radius: 50%;
  color: #222;
  font-size: 2.8rem;
  content: counter(my-counter);
  counter-increment: my-counter;
}
@media only screen and (max-width: 768px) {
  .reasonItem_ttl::before {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    padding-left: 9px;
    height: 30px;
    width: 30px;
    font-size: 2rem;
    line-height: 1.6em;
  }
}
.reasonItem_lower {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .reasonItem_lower {
    flex-direction: column;
  }
}
.reasonItem_upper {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .reasonItem_upper {
    position: relative;
    margin-bottom: 20px;
  }
}
.reasonItem_txt-frame {
  position: relative;
  margin-left: 20px;
  padding: 10px 10px 10px 15px;
  border: 2px solid #dd4082;
  border-radius: 10px;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .reasonItem_txt-frame {
    margin-left: 10px;
    padding: 10px;
  }
}
.reasonItem_txt-frame::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -35px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 30px solid #fff;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .reasonItem_txt-frame::before {
    top: 20%;
    left: -22px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right: 20px solid #fff;
  }
}
.reasonItem_txt-frame::after {
  content: "";
  position: absolute;
  top: 40%;
  left: -40px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 30px solid #dd4082;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .reasonItem_txt-frame::after {
    top: 20%;
    left: -27px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right: 20px solid #dd4082;
  }
}
@media only screen and (max-width: 768px) {
  .reasonItem_txt-noframe {
    margin-bottom: 20px;
  }
}
.reasonItem_img-illust {
  width: 100px;
  height: 143px;
}
@media only screen and (max-width: 768px) {
  .reasonItem_img-illust {
    width: 70px;
    height: 100px;
  }
}
.reasonItem_img-photo {
  width: 200px;
  height: 200px;
}
.reasonItem_right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.timing_heading {
  text-align: center;
}
.timingHeading_lead {
  padding: 0 30px;
  display: inline-block;
  background-color: #bf6190;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .timingHeading_lead {
    padding: 0 20px;
  }
}
.timing_wrap {
  padding: 30px;
  background-color: #fbf4f2;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .timing_wrap {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .timing_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.timing_main figure {
  margin: 0 auto;
  text-align: center;
}
.timingMain_heading {
  text-align: center;
}
.timingMain_ttl {
  display: inline-block;
  position: relative;
  top: 0;
  padding: 0.5em 1em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.timingMain_ttl::before, .timingMain_ttl::after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}
.timingMain_ttl::before {
  left: 0;
  border-left: solid 1px #333;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.timingMain_ttl::after {
  content: "";
  right: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}
.timingMainFigure_img {
  width: 100%;
  height: auto;
}
.timingMainFigure_txt {
  text-align: center;
  font-weight: 400;
  line-height: 1.5rem;
}
.timing_example {
  margin: 0 auto;
  text-align: center;
}
.timingExample_heading {
  text-align: center;
}
.timingExample_ttl {
  display: inline-block;
  position: relative;
  top: 0;
  padding: 0.5em 1em;
  line-height: 1.5em;
}
.timingExample_ttl::before, .timingExample_ttl::after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}
.timingExample_ttl::before {
  left: 0;
  border-left: solid 1px #333;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.timingExample_ttl::after {
  content: "";
  right: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}
.timingExample_img {
  width: 100%;
  height: auto;
}
.timing_times {
  text-align: center;
}
.timingTimesHeading_lead {
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
.timingTimesHeading_lead::before, .timingTimesHeading_lead::after {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 1px;
  height: 45%;
  background: #333;
}
.timingTimesHeading_lead::before {
  left: -10px;
  transform: rotate(-50deg);
}
.timingTimesHeading_lead::after {
  right: -5px;
  transform: rotate(50deg);
}
.timingTimesHeading_ttl {
  display: inline-block;
  position: relative;
  top: 0;
  padding: 0.5em 1em;
  line-height: 1.5em;
}
.timingTimesHeading_ttl::before, .timingTimesHeading_ttl::after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}
.timingTimesHeading_ttl::before {
  left: 0;
  border-left: solid 1px #333;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.timingTimesHeading_ttl::after {
  content: "";
  right: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}
.timingTimesFigure_img {
  width: 400px;
  height: 278px;
}
@media only screen and (max-width: 768px) {
  .timingTimesFigure_img {
    width: 280px;
    height: 278px;
  }
}
.timingTimesFigure_aside {
  margin-bottom: 20px;
  text-align: right;
  line-height: 0;
}
.timingTimesFigure_txt {
  line-height: 2em;
}
@media only screen and (max-width: 768px) {
  .timingTimesFigure_txt {
    letter-spacing: 0.2em;
  }
}

.doctor_wrap {
  padding: 30px 50px 0;
  height: 1043px;
  background-image: url(/assets/img/lp/meeta/doctor_bg_whole.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .doctor_wrap {
    padding: 20px;
    height: inherit;
    background: none;
    background-color: #fff;
    border-radius: 20px;
  }
}
.doctor_heading {
  text-align: center;
  line-height: 4.3rem;
}
.doctorHeading_lead {
  display: block;
}
.doctorHeading_ttl {
  text-shadow: 2px 2px 0 #dbeee9;
  padding-left: 15px;
  background-image: url(/assets/img/lp/meeta/doctor_ico_threeline.svg);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 20px 20px;
}
.doctor_prof {
  display: flex;
  flex-basis: 120px;
}
@media only screen and (max-width: 768px) {
  .doctor_prof {
    flex-direction: column;
  }
}
.doctorProf_img {
  width: 120px;
  height: 144px;
}
@media only screen and (max-width: 768px) {
  .doctorProf_img {
    width: 100px;
    height: 120px;
  }
}
.doctorProf_photo {
  flex-basis: 120px;
}
@media only screen and (max-width: 768px) {
  .doctorProf_photo {
    flex-basis: inherit;
    margin: 0 auto;
    width: 100px;
  }
}
.doctorProf_txt {
  flex-basis: calc(100% - 120px);
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .doctorProf_txt {
    flex-basis: inherit;
    padding-left: 0;
    text-align: center;
  }
}
.doctorProf_name-kanji {
  display: inline-block;
  background: linear-gradient(transparent 60%, #dbeee9 60%);
}
.doctorProf_position {
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .doctorProf_position {
    letter-spacing: 0.2em;
  }
}
.doctorProf_academic {
  line-height: 1.5em;
}
.doctorAside_item {
  display: flex;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .doctorAside_item {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.doctorAside_list {
  background-color: #dbeee9;
  padding: 10px;
}
.doctorAside_ttl {
  flex-basis: 95px;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .doctorAside_ttl {
    flex-basis: inherit;
  }
}
.doctorAside_txt {
  flex-basis: calc(100% - 95px);
  margin-top: 0;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .doctorAside_txt {
    flex-basis: inherit;
  }
}

.follow_wrap {
  padding: 30px 50px;
  height: 520px;
  background-image: url(/assets/img/lp/meeta/follow_bg_whole.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 90% auto;
}
@media only screen and (max-width: 768px) {
  .follow_wrap {
    padding: 10px 40px;
    height: inherit;
  }
}
.follow_heading {
  text-align: center;
  line-height: 4rem;
}
.followHeading_lead {
  display: block;
}
.followHeading_ttl {
  text-shadow: 2px 2px 0 #fff7c7;
}
.followHeading_ttl-upper {
  display: inline-block;
  padding-right: 12px;
  background-image: url(/assets/img/lp/meeta/follow_ico_threeline.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 20px 20px;
}
.follow_figure {
  text-align: center;
}
.followFigure_img {
  width: 100%;
  height: auto;
}

.safty_heading {
  text-align: center;
}
.safty_list {
  margin: auto;
  width: 90%;
}
.safty_item {
  padding: 15px 30px;
  background-color: #fbf4f2;
}

.media_ttl {
  text-align: center;
}
.mediaTtl_img {
  width: 280px;
  height: 93px;
}

.worry_heading {
  padding: 30px 20px 0;
  background-color: #fce9f2;
  border-radius: 20px 20px 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .worry_heading {
    padding-top: 20px;
  }
}
.worryHeading_ttl {
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 768px) {
  .worryHeading_ttl {
    line-height: 1.6em;
  }
}
.worryHeading_img {
  width: 130px;
  height: 138px;
}
@media only screen and (max-width: 768px) {
  .worryHeading_img {
    width: 90px;
    height: 96px;
  }
}
.worry_item {
  padding-left: 35px;
  border-bottom: 2px dotted #999;
  background-image: url(/assets/img/lp/meeta/worry_ico_check.svg);
  background-repeat: no-repeat;
  background-position: 0px 14px;
  background-size: 25px 25px;
}
.worry_item:last-child {
  border-bottom: none;
}
.worry_list {
  padding: 10px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
.worry_txt {
  padding: 6px 0;
}

.trigger_heading {
  letter-spacing: 0.01em;
}
.trigger_img {
  margin: 0 auto;
  text-align: center;
}
.triggerImg_first {
  width: 270px;
  height: 150px;
}
.triggerImg_second {
  width: 270px;
  height: 186px;
}
.trigger_list {
  margin-bottom: 10px;
}
.triggerList_graph {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 35px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .triggerList_graph {
    height: 30px;
  }
}
.triggerList_graph-01 {
  width: 90%;
  background-color: #bf6190;
}
@media only screen and (max-width: 768px) {
  .triggerList_graph-01 {
    width: 100%;
  }
}
.triggerList_graph-02 {
  width: 50%;
  background-color: #ef94ae;
}
@media only screen and (max-width: 768px) {
  .triggerList_graph-02 {
    width: 60%;
  }
}
.triggerList_graph-03 {
  width: 46%;
  background-color: #cc93a0;
}
@media only screen and (max-width: 768px) {
  .triggerList_graph-03 {
    width: 56%;
  }
}
.triggerList_graph-04 {
  width: 19%;
  background-color: #8abbc6;
}
@media only screen and (max-width: 768px) {
  .triggerList_graph-04 {
    width: 28%;
  }
}
.triggerList_graph-05 {
  width: 19%;
  background-color: #8abbc6;
}
@media only screen and (max-width: 768px) {
  .triggerList_graph-05 {
    width: 28%;
  }
}
.triggerList_graph-06 {
  width: 17%;
  background-color: #9aaaae;
}
@media only screen and (max-width: 768px) {
  .triggerList_graph-06 {
    width: 23%;
  }
}
.triggerList_graph-07 {
  width: 3%;
  background-color: #9a8489;
}
@media only screen and (max-width: 768px) {
  .triggerList_graph-07 {
    width: 4%;
  }
}
.triggerList_graph-08 {
  width: 4%;
  background-color: #9a8489;
}
@media only screen and (max-width: 768px) {
  .triggerList_graph-08 {
    width: 6%;
  }
}
.triggerList_wrap {
  display: flex;
  align-items: center;
}
.triggerList_txt {
  margin-left: 10px;
  color: #9a8489;
}
.trigger_txt {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .trigger_txt {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
  }
}
.trigger_aside {
  text-align: right;
  line-height: 0;
}
.trigger_arrow-gray {
  width: 100%;
  height: 100px;
  background-image: url(/assets/img/lp/meeta/trigger_shape_arrow_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px 44px;
}
.trigger_arrow-pink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 92px;
  background-image: url(/assets/img/lp/meeta/trigger_shape_arrow_pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px 63px;
}
.triggerSummary_ttl {
  margin: 0 auto 20px;
  text-align: center;
}
.triggerSummary_ttl-upper {
  display: block;
}
.triggerSummary_ttl-upper span {
  display: inline-block;
  margin-right: 5px;
  padding: 0 10px;
  height: 52px;
  background-color: #bf6190;
  color: #fff;
  line-height: 1.6em;
}
@media only screen and (max-width: 768px) {
  .triggerSummary_ttl-upper span {
    height: 30px;
    line-height: 2em;
  }
}
.triggerSummary_ttl-nom {
  display: inline-block;
  padding-right: 12px;
  background-image: url(/assets/img/lp/meeta/follow_ico_threeline.svg);
  background-repeat: no-repeat;
  background-position: 100% 25%;
  background-size: 25px 25px;
  letter-spacing: -0.01em;
}
.triggerSummary_ttl-nom sup {
  top: -4.4em;
}
.triggerSummary_txt-upper {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.triggerSummary_txt-lower {
  display: block;
  padding-top: 40px;
  height: 340px;
  background-image: url(/assets/img/lp/meeta/trigger_bg_balloon.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  text-align: center;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .triggerSummary_txt-lower {
    padding-top: 20px;
    height: 240px;
    line-height: 1.6em;
    letter-spacing: -0.01em;
  }
}
.trigger_arrow {
  text-align: center;
}

.choice_wrap {
  padding: 30px;
  background-color: #fbf4f2;
  border-radius: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .choice_wrap {
    padding: 20px;
  }
}
.choice_heading {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.choiceHeading_lead {
  display: inline-block;
}
.choiceHeading_lead span {
  position: relative;
}
.choiceHeading_lead span::before {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 4px;
}
.choiceHeading_lead span::before {
  background: radial-gradient(circle 4px, #dd4082 50%, transparent 50%);
}
.choiceHeading_logo {
  position: relative;
}
.choiceHeading_logo sup {
  position: absolute;
  top: 14px;
  right: -1em;
  font-size: 12px;
  color: #ef94ae;
  letter-spacing: -0.01em;
}
.choiceHeading_img {
  margin-bottom: 15px;
  width: 360px;
  height: 92px;
}
@media only screen and (max-width: 768px) {
  .choiceHeading_img {
    margin-bottom: 0;
    width: 200px;
    height: 92px;
  }
}
.choiceMain_set {
  display: flex;
  align-items: center;
  padding: 0 30px;
  background-image: url(/assets/img/lp/meeta/media_bg_aside.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 50% auto;
}
@media only screen and (max-width: 768px) {
  .choiceMain_set {
    padding: 0;
    height: 100px;
    background-size: 70% auto;
  }
}
.choiceMain_thum {
  flex-basis: 210px;
}
@media only screen and (max-width: 768px) {
  .choiceMain_thum {
    flex-basis: 120px;
  }
}
.choiceMain_thum img {
  width: 210px;
  height: 143px;
  filter: drop-shadow(1px 1px 2px #aaa);
}
@media only screen and (max-width: 768px) {
  .choiceMain_thum img {
    width: 120px;
    height: 82px;
  }
}
.choiceMain_txt {
  width: calc(100% - 210px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .choiceMain_txt {
    width: calc(100% - 120px);
    line-height: 1.5em;
  }
}
.choiceMain_img {
  width: 400px;
  height: 171px;
}
@media only screen and (max-width: 768px) {
  .choiceMain_img {
    width: 100%;
    height: auto;
  }
}

.cart_wrap {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  background-color: #fdf5f8;
}
.cart_set {
  background-color: #fff;
}
.cartSet_wrap {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cartSet_wrap {
    padding: 20px;
  }
}
.cart_ttl {
  line-height: 2.4em;
}
.cart_detail {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 15px;
  border-radius: 15px;
  border: solid 2px #dd4082;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .cart_detail {
    padding: 20px 10px 15px 5px;
    height: 190px;
  }
}
.cartDetail_ttl {
  position: absolute;
  top: -10px;
  left: 15px;
  display: inline-block;
  padding: 2px 0 4px 0;
  width: 110px;
  border-radius: 8px;
  background-color: #dd4082;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.cartDetail_item {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .cartDetail_item {
    margin-bottom: 5px;
    padding-left: 1.4em;
    text-indent: -1.4em;
    line-height: 1.4em;
  }
}
.cartDetail_img {
  position: absolute;
  top: -3px;
  right: -38px;
  width: 140px;
  height: 145px;
}
@media only screen and (max-width: 768px) {
  .cartDetail_img {
    top: inherit;
    right: -11px;
    bottom: -12px;
    width: 105px;
    height: 108px;
  }
}
.cart_babylife {
  position: relative;
  left: 4px;
}
.cart_amazon, .cart_rakuten, .cart_yahoo {
  width: 92%;
}
.cartCta_box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 10px;
  background: #fdf5f8;
  border-radius: 7px;
}
.cartCta_box a:hover {
  transform: scale(0.95);
  transition: all 0.3s;
  opacity: 0.5;
}

.faq_wrap {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .faq_wrap {
    padding: 20px;
  }
}
.faq_question {
  position: relative;
  padding: 16px 32px;
  border-bottom: 1px dashed #333;
  font-size: 18px;
  line-height: 1.6em;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .faq_question {
    padding: 16px 20px 16px 24px;
  }
}
.faq_question::before {
  content: "Q";
  position: absolute;
  left: 8px;
  top: 19px;
  font-size: 22px;
  color: #8ABBC6;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .faq_question::before {
    left: 0;
  }
}
.faq_question::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  transition: all 0.6s;
}
@media only screen and (max-width: 768px) {
  .faq_question::after {
    right: 0;
  }
}
.faq_answer {
  position: relative;
  padding: 20px 32px;
  line-height: 1.6em;
  display: none;
}
.faq_answer::before {
  content: "A";
  position: absolute;
  left: 8px;
  top: 20px;
  font-size: 22px;
  color: #ef94ae;
  line-height: 1;
  transform: translateY(-32px);
}
.faq_answer::before, .faq_answer .FaqOpen:after {
  transition: all 0.6s;
}

.faqOpen + .faq_answer::before {
  transform: translateY(0);
  transition: all 0.6s;
}

.shop_wrap {
  padding: 30px;
  background-color: #fbf4f2;
  border-radius: 20px;
}
.shop_heading {
  margin-bottom: 20px;
  text-align: center;
  line-height: 3rem;
}
.shop_txt {
  margin-bottom: 40px;
}
.shop_pref {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 35px;
  margin: 5px 0;
  font-size: 16px;
  font-weight: bold;
  border: solid 2px #8abbc6;
  color: #8abbc6;
  text-align: center;
}
.shop_pref::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #8abbc6;
  border-bottom: 2px solid #8abbc6;
  transform: rotate(-45deg);
  transition: all 0.6s;
}
.shop_list {
  display: none;
}
.shop_item {
  margin-bottom: 5px;
}
.shop_item:last-child {
  margin-bottom: 20px;
}
.shopItem_heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding: 2px 10px;
  min-height: 35px;
  background-color: #8abbc6;
  font-weight: bold;
  color: #fff;
}
.shopItem_txt {
  line-height: 2em;
  padding: 1rem 0;
}
.shopItem_name {
  font-size: 16px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .shopItem_name {
    font-size: 14px;
  }
}
.shopItem_tag {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 0 2px 6px;
  width: 70px;
  height: 18px;
  border-radius: 20px;
  border: solid 1px #dd4082;
  background-color: #fff;
  font-size: 13px;
  color: #dd4082;
  letter-spacing: -0.05em;
}
.shopItem_tagwrap {
  display: flex;
  margin-top: 4px;
}
.shopItem_tagdisplay {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 0 2px 6px;
  width: 70px;
  height: 18px;
  border-radius: 20px;
  border: solid 1px #808080;
  background-color: #fff;
  font-size: 13px;
  color: #808080;
  letter-spacing: -0.05em;
}
.shopItem_txt li {
  padding-left: 1em;
  text-indent: -1em;
}
.shopItem_url {
  padding-left: 20px;
  background-image: url(/assets/img/products/meeta/ico_link_arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left center;
  font-size: 14px;
  word-break: break-all;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .shopItem_url {
    font-size: 12px;
  }
}
.shopItem_add {
  margin-right: 15px;
  font-size: 14px;
}
.shopOpen + .Shop_list::before {
  transform: translateY(0);
  transition: all 0.6s;
}
.shopTxt_sup {
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 1.4rem;
}
.shop_store {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .shop_store {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.shop_store > li {
  overflow: hidden;
}
.shop_store > li > img {
  width: 100%; /* 画像を親要素の幅いっぱいに表示 */
  height: auto; /* サイズを維持 */
  margin-bottom: 1rem;
}
.shop_store > li > p {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}

.haschaild .shop_pref {
  padding: 2px 10px;
  background-color: #dedede;
  border: none;
}

.add-tel::before {
  content: "\F095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #333;
  margin-right: 6px;
}

/*----------------------------------------------------
	Googlemap
----------------------------------------------------*/
.storeContentwrap {
  margin-bottom: 40px;
}

.iframeWrap {
  position: relative;
  padding-top: 300px;
  width: 100%;
  text-align: center;
}

.iframeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.legend {
  margin: 0 0 12px 0;
  display: flex;
}

.legend-sale {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 16px;
}
.legend-sale img {
  width: 20px;
  margin-right: 8px;
}

.legend-display {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.legend-display img {
  width: 20px;
  margin-right: 5px;
}

.contact_way {
  text-align: center;
}
.contactWay_list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #f5bbd0;
  color: #fff;
}
.contactWay_list dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 90px;
  background-color: #fff;
}
.contactWay_txt {
  line-height: 1.6em;
}

.notice_wrap {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .notice_wrap {
    padding: 20px;
  }
}
.notice_heading {
  font-size: 4rem;
  text-align: center;
  line-height: 4.6rem;
}
.notice_img {
  text-align: center;
}
.noticeImg_bnr {
  width: 340px;
  height: 49px;
}
@media only screen and (max-width: 768px) {
  .noticeImg_bnr {
    width: 290px;
    height: 42px;
  }
}
.noticeAside_heading {
  text-align: center;
}
.noticeAside_item-upper li {
  list-style: disc;
  margin-left: 26px;
}

.footer {
  margin: 0 auto 115px;
  padding: 16px;
  background: #ef94ae;
  color: #fff;
  font-family: "YuGothic, Yu Gothic", 游ゴシック体, 游ゴシック, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 0 0 20px;
  }
}
.footer_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.footer_item {
  position: relative;
  margin-bottom: 8px;
  padding: 0 8px;
}
@media only screen and (max-width: 768px) {
  .footer_item {
    margin: 0;
    padding: 15px 36px 10px;
    width: 100%;
    border-bottom: 1px solid;
    text-align: left;
  }
}
.footer_item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
.footer_link {
  color: #fff;
  text-decoration: none;
}
.footer small {
  font-weight: normal;
}
.footer_sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-top: 5px;
  width: 100%;
  height: 115px;
  background: hsla(0deg, 0%, 100%, 0.8);
  color: #333;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .footer_sticky {
    height: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .mb-adjust {
    margin: 0 auto 90px;
  }
}

.cta_scroll:hover {
  transform: scale(0.95);
  transition: all 0.3s;
  opacity: 0.5;
}
.cta_txt {
  text-align: center;
}
.cta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  border-radius: 30px;
  background-color: #ffaa2b;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.6));
  color: #fff;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .cta_btn {
    height: 50px;
  }
}