html {
    box-sizing: border-box;
    font-size: 62.5%;
}

@media screen and (min-width: 821px) and (max-width: 1536px) {
    html {
        font-size: 0.65vw;
    }
}

@media screen and (max-width: 820px) {
    html {
        font-size: 1.3vw;
    }
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

/* #overray {
    position: fixed;
    z-index: 2;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100vh;
    background: #000000;
} */

.lp_style * {
    box-sizing: border-box;
    z-index: 1;
}

.lp_style {
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    line-height: 1;
    font-weight: 400;
    overflow: hidden;
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
}

.lp_style button {
    background: transparent;
    padding: 0;
    margin: 0;
}

.lp_style ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp_style a {
    text-decoration: none;
}

.lp_style img {
    max-width: 100%;
    vertical-align: bottom;
}

.sp_only {
    display: none !important;
}



@font-face {
    font-family: "myFont";
    src: url("../font/ume-ugo5.eot?") format('eot'),
        url("../font/ume-ugo5.woff2") format('woff2'),
        url("../font/ume-ugo5.woff") format('woff');
}



@media screen and (max-width: 820px) {
    .space {
        display: none;
    }
}

@media screen and (min-width:751px),
print {
    .pc_only {
        display: block !important;
    }
}

@media screen and (max-width:820px),
print {
    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: block !important;
    }
}

.inner {
    width: 120rem;
    margin: 0 auto;
}

@media screen and (max-width: 820px) {
    .inner {
        width: calc(100% - 8rem);
        margin: 0 auto;
    }
}


.TextGroup {
    display: inline-block;
}


#absorption-of-water {
    padding-bottom: 10rem;
}

/*---------------------------------
  
    MainVisual

---------------------------------*/



/*---------------------------------
    Introduction
---------------------------------*/
#Introduction {
    position: relative;
    padding: 10rem 0 8rem;
    color: #fff;
}

@media screen and (max-width: 820px) {
    #Introduction {
        padding: 12rem 0 10rem;
    }
}

#Introduction .intro-bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6756d;
}

#absorption-of-water #Introduction .inner {
    padding: 0;
}

#Introduction .Introduction_ttl {
    z-index: 1;
    position: relative;
    margin: 0 auto 6rem;
    font-size: 4.4rem;
    letter-spacing: .08em;
    line-height: 1;
    text-align: center;
}


@media screen and (max-width: 820px) {
    #Introduction .Introduction_ttl {
        font-size: 4.8rem;
        letter-spacing: normal;
        line-height: 1.45;
    }
}

#Introduction .Introduction_ttl::before,
#Introduction .Introduction_ttl::after {
    content: "";
    display: block;
    position: absolute;
}

#Introduction .Introduction_ttl::before {
    background: url(./../img/intro_deco-l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 21.6rem;
    height: 24rem;
    top: -4.6rem;
    left: -7rem;
}

@media screen and (max-width: 820px) {

    #Introduction .Introduction_ttl::before {
        display: block;
        position: static;
        width: 66.4rem;
        height: 26.6rem;
        background: url(./../img/intro_deco-sp.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

}

#Introduction .Introduction_ttl::after {
    background: url(./../img/intro_deco-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25.1rem;
    height: 29.2rem;
    top: -4.6rem;
    right: -7.8rem;
}

@media screen and (max-width: 820px) {
    #Introduction .Introduction_ttl::after {
        display: none;
    }
}

#Introduction .Introduction_info {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: .1em;
    text-align: center;
}

@media screen and (max-width: 820px) {
    #Introduction .Introduction_info {
        position: relative;
        font-size: 2.4rem;
        line-height: 2;
    }
}


#Introduction .Introduction_info .TextGroup {
    display: block;
}


/*---------------------------------
    common
---------------------------------*/
.sec_ttl {
    text-align: center;
}

.sec_ttl .sec_ttl_txt {
    position: relative;
    display: inline-block;
    padding: 0 0 2rem;
    border-bottom: 4px solid #f6756d;
    font-size: 4rem;
    letter-spacing: .08em;
    line-height: 1;
    font-family: "myFont";
}

