@charset "utf-8";

/* -----------------------------------------------------------
    製品TOP  ※※共通のため編集には注意してください
-------------------------------------------------------------- */


.scroll-hint-icon {
	z-index: 2;
}

@media screen and (min-width: 769px) {

    .js-scrollable {
        overflow: unset!important;
    }
    .scroll-hint-icon{
        display: none!important;
    }

}

.page-product-top .bread-h1-wrap {
    top: -40px;
}

.page-product-top .under-h1 {
    text-align: right;
    padding: 0;
}

.page-product-top #wrapper {
    overflow: clip;
}

.page-product-top .header {
    position: absolute!important;
}

.menu-anchor {
    margin-top: -60px;
    padding-top: 60px;
}

.page-product-top .life-area .cmn-detail-secttl .ja{
    line-height: 1.6;
}

.type-kitchen .important{
    background: linear-gradient(transparent 70%, #FBE3D4 30%);
}

.type-water .important{
    background: linear-gradient(transparent 70%, #d7ebf9 30%);
}

.product_top_scroll {
    width: 1200px;
    margin: 50px auto 0;
}

[class^="js-moreview-btn"] {
    margin: 40px auto 0;
}

.type-water .cmn_product_inner::before {
    background-image: url("../img/cmn-arrow-reform-wet.svg");
}

.type-other .cmn_product_inner::before {
    background-image: url("../img/cmn-arrow-other.svg");
}

.type-water .js-moreview-btn::before,
.type-water  .js-moreview-btn::after {
	background-color: var(--wet);
}

.type-water .js-moreview-btn:hover {
	background: var(--wet);
	border-color: var(--wet);
}

.type-other .js-moreview-btn::before,
.type-other  .js-moreview-btn::after {
	background-color: var(--other);
}

.type-other .js-moreview-btn:hover {
	background: var(--other);
	border-color: var(--other);
}


.type-kitchen .important {
    background: linear-gradient(transparent 60%, #F9E7DC 60%);
}

.type-water .important {
    background: linear-gradient(transparent 60%, #DCEEFD 60%);
}

@media screen and (max-width: 768px) {
    
    .page-product-top #wrapper {
        padding: 40px 0 0 0;
    }
    
    .page-product-top .drawer_open #sp_head .sp_head_cv {
        right: 70px;
    }
    
    /*sp_gnav_btn ヘッダーは非表示   目次横に表示   !!!注意!!!------------------------------*/
    .page-product-top .sp_head_bg .sp_gnav_btn span:nth-of-type(1) {
        top: 17px;
        left: 17px;
        transform: none;
    }
    
    .page-product-top .drawer_open .sp_head_bg .sp_gnav_btn span:nth-of-type(1) {
        top: 26px!important;
        left: 10px!important;
        transform: translateY(6px) rotate(-45deg)!important;
    }
    
    .page-product-top .is_active2 .sp_head_bg .sp_gnav_btn span:nth-of-type(1) {
        top: 26px;
        left: 10px;
        transform: translateY(6px) rotate(-45deg);
    }
    
    .page-product-top .sp_head_bg .sp_gnav_btn span:nth-of-type(2) {
        opacity: 1;
    }
    
    .page-product-top .drawer_open .sp_head_bg .sp_gnav_btn span:nth-of-type(2) {
        opacity: 0!important;
    }
    
    .page-product-top .is_active2 .sp_head_bg .sp_gnav_btn span:nth-of-type(2) {
        opacity: 0;
    }
    
    .page-product-top .sp_head_bg .sp_gnav_btn span:nth-of-type(3) {
        top: 39px;
        left: 17px;
        transform: none;
    }
    
    .page-product-top .drawer_open .sp_head_bg .sp_gnav_btn span:nth-of-type(3) {
        top: 38px!important;
        left: 10px!important;
        transform: translateY(-6px) rotate(45deg)!important;
    }
    
    .page-product-top .is_active2 .sp_head_bg .sp_gnav_btn span:nth-of-type(3) {
        top: 38px;
        left: 10px;
        transform: translateY(-6px) rotate(45deg);
    }
    
    .drawer_open .sp_head_bg .sp_gnav_btn {
        display: block;
    }
    /*sp_gnav_btn ヘッダーは非表示   目次横に表示   !!!注意!!!------------------------------*/

    .page-product-top .under-h1 {
        padding: 0;
    }

    .page-product-top .bread-h1-wrap {
        background: transparent;
        top: -10px;
    }

    .page-product-top #footer_fixed {
        display: none!important;
    }

    #page_top {
        bottom: 80px!important;
    }
    
    .product_top_scroll {
        width: auto;
        margin: 20px auto 0;
        overflow-x: scroll;
    }

    [class^="js-moreview-btn"] {
        display: none;
    }


}




