@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1017px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .container {
    overflow: hidden;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 24px 12px 30px;
    background: #fff;
  }
  .header__main--logo {
    line-height: 0;
    width: 72px;
  }
  .header__main--logo a {
    display: block;
    line-height: 0;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--line {
    line-height: 0;
    display: inline-block;
    width: 208px;
  }
  .header__main--line img {
    width: 100%;
    height: auto;
  }
  .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .footer {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    padding: 50px 0;
  }
  .footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer ul li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
  }
  .footer ul li + li::before {
    content: " | ";
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
  }
  .footer p {
    margin-top: 29px;
    text-align: center;
  }
  .pTop .mv {
    background: url("../img/mvMask.png") 0 0 repeat;
    -moz-background-size: 1400px auto;
         background-size: 1400px auto;
    padding: 31px 0 32px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border-top: 4px solid #19BAB4;
    border-bottom: 4px solid #19BAB4;
  }
  .pTop .mv::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 95px;
    background: #FFFEF6;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .mv__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .pTop .mv__main picture {
    width: 898px;
  }
  .pTop .order {
    background: #ECF3FB;
    padding: 50px 0 66px;
  }
  .pTop .order__main {
    max-width: 800px;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 2px solid #263650;
    padding: 30px 50px;
  }
  .pTop .order__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .order__main h2 span {
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #19BAB4;
    padding: 0 0 12px;
    display: inline-block;
    border-bottom: 1px solid #263650;
  }
  .pTop .order__main .txt {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #263650;
    margin-top: 8px;
  }
  .pTop .gra {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(70%, white), color-stop(70%, #fff510), to(#fff510));
    background: -webkit-linear-gradient(top, white 0%, white 70%, #fff510 70%, #fff510 100%);
    background: -moz- oldlinear-gradient(top, white 0%, white 70%, #fff510 70%, #fff510 100%);
    background: linear-gradient(180deg, white 0%, white 70%, #fff510 70%, #fff510 100%);
  }
  .pTop .btnCom {
    text-align: center;
    line-height: 0;
  }
  .pTop .btnCom a {
    display: inline-block;
    line-height: 0;
    width: 383px;
  }
  .pTop .btnCom a img {
    width: 100%;
    height: auto;
  }
  .pTop .what {
    padding: 50px 0;
  }
  .pTop .what__main {
    max-width: 700px;
  }
  .pTop .what__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .what__main h2 picture img {
    width: 235px;
  }
  .pTop .what__main .txt {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #263650;
    margin-top: 50px;
  }
  .pTop .what__main .btnCom {
    margin-top: 50px;
  }
  .pTop .ttlCom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .ttlCom::before, .pTop .ttlCom::after {
    content: "";
    width: 42px;
    height: 2px;
    background: #19BAB4;
  }
  .pTop .ttlCom span {
    font-size: 31px;
    line-height: 45px;
    font-weight: 900;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #263650;
    letter-spacing: 0.02em;
    margin: 0 24px;
  }
  .pTop .product {
    background: #FAFFFF;
    padding: 50px 0 0;
  }
  .pTop .product__main {
    max-width: 700px;
  }
  .pTop .product__main .list {
    margin-top: 30px;
  }
  .pTop .product__main .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -9px;
  }
  .pTop .product__main .list ul li {
    line-height: 0;
    margin: 9px;
  }
  .pTop .product__main .list ul li img {
    width: 100%;
    height: auto;
  }
  .pTop .product__main .list ul li:nth-of-type(1) {
    width: 180.93px;
  }
  .pTop .product__main .list ul li:nth-of-type(2) {
    width: 172.93px;
  }
  .pTop .product__main .list ul li:nth-of-type(3) {
    width: 173.17px;
  }
  .pTop .product__main .list ul li:nth-of-type(4) {
    width: 172.77px;
  }
  .pTop .product__main .list ul li:nth-of-type(5) {
    width: 183.99px;
  }
  .pTop .product__main .list ul li:nth-of-type(6) {
    width: 184.66px;
  }
  .pTop .product__main .txt {
    margin-top: 31px;
    font-size: 14px;
    line-height: 24px;
    color: #263650;
  }
  .pTop .product__main .btnCom {
    margin-top: 50px;
  }
  .pTop .merit {
    background: #FAFFFF;
    padding: 50px 0 54px;
  }
  .pTop .merit__main .list {
    margin-top: 50px;
  }
  .pTop .merit__main .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -10px;
  }
  .pTop .merit__main .list ul li {
    width: 320px;
    margin: 10px;
  }
  .pTop .flow {
    background: #E5F8F6;
    padding: 50px 0;
  }
  .pTop .flow__main {
    max-width: 800px;
  }
  .pTop .flow__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .flow__main h2 img {
    width: 306px;
  }
  .pTop .flow__main .list {
    line-height: 0;
    margin-top: 50px;
  }
  .pTop .flow__main .btnCom {
    margin-top: 50px;
  }
  .pTop .faq {
    padding: 24px 0 18px;
    background: #FFFFFD;
  }
  .pTop .faq__main {
    max-width: 698px;
  }
  .pTop .faq__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .faq__main h2 img {
    width: 295px;
  }
  .pTop .faq__main .list dl {
    padding: 20px 0 23px;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #212E2F;
  }
  .pTop .faq__main .list dl:not(:last-of-type) {
    border-bottom: 2px solid #ECF3FB;
  }
  .pTop .faq__main .list dl dt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-left: 40.5px;
  }
  .pTop .faq__main .list dl dt::before {
    position: absolute;
    content: "";
    width: 34.88px;
    height: 31.67px;
    background: url("../img/icQ.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: -6px;
  }
  .pTop .faq__main .list dl dd {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-left: 40.5px;
    margin-top: 28px;
  }
  .pTop .faq__main .list dl dd::before {
    position: absolute;
    content: "";
    width: 34.88px;
    height: 31.67px;
    background: url("../img/icA.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: -6px;
  }
  .pTop .coupon {
    margin-top: 50px;
  }
  .pTop .coupon__main {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
  .pTop .coupon__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .coupon__main h2 img {
    width: 245.51px;
  }
  .pTop .coupon__main .couponBtn {
    position: relative;
    text-align: right;
    line-height: 0;
    margin-top: 20px;
  }
  .pTop .coupon__main .couponBtn a {
    line-height: 0;
    display: inline-block;
    width: 354px;
  }
  .pTop .coupon__main .couponBtn::before {
    position: absolute;
    content: "";
    width: 115px;
    height: 145.4px;
    background: url("../img/woman.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    bottom: 0;
  }
  .pChild {
    height: 100%;
  }
  .pChild .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pChild .container .header, .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .pChild .pChild__main {
    padding-top: 40px;
  }
  .pChild .pChild__main h2 {
    text-align: center;
    font-size: 44.57px;
    line-height: 1.2;
    color: #05366A;
    font-weight: 700;
  }
  .pChild .pChild__main .policy .content {
    margin-top: 80px;
    font-size: 16px;
    line-height: 1.8;
    color: #25282D;
  }
  .pChild .pChild__main .policy .content dl {
    margin-top: 28.8px;
  }
  .pChild .pChild__main .term .content {
    margin-top: 80px;
  }
  .pChild .pChild__main .term .content dl {
    font-size: 16px;
    line-height: 1.5;
    color: #25282D;
  }
  .pChild .pChild__main .term .content dl + dl {
    margin-top: 24px;
  }
  .pChild .pChild__main .term .content dl dt {
    font-weight: 700;
  }
  .pChild .pChild__main .term .content dl dd {
    font-weight: 400;
  }
  .pChild .pChild__main .term .content figure {
    margin-top: 66px;
    width: 100%;
  }
  .pChild .pChild__main .term .content figure img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body .container {
    overflow: hidden;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.62319vw 3.62319vw;
    background: #fff;
  }
  .header__main--logo {
    line-height: 0;
    width: 16.28502vw;
  }
  .header__main--logo a {
    display: block;
    line-height: 0;
  }
  .header__main--logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--line {
    line-height: 0;
    display: inline-block;
    width: 50.24155vw;
  }
  .header__main--line img {
    width: 100%;
    height: auto;
  }
  .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .footer {
    font-size: 4.34783vw;
    line-height: 5.31401vw;
    font-weight: 500;
    color: #000;
    padding: 9.42029vw 0 32.00966vw;
  }
  .footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 20.5314vw;
  }
  .footer ul li a {
    font-size: 4.34783vw;
    line-height: 5.31401vw;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
  }
  .footer ul li:nth-of-type(2)::before, .footer ul li:nth-of-type(2)::after {
    content: " | ";
    font-size: 4.34783vw;
    line-height: 5.31401vw;
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin: 0 0.72464vw;
  }
  .footer p {
    margin-top: 4.83092vw;
    text-align: center;
  }
  .footer .pagetop {
    position: fixed;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3.62319vw;
    width: 85.50725vw;
    line-height: 0;
  }
  .footer .pagetop a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .footer .pagetop a img {
    width: 100%;
    height: auto;
  }
  .pTop .mv__main {
    padding: 0;
  }
  .pTop .mv__main picture {
    width: 100%;
  }
  .pTop .order {
    background: #ECF3FB;
    padding: 8.45411vw 3.62319vw;
  }
  .pTop .order__main {
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 0.48309vw solid #263650;
    padding: 4.83092vw 3.62319vw;
  }
  .pTop .order__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .order__main h2 span {
    font-size: 6.03865vw;
    line-height: 1;
    font-weight: 900;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #19BAB4;
    padding: 0 0 2.89855vw;
    display: inline-block;
    border-bottom: 1px solid #263650;
  }
  .pTop .order__main .txt {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 400;
    color: #263650;
    margin-top: 1.93237vw;
  }
  .pTop .gra {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(70%, white), color-stop(70%, #fff510), to(#fff510));
    background: -webkit-linear-gradient(top, white 0%, white 70%, #fff510 70%, #fff510 100%);
    background: -moz- oldlinear-gradient(top, white 0%, white 70%, #fff510 70%, #fff510 100%);
    background: linear-gradient(180deg, white 0%, white 70%, #fff510 70%, #fff510 100%);
  }
  .pTop .btnCom {
    text-align: center;
    line-height: 0;
  }
  .pTop .btnCom a {
    display: inline-block;
    line-height: 0;
    width: 100%;
  }
  .pTop .btnCom a img {
    width: 100%;
    height: auto;
  }
  .pTop .what {
    padding: 3.86473vw 0 0vw;
  }
  .pTop .what__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .what__main h2 picture img {
    width: 56.76329vw;
  }
  .pTop .what__main .txt {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 400;
    color: #263650;
    margin-top: 3.86473vw;
  }
  .pTop .what__main .btnCom {
    margin-top: 4.83092vw;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
    padding: 8.45411vw 3.62319vw;
    background: #FAFFFF;
  }
  .pTop .ttlCom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .ttlCom::before, .pTop .ttlCom::after {
    content: "";
    width: 9.66184vw;
    height: 0.48309vw;
    background: #19BAB4;
  }
  .pTop .ttlCom span {
    font-size: 7.48792vw;
    line-height: 10.86957vw;
    font-weight: 900;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #263650;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .pTop .product {
    background: #FAFFFF;
  }
  .pTop .product__main .list {
    margin-top: 4.58937vw;
  }
  .pTop .product__main .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -1.81159vw;
  }
  .pTop .product__main .list ul li {
    line-height: 0;
    margin: 1.81159vw;
  }
  .pTop .product__main .list ul li img {
    width: 100%;
    height: auto;
  }
  .pTop .product__main .list ul li:nth-of-type(1) {
    width: 43.7029vw;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pTop .product__main .list ul li:nth-of-type(2) {
    width: 41.77053vw;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pTop .product__main .list ul li:nth-of-type(3) {
    width: 41.8285vw;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pTop .product__main .list ul li:nth-of-type(4) {
    width: 41.73188vw;
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .pTop .product__main .list ul li:nth-of-type(5) {
    width: 44.44203vw;
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .pTop .product__main .list ul li:nth-of-type(6) {
    width: 44.60386vw;
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .pTop .product__main .txt {
    margin-top: 4.83092vw;
    padding: 0 3.62319vw;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 400;
    color: #263650;
  }
  .pTop .product__main .btnCom {
    margin-top: 8.45411vw;
  }
  .pTop .merit {
    background: #FAFFFF;
    padding: 8.45411vw 0;
  }
  .pTop .merit__main .list {
    margin-top: 8.45411vw;
  }
  .pTop .merit__main .list ul li {
    width: 100%;
    line-height: 0;
  }
  .pTop .merit__main .list ul li + li {
    margin-top: 1.20773vw;
  }
  .pTop .flow {
    background: #E5F8F6;
    padding: 8.45411vw 0;
  }
  .pTop .flow__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .flow__main h2 img {
    width: 73.91304vw;
  }
  .pTop .flow__main .list {
    line-height: 0;
    margin-top: 5.55556vw;
    padding: 0 3.62319vw;
  }
  .pTop .flow__main .btnCom {
    margin-top: 8.45411vw;
  }
  .pTop .faq {
    padding: 4.58937vw 0 2.89855vw;
    background: #FFFFFD;
  }
  .pTop .faq__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .faq__main h2 img {
    width: 71.25604vw;
  }
  .pTop .faq__main .list dl {
    padding: 4.83092vw 3.62319vw 5.55556vw;
    font-size: 3.1401vw;
    line-height: 4.58937vw;
    font-weight: 400;
    color: #212E2F;
  }
  .pTop .faq__main .list dl:not(:last-of-type) {
    border-bottom: 2px solid #ECF3FB;
  }
  .pTop .faq__main .list dl dt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-left: 9.78261vw;
  }
  .pTop .faq__main .list dl dt::before {
    position: absolute;
    content: "";
    width: 8.42512vw;
    height: 7.64976vw;
    background: url("../img/icQ.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: -1.44928vw;
  }
  .pTop .faq__main .list dl dd {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-left: 9.78261vw;
    margin-top: 6.76329vw;
  }
  .pTop .faq__main .list dl dd::before {
    position: absolute;
    content: "";
    width: 8.42512vw;
    height: 7.64976vw;
    background: url("../img/icA.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: -1.44928vw;
  }
  .pTop .coupon {
    margin-top: 13.04348vw;
  }
  .pTop .coupon__main {
    max-width: 85.50725vw;
    width: 100%;
    margin: auto;
  }
  .pTop .coupon__main h2 {
    line-height: 0;
    text-align: right;
  }
  .pTop .coupon__main h2 img {
    width: 59.30193vw;
  }
  .pTop .coupon__main .couponBtn {
    position: relative;
    line-height: 0;
    margin-top: 4.10628vw;
  }
  .pTop .coupon__main .couponBtn a {
    line-height: 0;
    display: inline-block;
    width: 85.50725vw;
  }
  .pTop .coupon__main .couponBtn::before {
    position: absolute;
    content: "";
    width: 27.77778vw;
    height: 35.12077vw;
    background: url("../img/woman.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -1.20773vw;
    top: -29.71014vw;
    z-index: -1;
  }
  .pChild {
    height: 100%;
  }
  .pChild .container {
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pChild .container .header, .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .pChild .pChild__main {
    padding-top: 9.66184vw;
  }
  .pChild .pChild__main h2 {
    text-align: center;
    font-size: 8.21256vw;
    line-height: 1.2;
    color: #05366A;
    font-weight: 700;
  }
  .pChild .pChild__main .policy .content {
    margin-top: 9.66184vw;
    font-size: 3.86473vw;
    line-height: 1.8;
    color: #25282D;
  }
  .pChild .pChild__main .policy .content dl {
    margin-top: 6.95652vw;
  }
  .pChild .pChild__main .term .content {
    margin-top: 9.66184vw;
  }
  .pChild .pChild__main .term .content dl {
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #25282D;
  }
  .pChild .pChild__main .term .content dl + dl {
    margin-top: 5.7971vw;
  }
  .pChild .pChild__main .term .content dl dt {
    font-weight: 700;
  }
  .pChild .pChild__main .term .content dl dd {
    font-weight: 400;
  }
  .pChild .pChild__main .term .content figure {
    margin-top: 15.94203vw;
    width: 100%;
  }
  .pChild .pChild__main .term .content figure img {
    width: 100%;
    height: auto;
  }
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
}

.wrapCheck .error {
  text-align: center;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(120%);
         transform: translateX(120%);
  }
  100% {
    -moz-transform: translateX(-120%);
         transform: translateX(-120%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
       -moz-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-120%);
       -moz-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

.wpcf7-spinner {
  display: none !important;
}

.js-text .js-item,
.js-text .js-item__inner {
  display: block;
}

.js-text .js-item {
  overflow: hidden;
}

.js-text .js-item__inner {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
       transform: translateY(100%);
  -webkit-animation-delay: inherit;
  -moz-animation-delay: inherit;
       animation-delay: inherit;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
       animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
}

.js-text.active .js-item__inner {
  -webkit-animation-name: textShow;
     -moz-animation-name: textShow;
          animation-name: textShow;
}

.effect,
.isFull,
.isPar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 0.5s ease 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 0.5s ease 0.9s;
  -moz-transition: all 0.5s ease 0.9s;
  transition: all 0.5s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 0.5s ease 1.2s;
  -moz-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 0.5s ease 1.5s;
  -moz-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
     -moz-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
     -moz-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.zoomIn {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.zoomIn.active {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.slideUp {
  -webkit-transform: translate3d(0, 100px, 0);
     -moz-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideDown {
  -webkit-transform: translate3d(0, -100px, 0);
     -moz-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.slideDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
     -moz-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(100px, 0, 0);
     -moz-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes textShow {
  0% {
    -webkit-transform: translateY(130%);
            transform: translateY(130%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes updown {
  to {
    top: -28px;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes scrolldown {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
  }
  51% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@-moz-keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@-webkit-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@-moz-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

.pChild__content .column__main--left--detail .content ul.toc_list li::before {
  display: none;
}

.pChild__content .column__main--left--detail .content ul.toc_list li a::before {
  display: none;
}

.pChild__content .wpcf7 #send,
.pChild__content .wpcf7 #back {
  display: none;
}

.pChild__content .wpcf7.form-confirm #confirm {
  display: none;
}

.pChild__content .wpcf7.form-confirm #send,
.pChild__content .wpcf7.form-confirm #back {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pChild__content .wpcf7.form-confirm .wrapCheck {
  display: none;
}

.pChild__content .wpcf7.form-confirm .contact__main--float .intro {
  display: none;
}

.pChild__content .wpcf7.form-confirm .contact__main--float .form dl dd input[type='text'],
.pChild__content .wpcf7.form-confirm .contact__main--float .form dl dd input[type='email'],
.pChild__content .wpcf7.form-confirm .contact__main--float .form dl dd input[type='number'],
.pChild__content .wpcf7.form-confirm .contact__main--float .form dl dd textarea {
  background: none;
  pointer-events: none;
  height: auto;
  padding: 0;
}

.pChild__content .wpcf7 span.error {
  color: #ff0000;
  font-weight: 700;
}

.pChild__content .wpcf7 .wrapCheck span.error {
  display: block;
  width: 100%;
}