@media screen and (max-width: 820px) {
    .sec_ttl .sec_ttl_txt {
        font-size: 4.4rem;
    }
}


.sec_ttl .sec_ttl_txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: #f6756d transparent transparent transparent;
}


#absorption-of-water section .inner {
    padding: 11.5rem 0 12rem;
}

@media screen and (max-width: 820px) {
    #absorption-of-water section .inner {
        padding: 12rem 0;
    }
}

#absorption-of-water section .sec_txt {
    margin-top: 6rem;
}

.sec_txt {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: .1em;
    text-align: center;
}

@media screen and (max-width: 820px) {
    .sec_txt {
        font-size: 2.4rem;
        text-align: left;
    }
}

.sec_txt .TextGroup {
    display: block;
}

@media screen and (max-width: 820px) {
    .sec_txt .TextGroup {
        display: inline;
    }
}

.making_images {
    margin-top: 6rem;
    font-size: 0;
    letter-spacing: 0;
}

.making_images .making_img {
    width: 59rem;
    display: inline-block;
}

@media screen and (max-width: 820px) {
    .making_images .making_img {
        width: 100%;
    }
}

.making_images .making_img:nth-of-type(odd) {
    margin-right: 1rem;
}

.making_images .making_img:nth-of-type(even) {
    margin-left: 1rem;
}

@media screen and (max-width: 820px) {
    .making_images .making_img:nth-of-type(odd) {
        margin-right: 0;
    }

    .making_images .making_img:nth-of-type(even) {
        margin-left: 0;
    }

    .making_images .making_img:nth-of-type(n+2) {
        margin-top: 3rem;
    }
}

.making_images .making_img img {
    display: block;
}

.sec02_bg,
.sec04_bg,
.sec06_bg {
    background: #fff5f4;
}

.sec02_bg .sec_cta a,
.sec04_bg .sec_cta a,
.sec06_bg .sec_cta a {
    background: #fff;
}

.q_group {
    margin: 8rem auto 6rem;
    background: #ffe2df;
    border-radius: 1rem;
    padding: 7rem;
}

@media screen and (max-width: 820px) {
    .q_group {
        margin: 3rem auto;
        background: #ffe2df;
        border-radius: 1rem;
        padding: 5rem;
        text-align: center;
    }

    .q_group:first-of-type {
        margin: 6rem auto 3rem;
    }
}

.q_group_dt {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.8rem;
    letter-spacing: .1em;
    color: #ee5d54;
    font-weight: 500;
    margin-bottom: 2.5rem;
}


@media screen and (max-width: 820px) {
    .q_group_dt {
        font-size: 3.4rem;
        line-height: 1.47;
        margin-bottom: 2.5rem;
    }
}