/* -----------------------------------------------------------
    セクションの見出し周り
-------------------------------------------------------------- */
.product-top-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
}

.product-top-header .ja {
    font-weight: bold;
    font-size: 3rem;
}

.product-top-header .en {
    color: #aaa;
    font:600 2.2rem /1 var(--en);
}

.product-top-descript {
    margin: 25px 0 0;
    text-align: center;
}

@media screen and (max-width: 768px) {

    .product-top-header {
        align-items: flex-start;
    }

    .product-top-header .ja {
        font-size: 2.7rem;
    }

    .product-top-header .en {
        font-size: 1.9rem;
    }

    .product-top-descript{
        margin: 20px 0 0;
        text-align: left;
    }

}


/* -----------------------------------------------------------
    menu-box
-------------------------------------------------------------- */
#product-top-menu {
    position: absolute;
    left: 0;
    right: 0;
    background: #EBEFEF;
    height: 60px;
}

#product-top-menu.menu-fix {
    top: 0;
    left: 0;
    z-index: 16;
    width: 100%;
}

@media screen and (min-width: 769px) {
    #product-top-menu.menu-fix {
        position: fixed;
    }
}

#product-top-menu .menu-area__wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: 100%;
    min-width: 1280px;
}

/*--menu-nav__wrap--------------------------------*/
#product-top-menu .menu-nav__wrap {
    height: 100%;
}

@media screen and (min-width: 769px) {
    #product-top-menu .menu-nav__wrap {
        display: block!important;
    }
}

#product-top-menu .menu-nav__inner {
    display: flex;
    justify-content: center;
    height: 100%;
}

#product-top-menu .menu-nav__list li {
    flex-shrink: 0;
    height: 100%;
}

#product-top-menu .menu-nav__list{
    align-items: center;
    display: flex;
    justify-content: center;
}

#product-top-menu .menu-nav__list a{
    align-items: center;
    display: flex;
    color: inherit;
    height: 100%;
    justify-content: center;
    letter-spacing: .07em;
    transition: .3s;
    width: 100%;
    padding: 0 20px;
    position: relative;
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
    #product-top-menu .menu-nav__list a {
        letter-spacing: .05em;
        padding: 0 14px;
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1460px) {
    #product-top-menu .menu-nav__list a {
        padding: 0 10px;
        font-size: 1.4rem;
    }
}

#product-top-menu .menu-nav__list a::after {
    bottom: 0;
    content: '';
    display: inline-block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.4s;
    width: 0;
}

.type-kitchen #product-top-menu .menu-nav__list a::after {
    background: var(--linkc);
}

.type-water #product-top-menu .menu-nav__list a::after {
    background: var(--wet);
}

.type-other #product-top-menu .menu-nav__list a::after {
    background: var(--other);
}

@media screen and (min-width: 769px) {
    .type-kitchen #product-top-menu .menu-nav__list a:hover {
        color: var(--linkc);
    }
    .type-water #product-top-menu .menu-nav__list a:hover {
        color: var(--wet);
    }
    .type-other #product-top-menu .menu-nav__list a:hover {
        color: var(--other);
    }
    #product-top-menu .menu-nav__list a:hover::after {
        width: 100%;
    }
}

