@charset "utf-8";
/* CSS Document */
/*=========================================
COMMON
==========================================*/
body {
    font-size: 1rem;
    line-height: 1.6;
}
h1, h2, h3, h4 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    ;
    line-height: 1.2;
}
h1, h2 {
    color: #FB6464;
    font-weight: bold;
}
h1, h2 {
    font-size: 2.2rem
}
h2 {
    font-size: 2rem
}
h3, h4 {
    color: #79481D;
    font-weight: bold;
}
.no-gutters {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    padding: 0;
}
a {
    color:#FF4E54;
}
a:hover {
    color:#e70008;
    text-decoration: none;
}
.mx-8 {
    margin-right: 8rem;
    margin-left: 8rem;
}
/*.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}*/
.fadein {
    opacity : 0;
    transform: translateY(20px);
    transition: all 1s;
}
/*=========================================
FOOTER SETTING
==========================================*/
.footer-top {
    background-color: rgba(189,157,109,0.2);
}
.footer-info li:first-child {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 600;
}
.footer-bottom {
    background-color: #677644;
}
/*=========================================
MAIN IMAGE
==========================================*/
.main-img {
    position: relative;
    width: 100%;
    height: 800px;
    background: url("../img/main-img.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
}
.main-catch img {
    position: absolute;
    width: auto;
    height:80%;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.container.main-logo{
    padding:10px 15px 0 15px;
    margin:0 20px;
}
.main-logo img {
    height: 40px;
    width: auto;
}

/*=========================================
CONTENTS
==========================================*/

.contents {
    background-color: rgba(189,157,109,0.2);
    background-image: url("../img/hanawa.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.contents_wh {
    background-image: url("../img/hanawa.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.contents_pr {
    background-image: url("../img/bg_label.svg");
    background-repeat: repeat;
}
.contents_re {
    background-color: #F9EFE8;
}
.contents_pk {
    background-color: #F9E8E8;
}
.contents_gr > div h2 {
    color: #FFFFFF;
}
.feature_a {
    text-align: center;
}
.feature_a img {
    width: 100%
}
.feature_b {
    text-align: center;
}
.feature_b img {
    width: 95%;
    margin-bottom: 20px;
    border-radius: 50%;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}
.pict {
    text-align: center;
}
.pict img {
    width: 50%;
    height: auto;
    border-radius: 50%;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}
.col_gr {
    color: #677644
}
.col_br {
    color: #BD9D6D
}
.col_re {
    color: #BD5351
}

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

.product {
    text-align: center;
    font-size: 80%;
    font-weight: 600;
    color: #677644;
}
.product a:hover {
    opacity: 0.8;
}
.product img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.btn-buynow {
    line-height: 3;
    background-color: #FF4E54;
    color: #FFFFFF;
}
.btn-buynow:hover {
    background-color: #e70008;
    color: #FFFFFF;
}
.pict_shadow {
    padding-left: 5px;
    padding-right: 5px;
}
.pict_shadow img {
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}
.howto li:first-child {
    text-align: center;
    margin-bottom: 10px
}
.howto li:nth-child(2) {
    color: #79481D;
    text-align: center;
    font-size: 1.75rem;
}
.howto li:nth-child(3) {
    height: 7rem;
}
.howto li:nth-child(4) {
    text-align: center;
    margin-bottom: 30px;
}
.howto li:nth-child(5) {
    text-align:center;
    margin-bottom: 20px;
}
.howto li:nth-child(6) {
    margin-bottom: 20px;
    color: #79481D;
    text-align: center;
    font-size: 1.4rem;
}
.howto-product {
    border-radius: 50%;
}


.marker {
    background: linear-gradient(transparent 60%, #edde7b 60%);
    border-radius: 6px;
}
.marker-animation.active {
    background-position: -100% .7em;
}
.marker-animation {
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 1.5s ease;
}
.marker-color_p {
    font-weight: bold;
    font-size: 1.2rem;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,192,203) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,192,203) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,192,203) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,192,203) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,192,203) 50%);
}
.marker-color_y {
    font-size: 1.2rem;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,232,123) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,232,123) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,232,123) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,232,123) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,232,123) 50%);
}
.marker-color_b {
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,192,203) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,192,203) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,192,203) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,192,203) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,192,203) 50%);
}
.img_res {
    width: 70%;
    height: auto;
}
.li_voice {
    margin-top: 10px;
}
.li_voice li:first-child {
    color: #79481D;
    margin-bottom: 6px
}
.li_voice li:nth-child(2) {
    margin-bottom: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
}
.col-flex {
    display: flex;
    justify-content: space-around;
}
.col-flex img {
    width: 100%;
}
.txt-l {
    font-size: 1.2rem
}
.water {
    border-radius: 30px;
    padding: 40px;
    font-size: 0.9rem;
}
h2.title-voice {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
h2.title-voice:before, h2.title-voice:after {
    content: '';
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 45px;
    height: 4px;
    border-top: solid 1px #FB6464;
    border-bottom: solid 1px #FB6464;
}
h2.title-voice:before {
    left: 0;
}
h2.title-voice:after {
    right: 0;
}

@media (max-width: 992px) {
.main-img {
    height: 400px;
}
.main-catch img {
    max-width: 100%;
    top: 58%;
}
.main-logo img {
    height: 30px;
}
.br-lg {
    display: none;
}
.feature_b img {
    width: 60%
}
.buynow img {
    width: 100%;
}
.img_res {
    width: 30%;
    height: auto;
}
.howto {
    margin-bottom: 70px
}
.howto li:first-child img {
    width: 60%;
}
.howto li:nth-child(2) {
    font-size: 1.5rem;
}
.howto li:nth-child(3) {
    margin-bottom: 10px;
    text-align: center;
    height: auto;
}
.howto li:nth-child(4) {
    margin-bottom: 10px;
}
.howto li:nth-child(6) {
    margin-bottom: 10px;
    color: #79481D;
}
}
@media (max-width: 768px) {
h1, h2 {
    font-size: 1.6rem
}
h3 {
    font-size: 1.4rem;
}
}

@media (max-width: 576px) {
.main-img {
    height: 300px;
}
}