@charset "UTF-8";

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

#groomhint_maincontentsarea a:hover,
#groomhint_bnrarea a:hover{
    text-decoration: none !important;
}

a img:hover{
    opacity: 0.8;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

.pc_only {
    display: inline !important;
}

.sp_only {
    display: none !important;
}

.groomhint_section {
    width: 100%;
    text-align: center;
    margin-bottom: 6%;
}

.commonparts_box {
    padding: 0 !important;
}

#groomhint_maincontentsarea {
    width: 100%;
}

#groomhint_bnrarea {
    width: 100%;
}

/*---top---*/
#groomhint_top {
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fgroom%2Fhint%2Fimages%2Fpht00.png) top left;
    width: 100%;
    position: relative;
}

#groomhint_top h1 {
/*    width: 55.9%;*/
    display: inline-block;
    text-align: center;
    margin: 8% 0 5.73%;
}

#groomhint_top .groomhint__top__maintxt {
    width: 69.95%;
    margin: 0 auto 7.08%;
    text-align: center;
}

#groomhint_top .groomhint__top__start {
/*    width: 23.96%;*/
    display: inline-block;
    position: relative;
    margin-bottom: 8.75%;
}

#groomhint_top .groomhint__top__start__illust {
/*    width: 68.5%;*/
    position: absolute;
    top: 49%;
    left: -24%;
    pointer-events: none;
}

#groomhint_top .top__illust {
    position: absolute;
}
#groomhint_top .top__illust .top__illust__parts{
    position: relative;
}
#groomhint_top .top__illust01 {
    top: 85px;
    left: 37px;
}

#groomhint_top .top__illust02 {
    bottom: 154px;
    left: 45px;
}

#groomhint_top .top__illust03 {
    top: 55px;
    right: 42px;
}

#groomhint_top .top__illust04 {
    bottom: 172px;
    right: 39px;
}
#groomhint_top .top__illust04__mdl {
    position: relative;
    z-index: 3;
}
#groomhint_top .top__illust04__bbl {
    top: -29px;
    right: 126px;
    z-index: 2;
}
#groomhint_top .top__illust04__fkds {
    top: -72px;
    right: 200px;
    z-index: 1;
}

/*---question---*/
#groomhint_q {
    width: 100%;
    display: none;
}

#groomhint_q h1 {
    font-size: 26.25px;
    text-align: center;
    margin: 2% 0 6%;
}

.marker {
    font-size: 32.8px;
    background: linear-gradient(transparent 70%, #fff98e 30%);
}

#groomhint_q .groomhint_section__inner {
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fgroom%2Fhint%2Fimages%2Fpht00.png) top left;
    width: 100%;
    padding-top: 9%;
    padding-bottom: 9%;
    position: relative;
    overflow: hidden;
}
.groomhint_q_contents{
    width: 100%;
    position: absolute;
    left: 0;
}
#groomhint_q .groomhint_q_icon {
    
    text-align: center;
    position: relative;
    margin-bottom: 4.4%;
}
#groomhint_q .groomhint_q_icon > img{
    width: 5.62%;
}

#groomhint_q .groomhint_q_flower {
    position: absolute;
    top: -60%;
    right: 10%;
}
#groomhint_q .groomhint_q_flower > img{
    width: 50%;
}
#groomhint_q .groomhint_q_question {
    font-size: 26.25px;
    text-align: center;
    margin-bottom: 6%;
    position: relative;
}

#groomhint_q .groomhint_q_stack {
    width: 76%;
    margin: 0 auto 3.12%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    position: relative;
}

#groomhint_q .groomhint_q_answerbtn01 {
    width: 47.26%;
    background: #7bc278;
    border-radius: 20px;
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    padding: 3% 0;
    box-shadow: 0 12px #c1e5d4;
    margin-bottom: 7%;
    transition: 0.2s all ease 0s;
    position: relative;
}
#groomhint_q .groomhint_q_answerbtn01:before {
    content: ">";
    line-height: .4;
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 15px;
}
#groomhint_q .groomhint_q_answerbtn01:hover{
    background: #6fae6c;
}
#groomhint_q .groomhint_q_answerbtn01:active{
    box-shadow: none;
    transform: translate3d(0, 12px, 0);
}
#groomhint_q .groomhint_q_answerbtn02 {
    width: 47.26%;
    background: #3ea6ce;
    border-radius: 20px;
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    padding: 3% 0;
    box-shadow: 0 12px #afdcef;
    margin-bottom: 7%;
    transition: 0.2s all ease 0s;
    position: relative;
}
#groomhint_q .groomhint_q_answerbtn02:before{
    content: ">";
    line-height: .4;
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 15px;
}
#groomhint_q .groomhint_q_answerbtn02:hover{
    background: #3999be;
}
#groomhint_q .groomhint_q_answerbtn02:active{
    box-shadow: none;
    transform: translate3d(0, 12px, 0);
}
#groomhint_q .groomhint_q_return_wrap{
    width: 76%;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