#product-top-menu .menu-nav__list span {
    padding: 0 0 0 20px;
    position: relative;
    transition: .3s;
    line-height: 1.4;
    letter-spacing: .05em;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
    #product-top-menu .menu-nav__list span {
    	padding: 0 0 0 17px;
    }
}

#product-top-menu .menu-nav__list span::before {
    position: absolute;
    content: "\f078";
    display: block;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    font: 900 1.4rem / 1 'Font Awesome 5 Free';
    transition: .5s;
}

.type-kitchen #product-top-menu .menu-nav__list span::before{
    color: var(--linkc);
}

.type-water #product-top-menu .menu-nav__list span::before {
    color: var(--wet);
}

.type-other #product-top-menu .menu-nav__list span::before {
    color: var(--other);
}

#product-top-menu .menu-nav__list .pagetop a {
    font-size: 1.4rem;
}

#product-top-menu .menu-nav__list .pagetop span::before {
    content: "";
    top: 52%;
    left: 0px;
    background: var(--linkc);
	width: 3px;
	height: 82%;
	border-radius: 10px;
}

.type-kitchen #product-top-menu .menu-nav__list .pagetop span::before {
    background: var(--linkc);
}

.type-water #product-top-menu .menu-nav__list .pagetop span::before {
    background: var(--wet);
}

.type-other #product-top-menu .menu-nav__list .pagetop span::before {
    background: var(--other);
}

#product-top-menu .menu-area-main {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	height: 100%;
}

#product-top-menu .menu-area-logo {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    opacity: 0;
	line-height: 1.4;
	font-size: 1.4rem;
	transition: .3s;
}
#product-top-menu .menu-area-logo a {
	color: #666;
	display: flex;
	align-items: center;
	gap: 0 5px;
}
#product-top-menu .menu-area-logo a::before {
    content: "\f053";
    display: inline-block;
    font: 900 1.2rem / 1 'Font Awesome 5 Free';
	margin: 2px 0 0;
}

@media screen and (min-width: 1360px) {
    #product-top-menu.menu-fix-sp .menu-area-logo {
		opacity: 1;
	}
}

#product-top-menu .menu-area-logo img {
    /*height: 45px;*/ /*新ロゴ*/
    height: 20px;
}

/*--menu-more__trg--------------------------------*/
#product-top-menu .menu-more__trg {
    align-items: center;
    flex-shrink: 0;
    display: flex;
    height: 100%;
    position: relative;
}

@media screen and (min-width:769px){
    #product-top-menu .menu-more__ttl {
        display: none;
    }
}

#product-top-menu .menu-btn__form {
    flex-shrink: 0;
    height:100%;
}

#product-top-menu .menu-btn__form a {
    align-items: center;
    color: #fff;
    background: linear-gradient(90deg, #FFB300 , #F29700);
    display: flex;
    height:100%;
    text-align: center;
    transition: all 0.3s ease;
    padding: 4px 40px 5px;
    position: relative;
    justify-content: center;
}

#product-top-menu .menu-btn__form a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    background: linear-gradient(90deg, #FF9B00 , #FF4242);
    transform-origin: left bottom;
    transform: scale(0, 1);
    transition: all .15s ease-in;
}

@media screen and (min-width: 769px) {
    #product-top-menu .menu-btn__form a:hover::before {
        transform-origin: left bottom;
        transform: scale(1, 1);
    }
}

#product-top-menu .menu-btn__form a:hover {
    color: #fff;
}

#product-top-menu .menu-btn__form span {
    font-size: 1.8rem;
    padding: 0 0 0 30px;
    position: relative;
    z-index: 2;
    line-height: 1.3;
    letter-spacing: .05em;
    text-align: left;
}

#product-top-menu .menu-btn__form span::before {
    content: "";
    background: url("../img/cmn-mail.svg")center/cover no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 65%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    left: 0;
}