.q_group_dt::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 2rem;
    width: 2.3rem;
    height: 2.3rem;
    background: url(./../img/check_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.q_group_dd {
    font-size: 2rem;
    color: #333;
    line-height: 2;
    letter-spacing: .1em;
    margin: 0;
}

@media screen and (max-width: 820px) {
    .q_group_dd {
        font-size: 2.4rem;
        text-align: left;
    }
}

.sec_photo {
    margin: 8rem auto 6rem;
}

.sec_photo img {
    width: 100%;
}

.sec_photo_catch {
    font-size: 2.4rem;
    color: #f6756d;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: .1em;
}

@media screen and (max-width: 820px) {
    .sec_photo_catch {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        font-size: 2.2rem;
        line-height: 1.7;
        text-align: center;
        margin-bottom: 2.8rem;
    }
}

.sec_photo_catch::before,
.sec_photo_catch::after {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 2.1rem;
}

@media screen and (max-width: 820px) {

    .sec_photo_catch::before,
    .sec_photo_catch::after {
        content: "";
        display: inline-block;
        width: 1rem;
        height: 1.7rem;
    }
}


.sec_photo_catch::before {
    margin-right: 1.5rem;
    background: url(./../img/catch-deco-l.png);
}

.sec_photo_catch::after {
    margin-left: 1.5rem;
    background: url(./../img/catch-deco-r.png);
}

@media screen and (max-width: 820px) {
    .sec_photo_catch::before {
        margin-right: 1.5rem;
        background: url(./../img/catch-deco-l.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sec_photo_catch::after {
        margin-left: 1.5rem;
        background: url(./../img/catch-deco-r.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.sec_cta.col02 {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 820px) {
    .sec_cta.col02 {
        flex-wrap: wrap;
    }
}

.sec_cta.col02 a {
    margin: 0;
}

.sec_cta.col02 a:nth-of-type(odd) {
    margin-right: 1rem;
}

.sec_cta.col02 a:nth-of-type(even) {
    margin-top: 0;
    margin-left: 1rem;
}

@media screen and (max-width: 820px) {
    .sec_cta.col02 a:nth-of-type(odd) {
        margin-right: 0;
    }

    .sec_cta.col02 a:nth-of-type(even) {
        margin-left: 0;
    }

    .sec_cta.col02 a:nth-of-type(n+2) {
        margin-top: 2rem;
    }
}

.sec_cta a,
.product-infomation-cta a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40rem;
    height: 9rem;
    font-size: 2.2rem;
    letter-spacing: .1em;
    margin: 0 auto;
    border: 2px solid #f6756d;
    color: #f6756d !important;
}

.sec_cta a:nth-of-type(n+2),
.product-infomation-cta a:nth-of-type(n+2) {
    margin-top: 2rem;
}

@media screen and (max-width: 820px) {

    .sec_cta a,
    .product-infomation-cta a {
        width: 44rem;
        font-size: 2.6rem;
    }
}


.product-infomation-cta a::after,
.sec_cta a::after {
    content: "";
    position: absolute;
    top: 55%;
    right: 2.2rem;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    border-top: solid 2px #f77f77;
    border-right: solid 2px #f77f77;
    width: 1.3rem;
    height: 1.3rem;
}

.sec04_content {
    margin-top: 7rem;
    padding: 6rem 4rem;
    background: #ffffff;
    border-radius: 1rem;
}

@media screen and (max-width: 820px) {
    .sec04_content {
        margin-top: 10rem;
        padding: 8rem 4rem;
        background: #ffffff;
    }


}

.washing-flow {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 820px) {
    .washing-flow {
        flex-wrap: wrap;
        margin-bottom: 6rem;
    }
}

.washing-flow::before {
    content: "";
    position: absolute;
    top: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 76.2rem;
    height: 2px;
    background: #f6756d;
}

@media screen and (max-width: 820px) {
    .washing-flow::before {
        content: "";
        position: absolute;
        top: 1rem;
        left: 5rem;
        transform: translateX(0);
        width: 2px;
        height: 51rem;
    }
}

.washing-flow .washing-flow_content {
    width: 38rem;
}

@media screen and (max-width: 820px) {
    .washing-flow .washing-flow_content {
        width: 100%;
        display: flex;
        align-items: flex-start;
    }

    .washing-flow .washing-flow_content:nth-of-type(n+2) {
        margin-top: 5.5rem;
    }
}

.washing-flow_content .border-box {
    position: relative;
    padding: 2rem 4rem 2.5rem;
}

@media screen and (max-width: 820px) {
    .washing-flow_content .border-box {
        width: calc(100% - (4.4rem + 5.4rem));
        position: relative;
        padding: 0;
    }
}

.flow02 .border-box::after,
.flow03 .border-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 24rem;
    background: url(./../img/border.png);
    background-repeat: repeat-y;
}

@media screen and (max-width: 820px) {

    .flow02 .border-box::after,
    .flow03 .border-box::after {
        display: none;
    }
}

.washing-flow .washing-flow_content:nth-of-type(1) .washing-flow_content_number {
    background: url(./../img/icon01.png);
}

.washing-flow .washing-flow_content:nth-of-type(2) .washing-flow_content_number {
    background: url(./../img/icon02.png);
}

.washing-flow .washing-flow_content:nth-of-type(3) .washing-flow_content_number {
    background: url(./../img/icon03.png);
}

@media screen and (max-width: 820px) {
    .washing-flow .washing-flow_content:nth-of-type(1) .washing-flow_content_number {
        background: url(./../img/icon01.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .washing-flow .washing-flow_content:nth-of-type(2) .washing-flow_content_number {
        background: url(./../img/icon02.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .washing-flow .washing-flow_content:nth-of-type(3) .washing-flow_content_number {
        background: url(./../img/icon03.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

}

.washing-flow_content_number {
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    margin: 0 auto 3.6rem;
    color: #fff;
    font-size: 0;
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (max-width: 820px) {
    .washing-flow_content_number {
        display: block;
        width: 4.4rem;
        height: 4.4rem;
        margin: 0 auto 3.6rem;
        color: #fff;
        font-size: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


.washing-flow_content_head {
    margin-bottom: 4rem;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    color: #f6756d;
    font-weight: 500;
}

@media screen and (max-width: 820px) {
    .washing-flow_content_head {
        margin-bottom: 3.8rem;
        font-size: 3.4rem;
        text-align: left;
    }
}

.washing-flow_content_txt {
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: .1em;
}

@media screen and (max-width: 820px) {
    .washing-flow_content_txt {
        font-size: 2.8rem;
        line-height: 1.8;
    }
}

.attention {
    padding: 4rem 10rem;
    border-radius: 1rem;
    background: #fff7ce;
}

@media screen and (max-width: 820px) {
    .attention {
        padding: 5rem 4.5rem;
    }
}

#section04 .attention {
    width: 106rem;
    margin: 0 auto;
}

@media screen and (max-width: 820px) {
    #section04 .attention {
        width: 100%;
        margin: 0 auto;
    }
}

#section04 .attention .attention_txt {
    margin-left: 3rem;
}

@media screen and (max-width: 820px) {
    #section04 .attention .attention_txt {
        margin-left: 0;
    }

    #section04 .attention .attention_txt .TextGroup {
        display: inline;
    }
}

.attention_txt {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: .1em;
    color: #333;
}

@media screen and (max-width: 820px) {
    .attention_txt {
        font-size: 2.4rem;
    }

    .attention_txt .TextGroup {
        display: inline;
    }
}

.frame_video {
    margin: 8rem auto 6rem;
}

.frame_video video {
    width: 120rem;
    height: 67.5rem;
    margin-bottom: 2.8rem;
}

@media screen and (max-width: 820px) {
    .frame_video video {
        width: 100%;
        height: 37.7rem;
        margin-bottom: 3.5rem;
    }
}


.frame_video .frame_video_aside {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: .1em;
    color: #f6756d;
    font-weight: 500;
}


@media screen and (max-width: 820px) {
    .frame_video .frame_video_aside {
        font-size: 2.2rem;
        line-height: 1.8;
    }
}

.frame_video .frame_video_aside .frame_video_aside-small {
    display: block;
    font-size: 1.6rem;
    color: #8b8b8b;
}

@media screen and (max-width: 820px) {
    .frame_video .frame_video_aside .frame_video_aside-small {
        font-size: 2rem;
    }
}

.voice_container {
    margin: 7rem auto 6rem;
}

.staff_voice {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 820px) {
    .staff_voice {
        display: block;
        background: #fff;
        overflow: hidden;
        padding: 6rem 6rem 8rem;
    }
}


.staff_voice:not(:last-of-type) {
    margin-bottom: 5rem;
}

.staff_voice_character {
    display: inline-block;
    width: 18.5rem;
    font-size: 1.8rem;
    letter-spacing: .1em;
    color: #333;
    text-align: center;
}

@media screen and (max-width: 820px) {
    .staff_voice_character {
        float: left;
        width: 17rem;
        font-size: 1.8rem;
        letter-spacing: .1em;
        color: #333;
        text-align: center;
        margin-bottom: 5rem;
    }
}

.staff_voice_character img {
    display: block;
    margin-bottom: 3rem;
}

@media screen and (max-width: 820px) {
    .staff_voice_character img {
        display: block;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 820px) {
    .staff_voice_character_person {
        font-size: 0;
    }
}


.staff_voice_description {
    position: relative;
    border-radius: 1rem;
    width: calc(100% - (18.5rem + 4.5rem));
    padding: 5rem;
    margin-left: 4.5rem;
    background: #fff;
}

@media screen and (max-width: 820px) {
    .staff_voice_description {
        position: relative;
        border-radius: 1rem;
        width: 100%;
        padding: 0;
        margin-left: 0;
        background: #fff;
    }
}

.staff_voice_description::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16.5px 23px 16.5px 0;
    border-color: transparent #ffffff transparent transparent;
}

.staff_voice_description_txt {
    font-size: 2rem;
    line-height: 2;
    color: #333;
    letter-spacing: .1em;
}

@media screen and (max-width: 820px) {
    .staff_voice_description_txt {
        position: relative;
        width: 100%;
        padding-top: 4rem;
        float: right;
        font-size: 2.4rem;
    }

    .staff_voice_description_txt::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background: url(./../img/type_line.png);
        background-size: contain;
        background-repeat: repeat-x;
    }
}

.type_outer {
    padding: 0 0 3rem;
    margin-bottom: 3rem;
    background: url(./../img/type_line.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

@media screen and (max-width: 820px) {
    .type_outer {
        float: right;
        width: calc(100% - (17rem + 4rem));
        margin-left: 4rem;
        background: none;
        padding: 0;
    }

    .type_outer::before {
        display: block;
        font-size: 3rem;
        letter-spacing: .1em;
        color: #333;
        margin: 2rem 0 3rem;
    }

    .type_outer01::before {
        content: "スタッフボイスAさん";
    }

    .type_outer02::before {
        content: "スタッフボイスBさん";
    }

    .type_outer03::before {
        content: "スタッフボイスCさん";
    }
}


.type_category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

@media screen and (max-width: 820px) {
    .type_category {
        float: right;
        width: 100%;
        margin: 0 0 2rem;
    }
}


.type_category_dt,
.type_category_dd {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: .1em;
    font-weight: 400;
    color: #333;
    margin: 0;
}


@media screen and (max-width: 820px) {

    .type_category_dt,
    .type_category_dd {
        font-size: 2.4rem;
    }
}

.type_category-normal {
    margin: 1rem 0 0;
}

.type_category-normal .type_category-normal_dt,
.type_category-normal .type_category-normal_dd {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.375;
    color: #8b8b8b;
    font-weight: normal;
    margin: 0;
}

@media screen and (max-width: 820px) {

    .type_category-normal .type_category-normal_dt,
    .type_category-normal .type_category-normal_dd {
        display: inline-block;
        font-size: 2rem;
    }
}

.type_category-normal .type_category-normal_dt:not(:first-of-type) {
    margin-left: 1em;
}

@media screen and (max-width: 820px) {
    .type_category-normal .type_category-normal_dt:not(:first-of-type) {
        margin-left: 0;
    }
}

.type_category_dd-big {
    font-size: 130%;
}

.product-infomation .product-infomation_box {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 820px) {
    .product-infomation .product-infomation_box {
        flex-wrap: wrap;
    }
}

.product-infomation .product_visual,
.product-infomation .product-infomation_description {
    width: 50%;
}

@media screen and (max-width: 820px) {

    .product-infomation .product_visual,
    .product-infomation .product-infomation_description {
        width: 100%;
    }
}

.product-infomation .product_visual {
    background: url(./../img/product_information.jpg);
    background-size: cover;
}

@media screen and (max-width: 820px) {
    .product-infomation .product_visual {
        height: 55rem;
    }
}

.product-infomation .product-infomation_description {
    padding: 11.5rem 6rem;
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: .01em;
    color: #fff;
    text-align: center;
    background: #f6756d;
}


@media screen and (max-width: 820px) {
    .product-infomation .product-infomation_description {
        padding: 10rem 6rem;
        font-size: 2.4rem;
        text-align: left;
        letter-spacing: .1em;
    }
}

.product-infomation_description_txt {
    margin-bottom: 4rem;
}

@media screen and (max-width: 820px) {
    .product-infomation_description_txt {
        text-align: justify;
    }
}

.product-infomation_description_txt .TextGroup {
    display: block;
}

@media screen and (max-width: 820px) {
    .product-infomation_description_txt .TextGroup {
        display: inline;
    }
}

.product-infomation-cta a {
    background: #fff;
    color: #f6756d;
}


/* video */

.frame_video_wrapper {
    position: relative;
}