#groomhint_q .groomhint_q_return {
    display: inline-block;
    width: 18%;
    font-size: 1.8rem;
}

#groomhint_q .groomhint_q_return:before {
    content: "";
    display: inline-block;
    width: 29px;
    height: 25px;
    padding-right: 1%;
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fgroom%2Fhint%2Fimages%2Fq_pht04.png) no-repeat;
    background-size: contain;
    position: relative;
    top: .6vw;
}

/*---rlt---*/
#groomhint_rlt {
    width: 100%;
    display: none;
}

#groomhint_rlt h1 {
    font-size: 26.25px;
    text-align: center;
    margin: 2% 0 6%;
}

#groomhint_rlt .groomhint_section__inner {
    background: url(https://toto.imagewave.pictures/%2Fproducts%2Fgroom%2Fhint%2Fimages%2Fpht00.png) top left;
    width: 100%;
    padding-top: 4.6%;
    padding-bottom: 2%;
    position: relative;
}

#groomhint_rlt .groomhint_section {
    padding-top: 4.6%;
}

#groomhint_rlt .groomhint_rlt-title {
    width: 100%;
    text-align: center;
    margin-bottom: 3.4%;
}
#groomhint_rlt .groomhint_rlt-title img{
    width: 41.5%;
}

#groomhint_rlt h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
    opacity: 0;
    transform: translateY(20px);
/*    transition: 1s;*/
}
#groomhint_rlt h2 img{
    width: 20.63%;
}
#groomhint_rlt .groomhint_r_icon{
    position: absolute;
    top: 70px;
    opacity: 0;
    transition: 1s;
}
#groomhint_rlt h1 img {}

#groomhint_rlt .groomhint_itemdatail {
    width: 100%;
    text-align: center;
    margin-bottom: 1.7%;
    font-size: 20px;
    opacity: 0;
    transition: 1s;
}

#groomhint_rlt .groomhint_itemimage {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2.2%;
    opacity: 0;
    transition: 1s;
}
#groomhint_rlt .groomhint_itemimage img{
    box-shadow: 10px 10px 10px rgba(22,71,95,.2);
}
#groomhint_rlt .groomhint_itemspec {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 4.3%;
    opacity: 0;
    transition: 1s;
}

#groomhint_rlt .groomnint_r_stack {
    width: 58%;
    margin: 0 auto 3.9%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 6.8%;
    opacity: 0;
    transition: 1s;
}

#groomhint_rlt .groomhint_r_btn01 {
    width: 46.43%;
    display: block;
    background: #13449d;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    padding: 2% 0;
    box-shadow: 0 10px #a3bddf;
    transition: 0.2s all ease 0s;
}
#groomhint_rlt .groomhint_r_btn01:hover{
    background: #113c8b;
}
#groomhint_rlt .groomhint_r_btn01:active{
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
}

#groomhint_rlt .groomhint_r_btn02 {
    width: 46.43%;
    background: #8a9395;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    padding: 2% 0;
    box-shadow: 0 10px #c6d6dd;
    transition: 0.2s all ease 0s;
}
#groomhint_rlt .groomhint_r_btn02:hover{
    background: #7c8486;
}
#groomhint_rlt .groomhint_r_btn02:active{
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
}

#groomhint_rlt .ann {
    font-size: 12px;
}

/*---bnr area---*/
#groomhint_bnrarea {
    width: 100%;
}

#groomhint_bnrarea h2 {
    font-size: 2.4rem;
    text-align: center;
}

#groomhint_bnrarea h2:after {
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    padding-bottom: 1%;
    margin-bottom: 1%;
}

#groomhint_bnrarea .groomhint_bnrarea__stack {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#groomhint_bnrarea li {
    display: block;
    width: 32.5%;
    margin-top: 1.5%;
}

/*---button action---*/
.btn-action {
    margin: 0 auto;
}

.btn-action img {
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes anime1 {
    from {
        transform: scale(0.95, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

@media screen and (max-width: 736px) {
    img {
        width: 100%;
    }

    .fL {
        float: none;
    }

    .fR {
        float: none;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }

    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: inline !important;
    }

    /*---top---*/

    #groomhint_top h1 {
        width: 80%;
        margin: 15% 0;
    }

    #groomhint_top .groomhint__top__maintxt {
        width: 90%;
        margin: 0 auto 12%;
    }

    #groomhint_top .groomhint__top__start {
        width: 50%;
    }

    #groomhint_top .groomhint__top__start__illust {
        width: 27vw;
        position: absolute;
        top: 49%;
        left: -24%;
    }

    /*---question---*/

    #groomhint_q.groomhint_section {