#product-top-menu .menu-btn__form img {
    width: 30px;
    position: relative;
    z-index: 1;
}

#product-top-menu .menu-btn__tel {
    align-items: center;
    color: #333;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    text-align: center;
    width: 210px;
    line-height: 1;
    padding: 0 10px;
    height: 100%;
    justify-content: center;
}

#product-top-menu .menu-btn__tel a {
    color: #333;
    width: fit-content;
}

#product-top-menu .menu-btn__tel .num {
    position: relative;
    padding: 0 0 0 22px;
    font: 700 2.3rem /1 var(--en);
    letter-spacing: .05em;
}

#product-top-menu .menu-btn__tel .num::before {
    position: absolute;
    content: "\f879";
    display: block;
    top: 2px;
    left: 0;
    font: 900 1.7rem / 1 'Font Awesome 5 Free';
    transform: scaleX(-1);
    color: #333;
    line-height: 1;
}

#product-top-menu .menu-btn__tel .time {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    padding: 5px 0 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1460px) {
    #product-top-menu .menu-btn__tel .time {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    
    
    /*sp_gnav_btn ヘッダーは非表示   目次横に表示   !!!注意!!!------------------------------*/
    .page-product-top .menu-other__btn {
        display: none;
        justify-content: center;
        align-items: center;
    }
    
    .page-product-top .menu-fix .menu-other__btn {
        display: flex;
    }
    
    .page-product-top .menu-other__btn img {
        width: 26px;
        height: 25px;
    }
    /*sp_gnav_btn ヘッダーは非表示   目次横に表示   !!!注意!!!------------------------------*/

    #product-top-menu {
        background: transparent;
        box-shadow: none;
        width: 100%;
    }
    
    #product-top-menu.menu-fix {
        opacity: 0;
        position: fixed;
    }
    
    #product-top-menu.menu-fix-sp {
        box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, .3);
        opacity: 1;
        transition: .3s;
    }
    
    #product-top-menu .menu-area__wrap {
        display: block;
        min-width: 100%;
    }
    
    #product-top-menu .menu-area-main {
        display: block;
    }
    
    #product-top-menu .menu-more__trg{
        width: 100%;
    }
    
    #product-top-menu .menu-nav__inner {
        display: block;
        min-width: unset;
        max-width: unset;
        margin: 0 auto;
    }

    #product-top-menu .menu-more__ttl {
        align-items: center;
        background: #fff;
        flex-shrink: 0;
        font-weight: bold;
        font-size: 2rem;
        line-height: 1;
        padding: 15px 20px;
        display: flex;
        width: calc( 100% - 60px );
        justify-content: space-between;
        height: 100%;
    }
    
    #product-top-menu .menu-more__ttl span {
        position: relative;
        padding: 0 35px 0 0;
    }

    #product-top-menu .menu-more__ttl span::after {
        position: absolute;
        display: inline-block;
        content: "";
        width: 25px;
        height: 25px;
        right:0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .type-kitchen #product-top-menu .menu-more__ttl span::after {
        background-image: url(../img/icon_plus.jpg);
    }
    
    .type-water #product-top-menu .menu-more__ttl span::after {
        background-image: url(../img/icon_plus_blue.jpg);
    }
    
    .type-other #product-top-menu .menu-more__ttl span::after {
        background-image: url(../img/icon_plus_green.jpg);
    }
    
    .type-kitchen #product-top-menu .menu-more__ttl.menu-open span::after {
        background-image: url(../img/icon_minus.jpg);
    }
    
    .type-water #product-top-menu .menu-more__ttl.menu-open span::after {
        background-image: url(../img/icon_minus_blue.jpg);
    }
    
    .type-other #product-top-menu .menu-more__ttl.menu-open span::after {
        background-image: url(../img/icon_minus_green.jpg);
    }

    #product-top-menu .menu-nav__wrap {
        z-index: 5;
        overflow-y: scroll;
        width:100%;
        height:100%;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 10px;
    }

    #product-top-menu .menu-nav__wrap {
        display: none;
        height: auto;
        position: relative;
        z-index: 16;
        background: #f4f4f4;
    }

    #product-top-menu .menu-nav__wrap ul {
        padding: 5px 20px 0;
        display: block;
    }

    #product-top-menu .menu-nav__wrap ul li {
        display: block;
        margin: 0;
        text-align: left;
        width: 100%;
        font-size: 1.6rem;
        max-width: unset;
    }

    #product-top-menu .menu-nav__list a,
	#product-top-menu .menu-nav__list .pagetop a{
        font-size: 1.6rem;
        height: auto;
        display: block;
        border-bottom: #ccc solid 1px;
        position: relative;
        padding: 13px 0;
    }
    
    #product-top-menu .menu-nav__wrap ul li:last-child a {
        border-bottom: none;
    }
    
    #product-top-menu .menu-nav__list span {
        color: #333;
    }
    
    #product-top-menu [class^="menu-btn__"]{
        align-items: center;
        border-radius: 60px;
        box-shadow: 0 5px 8px 3px rgba(0,0,0,.1);
        display: flex;
        color: #333;
        gap: 8px;
        height: 56px;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        line-height: 1.2;
        padding: 0;
    }
    
    #product-top-menu .menu-btn__tel,
    #product-top-menu .menu-btn__form{
        position: fixed;
        bottom: 10px;
        height: 60px;
        z-index: 2;
        opacity: 0;
    }
    
    #product-top-menu.menu-fix-sp.menu-fix-sp .menu-btn__tel,
    #product-top-menu.menu-fix-sp.menu-fix-sp .menu-btn__form{
        opacity: 1;
    }
    
    /*#product-top-menu .menu-btn__tel {
        background: #eaeaea;
        width: 40%;
        padding: 0 5px 4px 5px;
        left: 0;
    }*/
    
    #product-top-menu .menu-btn__tel {
        background: #fff;
        width: calc( 48vw - 10px )!important;
        left: 10px;
    }

    
    #product-top-menu .menu-btn__tel a {
        text-decoration: none;
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 50px;
    }
    
    #product-top-menu .menu-btn__tel a::before {
        content: "";
        align-items: center;
        background: #EEF1F1 url(../img/f-free-tel.svg)center/19px no-repeat;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
        width: 42px;
        height: 42px;
        left: 5px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    #product-top-menu .menu-btn__tel .time {
        white-space: nowrap;
        font-size: 1.1rem;
        font-weight: bold;
        color: #888;
        letter-spacing: 0;
        padding: 0;
        text-align: left;
        margin: 5px 0 0;
    }
    
    #product-top-menu .menu-btn__tel .num {
        font: 700 1.6rem /1 var(--sans);
        text-align: left;
        padding: 0;
    }
    
    #product-top-menu .menu-btn__tel .num::before {
        display: none;
    }

    #product-top-menu .menu-btn__form {
        width: calc( 52vw - 20px )!important;
        left: calc( 48vw + 10px );
        background: linear-gradient(70deg, #FFB300 0, #F29700);
    }

    #product-top-menu .menu-btn__form a {
        /*background: linear-gradient(90deg, #FFB300, #F29700);*/
        background: transparent;
        width: 100%;
        padding: 0;
        position: relative;
    }

    #product-top-menu .menu-btn__form a::after {
        align-items: center;
        background: #FFFEFC url(../img/free-quote-icon.svg)center/19px 14px no-repeat;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
        width: 42px;
        height: 42px;
        content: "";
        left: 5px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    
    #product-top-menu .menu-btn__form a::after {
        align-items: center;
        background: #FFFEFC url(../img/free-quote-icon.svg)center/19px 14px no-repeat;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        flex-shrink: 0;
        width: 42px;
        height: 42px;
        content: "";
        left: 5px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    #product-top-menu .menu-btn__form a::before {
        display: none;
    }

    #product-top-menu .menu-btn__form span {
        font-size: 1.5rem;
        padding: 0 10px 0 30px;
    }

    #product-top-menu .menu-btn__form span::before {
        display: none;
    }

}




