@charset "UTF-8";
/* =============================================================================
Reset style
========================================================================== */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #6e7172;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* body {
  line-height: 1;
} */

.wrapper {
  position: relative;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #6e7172;
}

#yui3-css-stamp.cssreset {
  display: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

img {
  width: 100%;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  word-break: break-all;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", "HiraMinProN-W3", serif;
  font-weight: 500;
}

/*==============================================================================
Media
============================================================================= */
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333333333vw;
  }
  .inner {
    width: 6.7rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
}

.pro {
  font-family: professor, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.red {
  color: #bc5868;
}

.pink {
  color: #c79aa2;
}

.blue {
  color: #64818f;
}

p,
h2,
h3 {
  letter-spacing: 0.04em;
}

/*==============================================================================
Header
============================================================================= */
/*==============================================================================
fv
============================================================================= */
@media screen and (min-width: 769px) {
  .fv--bg {
    min-height: 757px;
    padding: 40px 0px 50px;
    background-image: url(../images/fv_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .fv--inner {
    position: relative;
  }
  .fv__ttl01 {
    width: 508px;
  }
  .fv__txt {
    position: absolute;
    left: -30px;
    top: -10px;
    width: 1081px;
  }
  .fv__note {
    margin-top: 280px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .fv--bg {
    padding: 0rem 0rem 0.75rem;
    background-image: url(../images/fv_bg01_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
  .fv--inner {
    position: relative;
  }
  .fv__ttl01 {
    width: 7.5rem;
    margin-left: -0.4rem;
  }
  .fv__note {
    margin-top: -0.35rem;
    font-size: 0.17rem;
    letter-spacing: 0;
  }
  .fv__note .sp-padding {
    display: block;
    padding-top: 0.1rem;
  }
  .fv__txt {
    margin: -0.6rem -0.1rem 0 -0.4rem;  
  }
}
/*==============================================================================
cta
============================================================================= */
@media screen and (min-width: 769px) {
  .cta--bg {
    padding: 30px 0 30px;
    background-color: #a1c1d6;
  }
  .cta--inner {
    position: relative;
  }
  .cta--inner::after {
    content: "";
    position: absolute;
    top: -105px;
    right: -60px;
    display: block;
    width: 277px;
    height: 251px;
    background-image: url(../images/cta_leaf01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .cta__ttl01 {
    color: #ffffff;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .cta__ttl01 .pro {
    display: block;
    font-size: 28px;
    font-weight: 400;
  }
  .cta__box {
    position: relative;
    margin-top: 22px;
    padding: 28px 50px 30px;
    background-image: url(../images/cta_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .cta__txt01 {
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .cta__txt01 .big {
    font-size: 44px;
  }
  .cta__info {
    position: relative;
    width: 699px;
    margin: 50px 0 0 auto;
  }
  .cta__txt {
    width: 410px;
    margin: 0 0 0 270px;
  }
  .cta__ttl02 {
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 500;
    border-bottom: 1px solid #6e7172;
  }
  .cta__ttl02 .small {
    padding-right: 10px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }
  .cta__flex {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta__comment {
    width: 100px;
    margin-left: 10px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  /* .cta__right {
    width: 280px;
  } */
  .cta__normal {
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
  .cta__normal .num {
    position: relative;
    display: inline-block;
    font-size: 32px;
  }
  .cta__normal .num::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    display: block;
    width: 130%;
    height: 1px;
    background: #bc5868;
  }
  .cta__normal .yen {
    font-size: 20px;
  }
  .cta__normal .tax {
    font-size: 16px;
  }
  .cta__now {
    position: relative;
    color: #bc5868;
    text-align: right;
    font-weight: 500;
    line-height: 1;
  }
  .cta__now .num {
    font-size: 92px;
  }
  .cta__now .yen {
    font-size: 52px;
  }
  .cta__now .tax {
    position: absolute;
    top: 25px;
    right: 0;
    color: #6e7172;
    font-size: 13px;
    font-weight: 500;
  }
  .cta__btn01 {
    width: 640px;
    margin: 44px 0 0 auto;
  }
  .cta__btn02 {
    width: 640px;
    margin-top: 18px;
    margin: 18px 0 0 auto;
  }
  .cta__img01 {
    position: absolute;
    top: 54px;
    left: 40px;
    width: 108px;
  }
  .cta__comment02 {
    position: absolute;
    top: 10px;
    left: -70px;
    width: 290px;
  }
  .cta__mini{
    position: absolute;
    bottom: 230px;
    left: 40px;
    color: #6e7172;
    font-size: 12px;
    letter-spacing: -.02em;
  }
  .cta__img03 {
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: 235px;
  }
  .cta__note {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
  }
} /*==============================================================================
cta
============================================================================= */
@media screen and (max-width: 768px) {
  .cta--bg {
    padding: 0.55rem 0 0.85rem;
    background-color: #a1c1d6;
  }
  .cta--inner {
    position: relative;
  }
  .cta--inner::after {
    content: "";
    position: absolute;
    top: -3.9rem;
    right: -2.8rem;
    display: block;
    width: 4.6rem;
    height: 4.21rem;
    background-image: url(../images/cta_leaf01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .cta__ttl01 {
    color: #ffffff;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .cta__ttl01 .pro {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
    font-weight: 400;
  }
  .cta__box {
    position: relative;
    margin-top: 0.25rem;
    padding: 0.3rem 0 0.6rem;
    background-image: url(../images/cta_bg01_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .cta__txt01 {
    margin-left: 1.4rem;
    color: #ffffff;
    font-size: 0.32rem;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
  .cta__txt01 .big {
    font-size: 0.54rem;
  }
  .cta__info {
    position: relative;
    margin: .76rem 0 0 auto;
  }
  .cta__txt {
    width: 3.6rem;
    margin: 0 0.2rem 0 auto;
  }
  .cta__ttl02 {
    padding-bottom: 0.1rem;
    font-size: 0.28rem;
    font-weight: 500;
    border-bottom: 0.01rem solid #6e7172;
  }
  .cta__ttl02 .small {
    display: none;
  }
  .cta__flex {
    margin-top: 0.15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta__comment {
    width: 1.1rem;
    margin-top: 0.15rem;
    margin-left: -.1rem;
  }
  .cta__right {
    width: 3.3rem;
    margin-left: -0.4rem;
  }
  .cta__normal {
    text-align: right;
    margin-right: -0.1rem;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
  }
  .cta__normal .num {
    position: relative;
    display: inline-block;
    font-size: 0.38rem;
  }
  .cta__normal .num::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    display: block;
    width: 130%;
    height: 0.01rem;
    background: #bc5868;
  }
  .cta__normal .yen {
    font-size: 0.24rem;
  }
  .cta__normal .tax {
    font-size: 0.18rem;
  }
  .cta__now {
    position: relative;
    margin-top: 0.1rem;
    color: #bc5868;
    text-align: right;
    font-weight: 500;
    line-height: 1;
  }
  .cta__now .num {
    font-size: 1.05rem;
  }
  .cta__now .yen {
    font-size: 0.48rem;
  }
  .cta__now .tax {
    position: absolute;
    top: 0.25rem;
    right: -0.08rem;
    color: #6e7172;
    font-size: 0.17rem;
    font-weight: 500;
    letter-spacing: 0;
  }
  .cta__btn01 {
    width: 6.1rem;
    margin: 0.4rem auto 0;
  }
  .cta__btn02 {
    width: 6.1rem;
    margin: 0.4rem auto 0;
  }
  .cta__btn01:nth-of-type(1) {
    margin-top: 0.35rem;
  }
  .cta__img01 {
    position: absolute;
    top: 1.5rem;
    left: 0.2rem;
    width: .86rem;
  }
  .cta__comment02 {
    position: absolute;
    top: .5rem;
    left: 1.15rem;
    width: 1.5rem;
  }
  .cta__mini{
    position: absolute;
    top: 4rem;
    left: .1rem;
    color: #6e7172;
    font-size: .16rem;
    letter-spacing: 0;
  }
  .cta__note {
    margin-top: 0.2rem;
    font-size: 0.17rem;
    color: #ffffff;
    font-weight: 500;
  }
  .cta__img03{
    width: 6.1rem;
    margin: .4rem auto 0;
  }
  _::-webkit-full-page-media,
_:future,
:root .cta__now .num {
    font-size: 0.75rem;
  }
}
/*==============================================================================
trouble
============================================================================= */
@media screen and (min-width: 769px) {
  .trouble--bg01 {
    padding: 75px 0 80px;
    background-image: url(../images/trouble_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .trouble__ttl01 {
    color: #6e7172;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
  }
  .trouble__ttl01 .big {
    font-size: 56px;
  }
  .trouble__voice {
    width: 768px;
    margin: 25px auto 0;
  }
  .trouble__lead {
    height: 73px;
    margin-top: 45px;
    padding-top: 5px;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    background-color: rgba(169, 169, 169, 0.8);
    line-height: 1.3;
  }
  .trouble__lead .big {
    color: #edeadd;
    font-size: 44px;
  }
  .trouble--bg02 {
    padding: 80px 0 145px;
    background-image: url(../images/trouble_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .trouble__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .trouble__ttl02 {
    width: 450px;
    padding: 80px 0 0 60px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .trouble__ttl02 .medium {
    color: #bc5868;
    font-size: 44px;
  }
  .trouble__ttl02 .big {
    font-size: 46px;
  }
  .trouble__right {
    width: 486px;
  }
  .trouble__ttl03 {
    margin-top: 55px;
    font-weight: 500;
    text-align: center;
    font-size: 28px;
  }
  .trouble__ttl03 .color-gley {
    color: #6e7172;
  }
  .trouble__ttl03 .medium {
    font-size: 38px;
  }
  .trouble__ttl03 .big {
    font-size: 53px;
    margin-right: -20px;
  }
  .trouble__ttl03 .large {
    font-size: 49px;
  }
  .trouble__middle {
    position: relative;
    width: 618px;
    margin: 40px 0 0 270px;
  }
  .trouble__middle::after {
    content: "";
    display: block;
    width: 227px;
    height: 365px;
    position: absolute;
    top: 10px;
    left: -260px;
    background-image: url(../images/trouble_woman01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .trouble__comment {
    height: 136px;
    padding-top: 30px;
    margin-left: -25px;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.07em;
    background-image: url(../images/trouble_bg03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    line-height: 1.3;
  }
  .trouble__comment .big {
    font-size: 40px;
  }
  .trouble__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .trouble__item02 {
    position: relative;
    text-align: center;
    width: 212px;
    height: 212px;
    margin: 0 -7px;
    padding-top: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
  }
  .trouble__item02 .big {
    font-size: 35px;
  }
  .trouble__item02::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 212px;
    height: 212px;
    border-radius: 50%;
    border: 1px solid #6e7172;
  }
  .trouble__comment03 {
    width: 247px;
    height: 68px;
    margin: 70px auto -35px;
    padding-top: 6px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    background-image: url(../images/trouble_bg04.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    line-height: 1.3;
  }
  .trouble__ttl04 {
    height: 233px;
    padding: 60px 0;
    text-align: center;
    border-radius: 1px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.7;
    background-color: rgba(255, 255, 255, 0.45);
  }
  .trouble__ttl04 .alert {
    font-size: 14px;
    vertical-align: top;
  }
  .trouble__ttl04 .alert.alert--dif {
    line-height: 2.9;
  }

  .trouble__ttl04 .big {
    font-size: 42px;
  }
  .trouble__ttl04 .medium {
    font-size: 38px;
  }
  .trouble__note {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 500;
  }
}
/*==============================================================================
trouble
============================================================================= */
@media screen and (max-width: 768px) {
  .trouble--bg01 {
    padding: 0.9rem 0 1.1rem;
    background-image: url(../images/trouble_bg01_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .trouble__ttl01 {
    color: #6e7172;
    font-size: 0.44rem;
    text-align: center;
    font-weight: 500;
  }
  .trouble__ttl01 .big {
    font-size: 0.7rem;
  }
  .trouble__voice {
    width: 6.3rem;
    margin: 0.5rem auto 0;
  }
  .trouble__lead {
    height: 1rem;
    margin-top: 0.6rem;
    padding-top: 0.15rem;
    color: #ffffff;
    text-align: center;
    font-size: 0.42rem;
    font-weight: 500;
    line-height: 1;
    background-color: rgba(169, 169, 169, 0.8);
  }
  .trouble__lead .big {
    color: #edeadd;
    font-size: 0.62rem;
  }
  .trouble--bg02 {
    padding: 0.9rem 0 1.4rem;
    background-image: url(../images/trouble_bg02_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .trouble__ttl02 {
    text-align: center;
    font-size: 0.35rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .trouble__ttl02 .medium {
    color: #bc5868;
    font-size: 0.48rem;
  }
  .trouble__ttl02 .big {
    font-size: 0.52rem;
  }
  .trouble__img01 {
    margin-top: 0.4rem;
  }
  .trouble__ttl03 {
    margin-top: 0.5rem;
    font-weight: 500;
    text-align: center;
    font-size: 0.3rem;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #6e7172;
  }
  .trouble__ttl03 .color-gley {
    color: #6e7172;
  }
  .trouble__ttl03 .medium {
    font-size: 0.36rem;
  }
  .trouble__ttl03 .big {
    font-size: 0.4rem;
    margin-right: -rem(10);
  }
  .trouble__ttl03 .large {
    font-size: 0.4rem;
  }
  .trouble__middle {
    position: relative;
    width: 5.4rem;
    margin: 0.8rem 0 0 auto;
  }
  .trouble__middle::after {
    content: "";
    display: block;
    width: 2.2rem;
    height: 3.4rem;
    position: absolute;
    top: 0.05rem;
    left: -2.17rem;
    background-image: url(../images/trouble_woman01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .trouble__comment {
    height: 1.5rem;
    padding-top: 0.3rem;
    font-size: 0.3rem;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.07em;
    background-image: url(../images/trouble_bg03_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .trouble__comment .big {
    font-size: 0.42rem;
  }
  .trouble__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.2rem 0 0 0;
  }
  .trouble__item02 {
    position: relative;
    text-align: center;
    width: 1.87rem;
    height: 1.87rem;
    margin: 0 -0.15rem 0 0;
    padding-top: 0.6rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
    font-size: 0.28rem;
    line-height: 1.2;
  }
  .trouble__item02 .big {
    font-size: 0.3rem;
  }
  .trouble__item02::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 1.87rem;
    height: 1.87rem;
    border-radius: 50%;
    border: 0.01rem solid #6e7172;
  }
  .trouble__comment03 {
    width: 2.47rem;
    height: 0.68rem;
    margin: 0.53rem auto -0.27rem;
    padding-top: 0.1rem;
    font-size: 0.3rem;
    font-weight: 500;
    text-align: center;
    background-image: url(../images/trouble_bg04_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    line-height: 1.3;
  }
  .trouble__ttl04 {
    padding: 0.45rem;
    text-align: center;
    border-radius: 0.01rem;
    font-size: 0.32rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.07em;
    background-color: rgba(255, 255, 255, 0.45);
  }
  .trouble__ttl04 .alert {
    font-size: 0.2rem;
    vertical-align: top;
  }
  .trouble__ttl04 .big {
    font-size: 0.5rem;
  }
  .trouble__ttl04 .medium {
    margin-top: 0.1rem;
    font-size: 0.46rem;
    display: inline-block;
  }
  .trouble__note {
    margin-top: 0.15rem;
    font-size: 0.17rem;
    font-weight: 500;
    letter-spacing: -.01em;
  }
}
/*==============================================================================
care
============================================================================= */
@media screen and (min-width: 769px) {
  .care--bg {
    margin-top: -100px;
    padding: 100px 60px 60px;
    background-image: url(../images/care_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .care__img01 {
    position: absolute;
    top: -360px;
    right: -460px;
    width: 522px;
  }
  .care__ttl01 {
    color: #ffffff;
    font-size: 43px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
  }
  .care__ttl01 .bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 795px;
    height: 65px;
    margin: 0 auto 30px;
    background-color: #ffffff;
    color: #c97b8a;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .care__ttl01 .medium {
    font-weight: 500;
    font-size: 63px;
    letter-spacing: 0.08em;
  }
  .care__ttl01 .big {
    font-weight: 500;
    font-size: 99px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .care__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .care__item {
    width: 291px;
    height: 302px;
    margin: 0 -10px;
    padding-top: 110px;
    color: #bc5868;
    font-size: 34px;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgb(255, 255, 255);
    text-align: center;
    background-image: url(../images/care_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    line-height: 1.5;
  }
  .care__item .note {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #c79aa2;
  }
  .care__item .alert {
    vertical-align: text-top;
    font-size: 12px;
  }
  .care__item:nth-child(1) {
    position: relative;
    z-index: 2;
  }
  .care__low {
    position: relative;
    margin-top: 50px;
  }
  .care__img02 {
    position: relative;
  }
  .care__ttl02 {
    position: absolute;
    top: -30px;
    right: 55px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.95;
  }
  .care__ttl02 .bg {
    padding: 20px 10px;
    background-color: #6e7172;
  }
  .care__note {
    margin-top: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
  }
}
/*==============================================================================
care
============================================================================= */
@media screen and (max-width: 768px) {
  .care--bg {
    margin-top: -0.7rem;
    padding: 1.6rem 0 1rem;
    background-image: url(../images/care_bg01_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .care__img01 {
    position: absolute;
    top: -4.1rem;
    right: -1.4rem;
    width: 3.16rem;
  }
  .care__ttl01 {
    color: #ffffff;
    font-size: 0.32rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
  .care__ttl01 .bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 0.1rem;
    padding: 0.05rem;
    background-color: #ffffff;
    color: #c97b8a;
    font-size: 0.32rem;
    font-weight: 500;
  }
  .care__ttl01 .medium {
    font-weight: 500;
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }
  .care__ttl01 .big {
    font-weight: 500;
    font-size: 0.5rem;
    line-height: 1;
  }
  .care__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.35rem;
  }
  .care__item {
    width: 3.54rem;
    height: 3.7rem;
    margin: 0 -0.1rem;
    padding-top: 1.3rem;
    color: #bc5868;
    font-size: 0.42rem;
    text-shadow: 0px 0px 0.1rem rgb(255, 255, 255);
    font-weight: 500;
    text-align: center;
    background-image: url(../images/care_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .care__item .note {
    display: block;
    font-size: 0.26rem;
    font-weight: 500;
    color: #c79aa2;
  }
  .care__item .alert {
    vertical-align: text-top;
    font-size: 0.12rem;
  }
  .care__item:nth-child(1) {
    position: relative;
    z-index: 2;
  }
  .care__low {
    position: relative;
    margin-top: 0.6rem;
  }
  .care__img02 {
    position: relative;
    width: 7.1rem;
  }
  .care__ttl02 {
    position: absolute;
    top: 0.1rem;
    right: 0rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #ffffff;
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 1.9;
  }
  .care__ttl02 .bg {
    padding: 0.15rem 0.07rem;
    background-color: #6e7172;
  }
  .care__note {
    margin-top: 0.15rem;
    color: #ffffff;
    font-size: 0.17rem;
    font-weight: 500;
  }
  _::-webkit-full-page-media,
_:future,
:root .care__ttl02 {
    font-size: 0.25rem;
    line-height: 1.6;
  }
}
/*==============================================================================
know
============================================================================= */
@media screen and (min-width: 769px) {
  .know--bg01 {
    padding: 100px 0 0;
    background-image: url(../images/know_bg01.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .know__ttl01 {
    width: 642px;
    margin: 0 auto;
  }
  .know__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 35px;
  }
  .know__item {
    position: relative;
    z-index: 1;
    width: 272px;
    height: 272px;
    padding-top: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 17px 3px #ffffff;
            box-shadow: 0 0 17px 3px #ffffff;
    text-align: center;
    background-color: #fff;
  }
  .know__item:nth-child(1) {
    margin: 0 300px -140px;
  }
  .know__item:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: -82px;
    z-index: -1;
    right: -340px;
    width: 186px;
    height: 278px;
    background-image: url(../images/know_woman01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .know__item:nth-child(2) {
    margin-right: 230px;
  }
  .know__icon01 {
    width: 56px;
    margin: 0 auto;
  }
  .know__item__ttl {
    position: relative;
    font-size: 32px;
    font-weight: 500;
  }
  .know__item__ttl::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 50px;
    height: 4px;
    background: url(../images/know-item-ttl_pc.png) no-repeat;
    background-size: contain;
  }
  .know__item__txt {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
  }
  .know__triangle {
    width: 440px;
    margin: 10px auto 0;
  }
  .know__ttl02 {
    position: relative;
    z-index: 2;
    width: 771px;
    margin: 25px auto 0;
  }
  .know--bg02 {
    margin-top: -300px;
    padding: 300px 0 250px;
    background-image: url(../images/know_bg04.png);
    background-repeat: no-repeat;
    background-size: 2009px 1209px;
    background-position: top center;
  }
  .know__middle {
    position: relative;
  }
  .know__img01 {
    width: 323px;
    -webkit-transform: translate(70px, 130px);
            transform: translate(70px, 130px);
  }
  .know__middle__ttl {
    position: absolute;
    top: 0;
    right: 100px;
    min-height: 500px;
    font-size: 27px;
    font-weight: 500;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
  .know__middle__ttl .pink {
    color: #bc5868;
  }
  .know__txt01 {
    text-align: center;
    margin-top: 145px;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .know__txt01 .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 477px;
    height: 68px;
    margin: 0 auto 10px;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    background-image: url(../images/know_bg05.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .know__txt01 .bold {
    font-size: 66px;
    line-height: 1;
  }
  .know__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .know__item02 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    width: 114px;
    height: 112px;
    background: url(../images/know_medal.png) no-repeat center / contain;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
  .know__low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -120px;
    padding-bottom: 50px;
  }
  .know__low__ttl {
    width: 310px;
    padding-top: 8px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .know__low__ttl .big {
    font-size: 36px;
  }
  .know__right {
    width: 651px;
  }
  .know__note {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
  }
}
/*==============================================================================
know
============================================================================= */
@media screen and (max-width: 768px) {
  .know--bg01 {
    padding: 1.2rem 0 0;
    background-image: url(../images/know_bg01_sp.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .know__ttl01 {
    width: 5.7rem;
    margin: 0 auto;
  }
  .know__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.78rem;
  }
  .know__item {
    width: 3.2rem;
    height: 3.2rem;
    padding-top: 0.3rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0.17rem 0.03rem #ffffff;
            box-shadow: 0 0 0.17rem 0.03rem #ffffff;
    text-align: center;
    background-color: #fff;
  }
  .know__item {
    padding-top: 0.4rem;
  }
  .know__item--height {
    padding-top: 0.15rem;
  }
  .know__item:nth-child(1) {
    margin: 0 1rem -0.35rem;
    position: relative;
  }
  .know__item:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.2rem;
    right: -2rem;
    width: 1.86rem;
    height: 2.78rem;
    background-image: url(../images/know_woman01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .know__item:nth-child(2) {
    margin-right: 0.3rem;
  }
  .know__icon01 {
    width: 0.6rem;
    margin: 0 auto;
  }
  .know__item__ttl {
    position: relative;
    font-size: 0.44rem;
    font-weight: 500;
  }
  .know__item__ttl.margin {
    font-size: 0.38rem;;
  }
  .know__item__ttl::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.16rem;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 0.7rem;
    height: 0.08rem;
    background: url(../images/know-item-ttl_sp.png) no-repeat;
    background-size: contain;
  }
    .know__item__txt {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    line-height: 1.5;
    font-weight: 500;
  }
  .know__triangle {
    width: 3.6rem;
    margin: 0.75rem auto 0;
  }
  .know__ttl02 {
    position: relative;
    z-index: 2;
    width: 6.3rem;
    margin: 0.8rem auto 0;
  }
  .know--bg02 {
    margin-top: -0.1rem;
    padding: 1.7rem 0 2rem;
    background-image: url(../images/know_bg04_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
  .know__middle {
    position: relative;
  }
  .know__img01 {
    position: absolute;
    left: -0.3rem;
    top: 3rem;
    width: 3.1rem;
  }
  .know__middle__ttl {
    margin-left: auto;
    font-size: 0.34rem;
    font-weight: 500;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
  .know__middle__ttl .pink {
    color: #bc5868;
  }
  .know__txt01 {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.44rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .know__txt01 .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6.2rem;
    height: 0.9rem;
    margin: 0 auto;
    font-size: 0.34rem;
    font-weight: 500;
    text-align: center;
    background-image: url(../images/know_bg05.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .know__txt01 .bold {
    font-size: 0.6rem;
  }
  .know__txt01 .num {
    font-size: 0.8rem;
  }
  .know__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .know__item02 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: 0.2rem 0.15rem 0 0;
    text-align: center;
    background: url(../images/know_medal.png) no-repeat center / contain;
    font-size: 0.24rem;
    font-weight: 500;
  }
  .know__item02:nth-child(3n) {
    margin-right: 0;
  }
  .know__low {
    margin-top: -0.1rem;
    padding-bottom: 1.1rem;
  }
  .know__low__ttl {
    text-align: center;
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .know__low__ttl .big {
    font-size: 0.43rem;
  }
  .know__right {
    width: 6.5rem;
    margin: 0 auto;
  }
  .know__low__img {
    margin-top: 0.25rem;
  }
  .know__note {
    margin-top: 0.1rem;
    font-size: 0.17rem;
    font-weight: 500;
    text-align: right;
  }
}
/*==============================================================================
voice
============================================================================= */
@media screen and (min-width: 769px) {
  .voice--bg {
    padding: 100px 0px 110px;
    background-color: #f0ebec;
  }
  .voice__ttl01 {
    width: 462px;
    margin: 0 auto;
  }
  .voice__list {
    margin-top: 20px;
  }
  .voice__item {
    position: relative;
    margin-top: 40px;
    border-radius: 15px;
    border: 1px solid #6e7172;
    background-color: #ffffff;
  }
  .voice__item::after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -14px;
    right: -26px;
    display: block;
    width: 71px;
    height: 152px;
    background-image: url(../images/voice_leaf01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .voice__box {
    position: relative;
    min-height: 385px;
    padding: 45px 75px;
    overflow: hidden;
  }
  .voice__en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 28px;
    font-weight: 400;
    color: #8c8282;
  }
  .voice__en::before {
    content: "";
    display: block;
    width: 31px;
    height: 27px;
    margin-right: 18px;
    background-image: url(../images/voice_icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .voice__ttl02 {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 400;
  }
  .voice__name {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 500;
  }
  .voice__product {
    margin-top: 30px;
  }
  .voice__product .bg {
    display: table;
    margin-top: 8px;
    padding: 5px 20px;
    line-height: 1;
    border-radius: 1px;
    background-color: #8c8282;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
  }
  .voice__txt01 {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    padding-right: 120px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .voice__img01 {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 357px;
  }
  .voice__note {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
  }
}
/*==============================================================================
voice
============================================================================= */
@media screen and (max-width: 768px) {
  .voice--bg {
    padding: 1.4rem 0rem 1.1rem;
    background-color: #f0ebec;
  }
  .voice__ttl01 {
    width: 6rem;
    margin: 0 auto;
  }
  .voice__item {
    position: relative;
    margin-top: 0.6rem;
    border-radius: 0.15rem;
    border: 0.01rem solid #6e7172;
    background-color: #ffffff;
  }
  .voice__item::after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 0rem;
    right: -0.4rem;
    display: block;
    width: 1rem;
    height: 2.1rem;
    background-image: url(../images/voice_leaf01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .voice__box {
    position: relative;
    z-index: 1;
    min-height: 6.16rem;
    padding: 0.55rem 0.4rem;
    overflow: hidden;
  }
  .voice__en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.32rem;
    font-weight: 400;
    color: #8c8282;
  }
  .voice__en::before {
    content: "";
    display: block;
    width: 0.31rem;
    height: 0.27rem;
    margin-right: 0.18rem;
    background-image: url(../images/voice_icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .voice__ttl02 {
    margin-top: 0.05rem;
    font-size: 0.4rem;
    font-weight: 400;
  }
  .voice__name {
    margin-top: 0.1rem;
    font-size: 0.32rem;
    font-weight: 500;
  }
  .voice__product {
    margin-top: 0.25rem;
  }
  .voice__product .bg {
    display: table;
    margin-top: 0.1rem;
    padding: 0.1rem 0.2rem;
    line-height: 1;
    border-radius: 0.01rem;
    background-color: #8c8282;
    font-size: 0.26rem;
    color: #ffffff;
    font-weight: 500;
  }
  .voice__txt01 {
    position: relative;
    z-index: 2;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .voice__img01 {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.7rem;
  }
  .voice__note {
    margin-top: 0.2rem;
    font-size: 0.17rem;
    font-weight: 500;
  }
}
/*==============================================================================
step
============================================================================= */
@media screen and (min-width: 769px) {
  .step--bg {
    padding: 90px 0 120px;
    background-image: url(../images/step_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .step__ttl01 {
    position: relative;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .step__ttl01 .big {
    padding: 10px 15px;
    line-height: 1;
    color: #ffffff;
    font-size: 60px;
    background-color: rgba(242, 195, 195, 0.8);
  }
  .step__ttl01::after {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    right: 80px;
    width: 98px;
    height: 174px;
    background-image: url(../images/step_woman01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .step__list {
    margin-top: 30px;
  }
  .step__item {
    margin-top: 80px;
  }
  .step__head {
    position: relative;
    min-height: 246px;
    padding-right: 550px;
  }
  .step__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 40px;
    font-weight: 500;
  }
  .step__num .num {
    margin-right: 20px;
    display: block;
    width: 112px;
    height: 112px;
    line-height: 1;
  }
  .step__num--num02 {
    padding-top: 20px;
  }
  .step__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 427px;
    height: 40px;
    margin-top: 10px;
    color: #ffffff;
    background-color: #c1c5c7;
    font-size: 24px;
    font-weight: 500;
  }
  .step__img01 {
    width: 517px;
    position: absolute;
    top: 20px;
    right: 0;
  }
  .step__txt01 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
  }
  .step__low {
    margin-top: 35px;
  }
  .step__commnet {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 367px;
    height: 50px;
    margin: 0 auto -25px;
    border-radius: 25px;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    background-color: #ecbfbe;
  }
  .step__commnet::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 40px;
    width: 26px;
    height: 26px;
    background-image: url(../images/step_icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .step__txt02 {
    padding: 45px 60px 50px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.06em;
    background-color: #ffffff;
  }
}
/*==============================================================================
step
============================================================================= */
@media screen and (max-width: 768px) {
  .step--bg {
    padding: 1.4rem 0;
    background-image: url(../images/step_bg01_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .step__ttl01 {
    position: relative;
    font-size: 0.5rem;
    padding-left: 0.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .step__ttl01 .big {
    padding: 0.05rem 0.1rem;
    line-height: 1;
    color: #ffffff;
    font-size: 0.6rem;
    background-color: rgba(242, 195, 195, 0.8);
  }
  .step__ttl01::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.9rem;
    right: -0.3rem;
    width: 1.05rem;
    height: 1.85rem;
    background-image: url(../images/step_woman01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .step__list {
    margin-top: -0.5rem;
  }
  .step__item {
    width: 6.3rem;
    margin: 0.8rem auto 0;
  }
  .step__head {
    position: relative;
  }
  .step__num {
    min-height: 1.87rem;
    padding: 0.35rem 0 0 2rem;
    font-size: 0.5rem;
    font-weight: 500;
  }
  .step__num .num {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -0.2rem;
    display: block;
    width: 1.87rem;
    height: 1.87rem;
    line-height: 1;
  }
  .step__num--num02 {
    padding-top: 0.6rem;
    margin-bottom: -0.3rem;
  }
  .step__lead {
    width: 6rem;
    margin: -0.7rem 0 0 auto;
    padding: 0.05rem 0 0.05rem 1.75rem;
    color: #ffffff;
    line-height: 1;
    background-color: #c1c5c7;
    font-size: 0.26rem;
    font-weight: 500;
  }
  .step__img01 {
    margin-top: 0.5rem;
  }
  .step__txt01 {
    margin-top: 0.45rem;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 1.8;
  }
  .step__low {
    margin-top: 0.5rem;
  }
  .step__commnet {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3.67rem;
    height: 0.5rem;
    margin: 0 auto -0.25rem;
    border-radius: 0.25rem;
    font-size: 0.26rem;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    background-color: #ecbfbe;
  }
  .step__commnet::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.45rem;
    width: 0.26rem;
    height: 0.26rem;
    background-image: url(../images/step_icon01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .step__txt02 {
    padding: 0.5rem 0.3rem 0.35rem;
    border-radius: 0.15rem;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.06em;
    background-color: #ffffff;
  }
}
/*==============================================================================
about
============================================================================= */
@media screen and (min-width: 769px) {
  .about--bg {
    position: relative;
    padding: 160px 0 80px;
    background-color: #f6dad6;
  }
  .about__img01 {
    position: absolute;
    z-index: 1;
    top: -160px;
    left: -95px;
    width: 1170px;
  }
  .about__box {
    position: relative;
    z-index: 2;
    width: 571px;
    margin: 0 90px 0 auto;
    padding: 60px 65px;
    background-color: #ffffff;
  }
  .about__ttl01 {
    color: #6e7172;
    font-weight: 500;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
  }
  .about__ttl01 .small {
    display: block;
    margin-top: 5px;
    line-height: 1;
    letter-spacing: 0;
    font-size: 27px;
    font-weight: 500;
  }
  .about__ttl02 {
    margin-top: 25px;
    font-size: 38px;
    font-weight: 500;
  }
  .about__txt01 {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
  .about__txt01 .alert {
    font-size: 10px;
    vertical-align: top;
  }
  .about__note {
    margin: 10px 90px 0 0;
    text-align: right;
    color: #6e7172;
    font-size: 12px;
    font-weight: 500;
  }
}
/*==============================================================================
about
============================================================================= */
@media screen and (max-width: 768px) {
  .about--bg {
    position: relative;
    background-color: #f6dad6;
  }
  .about--inner {
    padding: 3.65rem 0 0.9rem;
  }
  .about__img01 {
    position: absolute;
    z-index: 1;
    top: 0rem;
    left: -0.4rem;
    width: 7.5rem;
  }
  .about__box {
    position: relative;
    z-index: 2;
    padding: 0.85rem 0.3rem 0.75rem 0.5rem;
    background-color: #ffffff;
  }
  .about__ttl01 {
    color: #6e7172;
    font-weight: 500;
    font-size: 0.54rem;
    font-weight: 400;
    line-height: 1;
  }
  .about__ttl01 .small {
    display: block;
    margin-top: 0.1rem;
    line-height: 1;
    letter-spacing: 0;
    font-size: 0.3rem;
    font-weight: 500;
  }
  .about__ttl02 {
    margin-top: 0.45rem;
    font-size: 0.48rem;
    font-weight: 500;
  }
  .about__txt01 {
    margin-top: 0.3rem;
    font-size: 0.27rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .about__txt01 .alert {
    font-size: 0.16rem;
    vertical-align: top;
  }
  .about__note {
    margin-top: 0.15rem;
    color: #6e7172;
    font-size: 0.17rem;
    font-weight: 500;
  }
}
/*==============================================================================
promise
============================================================================= */
@media screen and (min-width: 769px) {
  .promise--bg {
    padding: 120px 0px 110px;
  }
  .promise__ttl01 {
    text-align: center;
    font-size: 60px;
    font-weight: 500;
  }
  .promise__list {
    width: 871px;
    margin: -15px auto 0;
  }
  .promise__item {
    margin-top: 75px;
  }
  .promise__ttl02 {
    position: relative;
    padding: 0 0 15px 105px;
    font-size: 30px;
    font-weight: 500;
  }
  .promise__ttl02 .num {
    position: absolute;
    top: 5px;
    left: 0;
  }
  .promise__ttl02 .num.num01 {
    width: 52px;
  }
  .promise__ttl02 .num.num02 {
    width: 67px;
  }
  .promise__ttl02 .num.num03 {
    width: 66px;
  }
  .promise__ttl02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#b9b9b9), color-stop(65%, #b9b9b9), color-stop(65%, #ecbfbe));
    background: linear-gradient(90deg, #b9b9b9 0%, #b9b9b9 65%, #ecbfbe 65%);
  }
  .promise__txt01 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
  }
}
/*==============================================================================
promise
============================================================================= */
@media screen and (max-width: 768px) {
  .promise--bg {
    padding: 1.1rem 0rem 1.4rem;
  }
  .promise__ttl01 {
    text-align: center;
    font-size: 0.64rem;
    font-weight: 500;
  }
  .promise__list {
    width: 6.25rem;
    margin: 0 auto;
  }
  .promise__item {
    margin-top: 0.7rem;
  }
  .promise__ttl02 {
    position: relative;
    padding: 0 0 0rem 1.1rem;
    font-size: 0.38rem;
    font-weight: 500;
  }
  .promise__ttl02 .num {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .promise__ttl02 .num.num01 {
    width: 0.65rem;
  }
  .promise__ttl02 .num.num02 {
    width: 0.83rem;
  }
  .promise__ttl02 .num.num03 {
    width: 0.81rem;
  }
  .promise__ttl02::after {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    display: block;
    width: 100%;
    height: 0.02rem;
    background: -webkit-gradient(linear, left top, right top, from(#b9b9b9), color-stop(65%, #b9b9b9), color-stop(65%, #ecbfbe));
    background: linear-gradient(90deg, #b9b9b9 0%, #b9b9b9 65%, #ecbfbe 65%);
  }
  .promise__txt01 {
    margin-top: 0.4rem;
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 1.6;
  }
}
/*==============================================================================
info
============================================================================= */
@media screen and (min-width: 769px) {
  .info--bg {
    padding: 90px 0 75px;
    background-color: #f6dad6;
  }
  .info__logo {
    width: 292px;
    margin: 0 auto;
  }
  .info__ttl01 {
    margin-top: 55px;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
  }
  .info__ttl01 .small {
    display: block;
    font-size: 20px;
    font-weight: 500;
  }
  .info__item {
    padding-bottom: 120px;
    background-color: #f6dad6;
  }
  .info__item:first-child {
    margin-top: 0;
  }
  .info__head {
    min-height: 260px;
    background-color: #d3a098;
  }
  .info__head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 285px;
    color: #ffffff;
  }
  .info__img01 {
    width: 268px;
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 0;
  }
  .info__txt {
    display: table;
  }
  .info__en {
    color: #f6dad6;
    padding-top: 50px;
    font-size: 30px;
    font-weight: 400;
  }
  .info__ttl02 {
    margin-top: 5px;
    font-size: 38px;
    font-weight: 400;
    white-space: nowrap;
  }
  .info__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0 0 15px;
    width: 100px;
    height: 100px;
    color: #d3a098;
    font-size: 26px;
    font-weight: 500;
    background-color: #ffffff;
    border-radius: 50%;
  }
  .info__circle.num02 {
    margin-right: -30px;
  }
  .info__box {
    width: 980px;
    margin-top: -60px;
    padding: 60px 0 0;
    border-radius: 20px;
    background-color: #ffffff;
  }
  .info__ttl03 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
  }
  .info__btn01 {
    position: relative;
    z-index: 2;
    width: 590px;
    margin: 45px auto -25px;
    cursor: pointer;
  }
  .info__btn01 .on {
    display: block;
  }
  .info__btn01 .off {
    display: none;
  }
  .info__btn01.open .on {
    display: none;
  }
  .info__btn01.open .off {
    display: block;
  }
  .info__middle {
    display: none;
    padding: 60px 0 50px;
    background-color: #f6f3f3;
  }
  .info__ttl04 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
  }
  .info__ttl04.pink {
    color: #d3a098;
  }
  .info__list02 {
    width: 490px;
    margin: 0 auto;
  }
  .info__item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
  }
  .info__item02__num {
    width: 61px;
  }
  .info__item02__ttl {
    width: 415px;
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 500;
  }
  .info__item02__ttl .big {
    font-size: 24px;
  }
  .info__low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 40px 50px;
  }
  .info__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 395px;
  }
  .info__left__txt {
    position: relative;
    width: 122px;
    text-align: center;
    line-height: 1.5;
  }
  .info__left__txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -25px;
    width: 2px;
    height: 67px;
    background: #6e7172;
  }
  .info__left__price {
    width: 250px;
    position: relative;
    color: #bc5868;
    text-align: right;
    font-weight: 500;
    line-height: 1;
  }
  .info__left__price .num {
    font-size: 73px;
  }
  .info__left__price .yen {
    font-size: 42px;
  }
  .info__left__price .tax {
    position: absolute;
    top: 10px;
    right: -10px;
    color: #6e7172;
    font-size: 15px;
    font-weight: 500;
  }
  .info__btn {
    width: 468px;
  }
}
/*==============================================================================
info
============================================================================= */
@media screen and (max-width: 768px) {
  .info--bg {
    padding: 0.9rem 0 0.5rem;
    background-color: #f6dad6;
  }
  .info__logo {
    width: 2.92rem;
    margin: 0 auto;
  }
  .info__ttl01 {
    text-align: center;
    font-size: 0.4rem;
    font-weight: 500;
    margin-top: 0.3rem;
  }
  .info__ttl01 .small {
    display: block;
    font-size: 0.26rem;
    font-weight: 500;
  }
  .info__item {
    padding-bottom: 0.8rem;
    background-color: #f6dad6;
  }
  .info__item:first-child {
    margin-top: 0;
  }
  .info__head {
    min-height: 3rem;
    background-color: #d3a098;
  }
  .info__head__inner {
    position: relative;
    padding: 0.4rem 0 0 2.9rem;
    color: #ffffff;
  }
  .info__img01 {
    width: 2.68rem;
    position: absolute;
    z-index: 2;
    top: 0.05rem;
    left: 0;
  }
  .info__en {
    color: #f6dad6;
    padding-top: 0.1rem;
    font-size: 0.33rem;
    font-weight: 400;
  }
  .info__en.pro.small {
    font-size: 0.3rem;
  }
  .info__ttl02 {
    margin-top: 0.1rem;
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 1.3;
  }
  .info__ttl02.big {
    font-size: 0.47rem;
  }
  .info__circle {
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1rem;
    height: 1rem;
    color: #d3a098;
    font-size: 0.26rem;
    font-weight: 500;
    background-color: #ffffff;
    border-radius: 50%;
  }
  .info__box {
    margin-top: -0.5rem;
    padding: 0.6rem 0 0;
    border-radius: 0.2rem;
    background-color: #ffffff;
  }
  .info__ttl03 {
    font-size: 0.32rem;
    font-weight: 500;
    text-align: center;
  }
  .info__btn01 {
    position: relative;
    z-index: 2;
    width: 5.9rem;
    margin: 0.35rem auto -0.25rem;
  }
  .info__btn01 .on {
    display: block;
  }
  .info__btn01 .off {
    display: none;
  }
  .info__btn01.open .on {
    display: none;
  }
  .info__btn01.open .off {
    display: block;
  }
  .info__middle {
    display: none;
    padding: 0.6rem 0;
    background-color: #f6f3f3;
  }
  .info__ttl04 {
    font-size: 0.3rem;
    font-weight: 500;
    text-align: center;
  }
  .info__ttl04.pink {
    color: #d3a098;
  }
  .info__list02 {
    width: 5.9rem;
    margin: -0.1rem auto;
  }
  .info__item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.4rem;
  }
  .info__item02__num {
    width: 0.7rem;
  }
  .info__item02__ttl {
    width: 4.9rem;
    font-size: 0.2rem;
    letter-spacing: 0;
    font-weight: 500;
  }
  .info__item02__ttl .big {
    display: inline-block;
    margin-top: 0.05rem;
    font-size: 0.29rem;
    letter-spacing: 0.04em;
  }
  .info__low {
    padding: 0.6rem 0.4rem;
  }
  .info__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    margin: 0.1rem auto 0;

  }
  .info__left__txt {
    position: relative;
    display: table;
    text-align: center;
    font-size: 0.26rem;
    line-height: 1.3;
    margin-right: 0.3rem;
    padding-top: 0.05rem;
  }
  .info__left__txt.left {
    margin-left: -0.1rem;
  }
  .info__left__txt .small {
    font-size: 0.2rem;
  }
  .info__left__txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -0.25rem;
    width: 0.01rem;
    height: 0.8rem;
    background: #6e7172;
  }
  .info__left__price {
    width: 3.1rem;
    margin: 0 0 0 0.2rem;
    position: relative;
    color: #bc5868;
    text-align: right;
    font-weight: 500;
    line-height: 1;
  }
  .info__left__price .num {
    font-size: 0.95rem;
    line-height: 1.1;
  }
  .info__left__price .yen {
    font-size: 0.45rem;
  }
  .info__left__price .tax {
    position: absolute;
    top: 0.2rem;
    letter-spacing: 0;
    right: -0.09rem;
    color: #6e7172;
    font-size: 0.16rem;
    font-weight: 500;
  }
  .info__btn {
    margin-top: 0.4rem;
  }
  _::-webkit-full-page-media,
_:future,
:root .info__item02__ttl .big {
    font-size: 0.26rem;
  }
  _::-webkit-full-page-media,
_:future,
:root .info__left__price .num {
    font-size: 0.85rem;
  }
}
/*==============================================================================
faq
============================================================================= */
@media screen and (min-width: 769px) {
  .faq--bg {
    padding: 90px 0 130px;
  }
  .faq__ttl {
    font-size: 66px;
    text-align: center;
    color: #d3a098;
  }
  .faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .faq__item {
    width: 470px;
    margin-top: 50px;
  }
  .faq__question {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 82px;
    padding-left: 70px;
    background-color: #d3a098;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.4;
  }
  .faq__question::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    width: 29px;
    height: 37px;
    background-image: url(../images/faq_txt01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .faq__question .btn {
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 17px;
    width: 50px;
    color: #ffffff;
    font-size: 16px;
  }
  .faq__question .btn::before, .faq__question .btn::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
  }
  .faq__question .btn::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .faq__question .btn.open::after {
    content: none;
  }
  .faq__answer {
    display: none;
    position: relative;
    padding: 25px 116px 0 70px;
    font-size: 19px;
    color: #d3a098;
  }
  .faq__answer .note {
    display: block;
    margin-top: 15px;
    font-size: 12px;
  }
  .faq__answer::after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
    width: 28px;
    height: 28px;
    background-image: url(../images/faq_txt02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .faq__img01 {
    position: absolute;
    top: 30px;
    right: 0;
    width: 99px;
  }
  .faq__img01.num04 {
    width: 76px;
  }
}
/*==============================================================================
faq
============================================================================= */
@media screen and (max-width: 768px) {
  .faq--bg {
    padding: 1.3rem 0;
  }
  .faq__ttl {
    font-size: 0.7rem;
    letter-spacing: 0.07em;
    text-align: center;
    color: #d3a098;
  }
  .faq__list {
    margin-top: 0.1rem;
  }
  .faq__item {
    margin-top: 0.8rem;
  }
  .faq__question {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 1.13rem;
    padding-left: 1.05rem;
    background-color: #d3a098;
    font-size: 0.28rem;
    color: #ffffff;
    line-height: 1.4;
  }
  .faq__question::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.3rem;
    width: 0.35rem;
    height: 0.46rem;
    background-image: url(../images/faq_txt01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .faq__question .btn {
    text-align: center;
    position: absolute;
    bottom: 0.25rem;
    right: 0.15rem;
    width: 0.6rem;
    color: #ffffff;
    font-size: 0.18rem;
  }
  .faq__question .btn::before, .faq__question .btn::after {
    content: "";
    position: absolute;
    top: -0.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 0.2rem;
    height: 0.02rem;
    background: #ffffff;
  }
  .faq__question .btn::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .faq__question .btn.open::after {
    content: none;
  }
  .faq__answer {
    display: none;
    position: relative;
    padding: 0.25rem 1.9rem 0 1rem;
    font-size: 0.28rem;
    color: #d3a098;
  }
  .faq__answer .note {
    display: inline-block;
    margin-top: 0.1rem;
    font-size: 0.17rem;
    width: 5.6rem;
    letter-spacing: 0;
  }
  .faq__answer::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.4rem;
    left: 0.3rem;
    width: 0.35rem;
    height: 0.34rem;
    background-image: url(../images/faq_txt02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .faq__img01 {
    position: absolute;
    top: 0.3rem;
    right: 0;
    width: 1.68rem;
  }
  .faq__img01.num04 {
    width: 0.82rem;
    right: 0.4rem;
  }
}
/*==============================================================================
product
============================================================================= */
@media screen and (min-width: 769px) {
  .product--bg {
    padding: 95px 0 120px;
    background-color: #a1c1d6;
    background-image: url(../images/product_bg01.png);
    background-repeat: no-repeat;
    background-size: 2000px;
    background-position: top center;
  }
  .product__ttl01 {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
  }
  .product__ttl01 .big {
    font-size: 54px;
  }
  .product__item {
    margin-top: 100px;
  }
  .product__item:nth-child(2) {
    margin-top: 140px;
  }
  .product__box {
    position: relative;
    padding: 34px 50px 44px;
    border-radius: 20px;
    background-color: #ffffff;
  }
  .product__box--num02 {
    padding-top: 103px;
  }
  .product__flex {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .product__img01 {
    position: absolute;
    top: -80px;
    left: 0;
    width: 328px;
  }
  .product__img01.num02 {
    top: -56px;
    left: -37px;
    width: 417px;
  }
  .product__ttl03 {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 908px;
  }
  .product__right {
    width: 479px;
  }
  .product__ttl02 {
    position: relative;
    font-size: 32px;
    letter-spacing: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #6e7172;
    line-height: 1.3;
  }
  .product__ttl02 .text {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    font-size: 18px;
  }
  .product__ttl02 .num02-small {
    font-size: 26px;
  }
  .product__ttl02 .small {
    font-size: 18px;
  }
  .product__info {
    position: relative;
    margin-top: 20px;
  }
  .product__comment {
    position: absolute;
    top: -3px;
    left: 16px;
    width: 115px;
  }
  .product__normal {
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
  .product__normal .num {
    position: relative;
    display: inline-block;
    font-size: 34px;
  }
  .product__normal .num::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    display: block;
    width: 130%;
    height: 1px;
    background: #bc5868;
  }
  .product__normal .yen {
    font-size: 20px;
  }
  .product__normal .tax {
    font-size: 16px;
  }
  .product__now {
    width: 370px;
    margin-left: auto;
    position: relative;
    color: #bc5868;
    text-align: right;
    font-weight: 500;
    line-height: 1;
  }
  .product__now .num {
    font-size: 110px;
  }
  .product__now .yen {
    font-size: 61px;
  }
  .product__now .tax {
    position: absolute;
    top: 30px;
    right: 0;
    color: #6e7172;
    font-size: 14px;
    font-weight: 500;
  }
  .product__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
  }
  .product__item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 234px;
    margin-top: 7px;
    padding: 5px;
    line-height: 1.4;
    border: 1px solid rgba(110, 113, 114, 0.3019607843);
    font-size: 13px;
    font-weight: 500;
    background-color: #ffffff;
  }
  .product__item02 .alert {
    font-size: 10px;
    vertical-align: top;
  }
  .product__low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 920px;
    margin-top: -60px;
  }
  .product__low.num02 {
    margin-top: -35px;
  }
  .product__comment02 {
    width: 392px;
    -webkit-transform: translateX(-45px);
            transform: translateX(-45px);
  }
  .product__btn01 {
    width: 512px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .product__note {
    margin-top: 10px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
}
/*==============================================================================
product
============================================================================= */
@media screen and (max-width: 768px) {
  .product--bg {
    padding: 1.3rem 0;
    background-color: #a1c1d6;
    background-image: url(../images/product_bg01_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .product__ttl01 {
    font-size: 0.4rem;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
  }
  .product__ttl01 .big {
    font-size: 0.6rem;
  }
  .product__item {
    margin-top: 0.55rem;
  }
  .product__item:nth-child(2) {
    margin-top: 2.2rem;
  }
  .product__box {
    position: relative;
    padding: 0.28rem 0.4rem 0.5rem;
    border-radius: 0.2rem;
    background-color: #ffffff;
  }
  .product__box--num02 {
    padding-top: 0.9rem;
  }
  .product__flex.second {
    margin: 1.7rem 0 0;
  }
  .product__img01 {
    position: absolute;
    top: 0.5rem;
    left: -0.3rem;
    width: 2.68rem;
  }
  .product__img01.num02 {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin-top: 0.65rem;
  }
  .product__ttl03 {
    position: absolute;
    top: -1.2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6.2rem;
  }
  .product__right {
    width: 3.9rem;
    margin-left: auto;
  }
  .product__right-sp {
    width: 3.8rem;
    margin: 0.2rem 0 0.14rem auto;
  }
  .product__right.num02 {
    width: 100%;
  }
  .product__ttl02 {
    font-size: 0.28rem;
    letter-spacing: 0;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #6e7172;
  }
  .product__ttl02 .small {
    font-size: 0.17rem;
    display: block;
    text-align: right;
    padding-right: 0.33rem;
  }
  .product__ttl02.num02 {
    display: none;
  }
  .product__info {
    position: relative;
    margin-top: 0.2rem;
  }
  .product__info-sp {
    margin-top: 0.2rem;
  }
  .product__comment {
    position: absolute;
    top: 0.1rem;
    left: 0.05rem;
    width: 1rem;
  }
  .product__comment.num02 {
    top: 0;
    width: 1rem;
  }
  .product__normal {
    text-align: right;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 1;
    margin-right: -0.15rem;
  }
  .product__normal .num {
    position: relative;
    display: inline-block;
    font-size: 0.37rem;
  }
  .product__normal .num::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    display: block;
    width: 130%;
    height: 0.01rem;
    background: #bc5868;
  }
  .product__normal .yen {
    font-size: 0.23rem;
  }
  .product__normal .tax {
    letter-spacing: 0;
    font-size: 0.16rem;
  }
  .product__normal.num02 {
    display: block;
    width: 2.1rem;
    position: absolute;
    left: 1.2rem;
    top: 0.3rem;
    margin-right: 0;
    text-align: left;
  }
  .product__normal.num02 .tax {
    letter-spacing: 0;
    font-size: 0.12rem;
  }
  .product__now {
    margin-left: auto;
    position: relative;
    color: #bc5868;
    text-align: right;
    font-weight: 500;
    line-height: 1;
  }
  .product__now .num {
    font-size: 0.9rem;
  }
  .product__now .yen {
    font-size: 0.48rem;
  }
  .product__now .tax {
    position: absolute;
    top: 0.2rem;
    right: -0.09rem;
    letter-spacing: 0;
    color: #6e7172;
    font-size: 0.17rem;
    font-weight: 500;
  }
  .product__list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.3rem;
  }
  .product__item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 2.9rem;
    margin-top: 0.08rem;
    padding: 0.08rem;
    line-height: 1.4;
    border: 0.01rem solid rgba(110, 113, 114, 0.3019607843);
    background-color: #ffffff;
  }
  .product__item02 p {
    font-size: 0.17rem;
    letter-spacing: 0;
    font-weight: 500;
  }
  .product__item02 p .alert {
    display: inline-block;
    font-size: 0.1rem;
    vertical-align: top;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-left: -0.03rem;
  }
  .product__comment02 {
    margin-top: 0.4rem;
  }
  .product__btn01 {
    margin-top: 0.3rem;
  }
  .product__note {
    margin-top: 0.2rem;
    font-size: 0.17rem;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  _::-webkit-full-page-media,
_:future,
:root .product__now .num {
    font-size: 0.8rem;
  }
}
/*==============================================================================
flow
============================================================================= */
@media screen and (min-width: 769px) {
  .flow--bg01 {
    padding: 140px 0 100px;
  }
  .flow__head {
    position: relative;
    padding-left: 380px;
  }
  .flow__ttl01 {
    font-size: 44px;
    text-align: center;
  }
  .flow__img01 {
    width: 430px;
    position: absolute;
    left: 0;
    top: -80px;
  }
  .flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .flow__item {
    width: 280px;
    position: relative;
  }
  .flow__item:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 100px;
    right: -35px;
    width: 23px;
    height: 57px;
    background-image: url(../images/flow_arrow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .flow__ttl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    font-size: 24px;
    height: 49px;
    border-radius: 5px;
    background-color: #aeb7ba;
  }
  .flow__ttl02--num02 {
    margin-top: 80px;
  }
  .flow__item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 57px;
    height: 59px;
    margin: 30px auto 0;
  }
  .flow__item__txt {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
  }
  .flow__dl {
    margin-top: 30px;
  }
  .flow__dl dt {
    font-size: 16px;
  }
  .flow__dl dd {
    margin-top: 5px;
    font-size: 14px;
  }
  .flow--bg02 {
    padding: 60px 0;
    background-color: #eceded;
  }
  .flow__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow__flex__img {
    width: 435px;
    margin-right: 40px;
  }
  .flow__flex__ttl {
    font-size: 32px;
  }
  .flow__flex__txt {
    margin-top: 15px;
    font-size: 22px;
  }
  .flow__flex__tel {
    margin-top: 15px;
    width: 433px;
  }
}
/*==============================================================================
flow
============================================================================= */
@media screen and (max-width: 768px) {
  .flow--bg01 {
    padding: 0.9rem 0 0.8rem;
  }
  .flow__ttl01 {
    font-size: 0.38rem;
    text-align: center;
  }
  .flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.5rem;
  }
  .flow__item {
    width: 3.2rem;
    position: relative;
  }
  .flow__item:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 1.2rem;
    right: -0.3rem;
    width: 0.27rem;
    height: 0.6rem;
    background-image: url(../images/flow_arrow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .flow__ttl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    font-size: 0.28rem;
    height: 0.52rem;
    border-radius: 0.05rem;
    background-color: #aeb7ba;
  }
  .flow__ttl02--num02 {
    margin-top: 0.5rem;
  }
  .flow__item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1rem;
    height: 0.96rem;
    margin: 0.2rem auto 0;
  }
  .flow__item__txt {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    text-align: center;
  }
  .flow__dl {
    margin-top: 0.3rem;
  }
  .flow__dl dt {
    font-size: 0.24rem;
  }
  .flow__dl dd {
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .flow--bg02 {
    padding: 0.55rem 0;
    background-color: #eceded;
  }
  .flow__btn01 {
    width: 6.1rem;
    margin: 0 auto;
  }
  .flow__note {
    margin-top: 0.3rem;
    color: #bc5868;
    text-align: center;
    font-size: 0.25rem;
  }
}
/*==============================================================================
guide
============================================================================= */
@media screen and (min-width: 769px) {
  .guide--bg01 {
    padding: 100px 0 90px;
  }
  .guide__flex {
    padding-right: 480px;
  }
  .guide__ttl01 {
    font-size: 32px;
  }
  .guide__img01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 435px;
  }
  .guide__flex__txt {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.7;
  }
  .guide__ttl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 91px;
    color: #ffffff;
    font-size: 32px;
    background-color: #626566;
  }
  .guide--bg02 {
    padding: 40px 0 70px;
  }
  .guide__flex02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .guide__box {
    width: 462px;
  }
  .guide__dl {
    margin-top: 55px;
  }
  .guide__dl:nth-of-type(1) {
    margin-top: 0;
  }
  .guide__dl dt {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #626566;
  }
  .guide__dl dd {
    margin-top: 10px;
  }
  .guide__txt01 {
    letter-spacing: 0;
    line-height: 1.6;
  }
  .guide__txt01 .link {
    display: inline-block;
    padding-bottom: 1px;
    line-height: 1;
    border-bottom: 1px solid #bc5868;
  }
  .guide__logo {
    margin: 15px 0;
  }
  .guide__note02 {
    margin-top: 20px;
    font-size: 12px;
  }
  .guide__txt02 {
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.4;
  }
  .guide__txt02 .small {
    font-size: 18px;
  }
  .guide__txt02 .guide__txt02--01 {
    line-height: 1.25;
  }
  .guide__txt02 .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    font-size: 16px;
    pointer-events: none;
  }
  .guide__txt02 .num {
    margin-right: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #bc5868;
  }
  .guide__link01 {
    display: table;
    margin: 15px auto 0;
    line-height: 1;
    font-size: 16px;
    color: #bc5868;
    border-bottom: 1px solid #bc5868;
  }
  .guide__link01:nth-of-type(1) {
    margin-top: 60px;
  }
}
/*==============================================================================
guide
============================================================================= */
@media screen and (max-width: 768px) {
  .guide--bg01 {
    padding: 0.9rem 0 1.1rem;
  }
  .guide__ttl01 {
    font-size: 0.38rem;
    text-align: center;
  }
  .guide__img01 {
    margin-top: 0.45rem;
  }
  .guide__flex__txt {
    margin-top: 0.45rem;
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .guide__ttl02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6.7rem;
    height: 0.9rem;
    margin: 0 auto;
    -webkit-box-shadow: 0 0.06rem 0 #8a989c;
            box-shadow: 0 0.06rem 0 #8a989c;
    border-radius: 0.05rem;
    background-color: #aeb7ba;
    color: #ffffff;
    font-size: 0.3rem;
  }
  .guide__ttl02::after {
    content: "";
    display: block;
    position: absolute;
    width: 0.16rem;
    height: 0.08rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    right: 0.3rem;
    background-image: url(../images/guide_arrow01_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .guide__ttl02.open::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .guide--bg02 {
    padding: 0rem 0 0rem;
  }
  .guide__dl {
    margin-top: 0.45rem;
  }
  .guide__dl dt {
    padding-bottom: 0.05rem;
    font-size: 0.26rem;
    font-weight: bold;
    border-bottom: 0.01rem solid #626566;
  }
  .guide__dl dd {
    margin-top: 0.15rem;
  }
  .guide__txt01 {
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 0.24rem;
  }
  .guide__txt01 .link {
    display: inline-block;
    padding-bottom: 0.02rem;
    line-height: 1;
    border-bottom: 0.01rem solid #bc5868;
  }
  .guide__logo {
    width: 4.6rem;
    margin: 0.25rem auto;
  }
  .guide__note02 {
    margin-top: 0.2rem;
    font-size: 0.24rem;
  }
  .guide__txt02 {
    margin-top: 0.15rem;
    font-size: 0.28rem;
  }
  .guide__txt02 .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.1rem;
    font-size: 0.23rem;
    pointer-events: none;
  }
  .guide__txt02 .num {
    margin-right: 0.2rem;
    font-size: 0.38rem;
    font-weight: bold;
    color: #bc5868;
  }
  .guide__link01 {
    display: table;
    margin: 0.3rem auto 0;
    line-height: 1;
    font-size: 0.26rem;
    color: #bc5868;
    border-bottom: 0.01rem solid #bc5868;
  }
  .guide__link01:nth-of-type(1) {
    margin-top: 0.6rem;
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (min-width: 769px) {
  .footer--bg {
    padding: 38px 0;
    background-image: url(../images/footer_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .footer__logo {
    display: block;
    width: 153px;
    margin: auto;
  }
  .footer__copyright {
    margin: 20px auto 0;
    width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .footer--bg {
    margin: 0.7rem 0 0;
    padding: 0.38rem 0;
    background-image: url(../images/footer_bg01_sp.png);
    background-repeat: no-repeat;
    background-position: top center;
  }
  .footer__logo {
    width: 1.63rem;
    margin: auto;
  }
  .footer__copyright {
    margin: 0.2rem auto 0;
    width: 2.9rem;
  }
}