/*        padding-top: 4vw;*/
    }

    #groomhint_q h1 {
        font-size: calc(18.75px + ((1vw - 3.75px)*0.818));
        margin: 0 0 5%;
    }

    .marker {
        font-size: calc(26.25px + ((1vw - 3.75px)*1.494));
    }

    #groomhint_q .groomhint_section__inner {
        padding-top: 9%;
    }

    #groomhint_q .groomhint_q_icon {
        width: 10%;
        margin: 0 auto 5vw;
    }
    #groomhint_q .groomhint_q_icon > img {
        width: 100%;
    }
    #groomhint_q .groomhint_q_flower {
        width: 200%;
        position: absolute;
        top: -5vw;
        right: -37vw;
    }
    #groomhint_q .groomhint_q_flower > img {
        width: 100%;
    }
    #groomhint_q .groomhint_q_flower2 {
        width: 200%;
        position: absolute;
        top: -5vw;
        left: -42vw;
    }
    #groomhint_q .groomhint_q_question {
        font-size: calc(18.75px + ((1vw - 3.75px)*0.818));
        text-align: center;
        margin-bottom: 6%;
    }

    #groomhint_q .groomhint_q_stack {
        width: 90%;
        margin: 0 auto 12%;
        display: block;
    }

    #groomhint_q .groomhint_q_answerbtn01 {
        width: 100%;
        font-size: calc(18px + ((1vw - 3.75px)*1.558));
        padding: 3% 10%;
    }
    #groomhint_q .groomhint_q_answerbtn01:before {
        right: 10px;
    }
    #groomhint_q .groomhint_q_answerbtn02 {
        width: 100%;
        font-size: calc(18px + ((1vw - 3.75px)*1.558));
        padding: 3% 10%;
    }
    #groomhint_q .groomhint_q_answerbtn02:before {
        right: 10px;
    }
    #groomhint_q .groomhint_q_return_wrap {
        width: 90%;
    }
    #groomhint_q .groomhint_q_return {
        width: 36%;
        font-size: 1.8rem;
    }

    #groomhint_q .groomhint_q_return:before {
        content: "";
        display: inline-block;
        width: 33px;
        height: 25px;
        padding-right: 1%;
        background: url(https://toto.imagewave.pictures/%2Fproducts%2Fgroom%2Fhint%2Fimages%2Fq_pht04.png) no-repeat;
        background-size: contain;
        position: relative;
        top: .6vw;
    }

    /*---rlt---*/
    #groomhint_rlt h1 {
        font-size: calc(18.75px + ((1vw - 3.75px)*0.818));
        margin: 4% 0 5%;
    }

    #groomhint_rlt .groomhint_section__inner {
        padding-top: 8%;
        padding-bottom: 2%;
    }

    #groomhint_rlt .groomhint_section {
        padding-top: 4.6%;
    }

    #groomhint_rlt .groomhint_rlt-title {
        margin-bottom: 5%;
    }

    #groomhint_rlt .groomhint_rlt-title img {
        width: 70%;
    }

    #groomhint_rlt h2 {
        margin-bottom: 3.9%;
    }

    #groomhint_rlt h2 img {
        width: 30%;
    }

    #groomhint_rlt .groomhint_itemdatail {
        margin-bottom: 5%;
        font-size: calc(14px + ((1vw - 3.75px)*1.558));
    }

    #groomhint_rlt .groomhint_itemimage {
        width: 100%;
        margin-bottom: 2.2%;
    }

    #groomhint_rlt .groomhint_itemspec {
        font-size: 14px;
        margin-bottom: 4.3%;
    }

    #groomhint_rlt .groomnint_r_stack {
        width: 90%;
        margin: 0 auto 3.9%;
        display: block;
        margin-bottom: 6.8%;
    }

    #groomhint_rlt .groomhint_r_btn01 {
        width: 100%;
        font-size: calc(18px + ((1vw - 3.75px)*1.558));
        padding: 3% 0;
        margin-bottom: 7%;
    }

    #groomhint_rlt .groomhint_r_btn02 {
        width: 100%;
        font-size: calc(18px + ((1vw - 3.75px)*1.558));
        padding: 3% 0;
    }

    #groomhint_rlt .ann {
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
    }

    /*---bnr area---*/
    #groomhint_bnrarea h2 {
        font-size: calc(18px + ((1vw - 3.75px)*1.769));
    }

    #groomhint_bnrarea .groomhint_bnrarea__stack {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    #groomhint_bnrarea li {
        width: 90%;
        margin: 4% auto 0;
    }
}

@media screen and (max-width: 375px) {
    #groomhint_bnrarea h2 {
        font-size: 18px;
    }

    #groomhint_q h1 {
        font-size: 18.75px;
        text-align: center;
        margin: 0 0 5%;
    }

    #groomhint_q h1 .marker {
        font-size: 26.25px;
    }

    #groomhint_q .groomhint_q_question {
        font-size: 18.75px;
    }

    #groomhint_q .groomhint_q_answerbtn01 {
        font-size: 18px;
    }

    #groomhint_q .groomhint_q_answerbtn02 {
        font-size: 18px;
    }

    #groomhint_rlt .groomhint_itemdatail {
        font-size: 14px;
    }
}