/* -----------------------------------------------------------
    mv-area
-------------------------------------------------------------- */
.mv-area {
    margin: 50px 0 0;
    padding: 60px 0 0 0;
}


.mv-area .mv-contents {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    height: 450px;
    margin: 50px 0 0;
}

.mv-area .mv-contents-inner {
    max-width: 800px;
    width: 50%;
    margin: 0 auto;
    padding: 50px;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
    .mv-area .mv-contents-inner {
        padding: 0 50px;
    }
}


.mv-area .mv-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    flex-shrink: 0;
    height: 100%;
} 

.mv-area .mv-title {
    font-size: 5rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding: 0 0 30px;
    letter-spacing: .03em;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
    .mv-area .mv-title {
        font-size: 4.5rem;
        padding: 0 0 20px;
    }
}

.mv-area .mv-catch {
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .09em;
    margin: 30px 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
    .mv-area .mv-catch {
        font-size: 2.5rem;
        margin: 20px 0 0;
    }
}

.mv-area .mv-description {
    line-height: 2.2;
    margin: 25px 0 0;
    font-size: 1.7rem;
    letter-spacing: .09em;
}

.mv-area .mv-point-wrap {
    max-width: 100%;
    margin: 70px auto 0;
    width: 100%;
}

.type-kitchen .mv-area .mv-point-wrap {
    background: var(--kitchen);
}

.type-water .mv-area .mv-point-wrap {
    background: var(--wet);
}

.type-other .mv-area .mv-point-wrap {
    background: var(--other);
}


.mv-area .mv-point {
    align-items: center;
    display: flex;
    gap: 15px;
    margin: 30px auto 0;
    padding: 45px 50px;
    justify-content: center;
    position: relative;
    max-width: 1600px;
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
    .mv-area .mv-point {
        display: block;
    }
}

.mv-area .mv-point-subttl {
    align-items: center;
    display: flex;
    color: #4D423B;
    font-size: 2.2rem;
    font-weight: bold;
    gap: 10px;
    text-align: center;
    position: absolute;
    left: 30px;
    line-height: 1.3;
    top: -100px;
}

.mv-area .mv-point-subttl span {
    width: 80px;
    display: block;
    padding: 20px 0 0;
}

.mv-area .mv-point-subttl span img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 109/162;
}

.mv-area .mv-point-body {
    width: 100%;
}

.mv-area .mv-point-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.mv-area .mv-point-item {
    align-items: center;
    background: #fff;
    color: #4F443D;
    display: flex;
    padding: 25px 35px;
    font-size: 1.7rem;
    flex-grow: 1;
    justify-content: center;
    line-height: 1.5;
	position: relative;
	font-weight: bold;
}
.mv-area .mv-point-item::before {
    content: "";
    background: url("../img/check-icon-green.svg")center/contain no-repeat;
	aspect-ratio: 24 / 24;
	width: 22px;
	height: auto;
	position: absolute;
	left: 8px;
	top: 8px;
}
.type-kitchen .mv-area .mv-point-item::before {
    background: url("../img/check-icon-orange.svg")center/contain no-repeat;
}
.type-water .mv-area .mv-point-item::before {
    background: url("../img/check-icon-blue.svg")center/contain no-repeat;
}
.type-other .mv-area .mv-point-item::before {
}

.mv-area .mv-point-4 .mv-point-item {
    width: calc( ( 100% - 60px ) / 4 );
    max-width: calc( ( 100% - 60px ) / 4 );
}

.mv-area .mv-point-3 .mv-point-item {
    width: calc( ( 100% - 40px ) / 3 );
    max-width: calc( ( 100% - 40px ) / 3 );
}

.type-kitchen .mv-area.mv-point-item {
    background: var(--kitchen);
}

.type-water .mv-area.mv-point-item {
    background: var(--wet);
}

.type-other .mv-area.mv-point-item {
    background: var(--other);
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
    .mv-area .mv-point-item {
        padding: 20px 35px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1500px) {
    .mv-area .mv-point-item br {
        display: none!important;
    }
}

.mv-area .mv-point-item.type-ex {
    gap: 20px;
    max-width: unset!important;
}

.mv-area .mv-point-item-inner {
    align-items: center;
    display: flex;
    gap: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
    .mv-area .mv-point-item .mv-point-item-inner{
        flex-direction: column;
        gap: 10px;
    }
}

.mv-area .mv-point-ex-wrap {
    align-items: center;
    background: var(--kitchenbg);
    padding: 15px 20px 19px;
    display: flex;
    gap: 10px;
}

.mv-area .mv-point-minittl {
    color: #888;
    font-size: 1.5rem;
    padding: 0;
    flex-shrink: 0;
}

.mv-area .mv-point-ex .minittl::before {
    display: none;
}

.mv-area .mv-point-ex-note {
    color: #4F443D;
    font-size: 1.6rem;
    margin-top: 10px;
    padding: 0 0 0 12px;
    position: relative;
    text-align: left;
    line-height: 1.5;
}

.mv-area .mv-point-ex-note:first-child {
    margin-top: 0;
}

.mv-area .mv-point-ex-note::before {
    border-radius: 50%;
    background: #888;
    content: "";
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    position: absolute;
}

@media screen and (max-width: 768px) {

    .mv-area {
        flex-direction: column;
        margin: 30px 0 0;
    }
    
    .mv-area .mv-img {
        width: 100%;
        height: 47vw;
    }
    
    .mv-area .mv-contents {
        margin: 0;
        display: block;
        height: auto;
    }
    
    .mv-area .mv-contents-inner {
        padding: 30px 20px 0;
        width: 100%;
        max-width: unset;
    }
    
    .mv-area .mv-title {
        font-size: 2.7rem;
        padding: 0 0 15px;
    }
    
    .mv-area .mv-catch {
        font-size: 2.1rem;
        margin: 18px 0 0;
    }
    
    .mv-area .mv-description {
        line-height: 2.2;
        margin: 25px 0 0;
        font-size: 1.6rem;
    }
    
    .mv-area .mv-point-wrap {
        max-width: unset;
        margin: 50px auto 0;
    }
    
    .mv-area .mv-point {
        display: block;
        padding: 55px 20px 25px;
        margin: 0;
    }
    
    .mv-area .mv-point-subttl {
        font-size: 2rem;
        width: fit-content;
        margin: 0 auto;
        padding: 0;
        top: -28px;
        left: 0;
        right: 0;
        color: #fff;
    }
    
    .mv-area .mv-point-subttl span {
        width: 60px;
        display: block;
        padding: 0 0 30px;
    }
    
    .mv-area .mv-point-body {
        margin: 10px 0 0;
    }
    
    .mv-area .mv-point-list {
        flex-direction: column;
        gap: 10px;
    }
    
    .mv-area .mv-point-item {
        font-size: 1.5rem;
        line-height: 1.4;
        padding: 15px 15px 15px 25px;
        width: 100%!important;
        max-width: unset!important;
        display: block;
        text-align: left;
        position: relative;
        opacity: 0;
    }
    .mv-area .mv-point-item::before {
		width: 16px;
		left: 4px;
		top: 4px;
	}
    
    .mv-area .mv-point-item-inner {
        flex-direction: column;
        gap: 10px;
    }
    
    
    .mv-area .mv-point-ex-wrap {
        align-items: flex-start;
        padding: 10px 10px 22px;
        gap: 5px;
        flex-direction: column;
    }
    
    .mv-area .mv-point-ex {
        padding: 0;
    }
    
    .mv-area .mv-point-ex-note {
        margin-top: 13px;
    }
    
}


