@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- direction_mark
- page_ttl
- intro_sec
- future_sec
-------------------------*/
/*============================
direction_mark
============================*/
.caption01 {
    color: var(--color_white);
    font-size: 1.2rem;
    right: 11px;
    position: absolute;
    right: 11px;
    bottom: 13.9px;
}
@media screen and (max-width: 768px) {
    .caption01 {
        font-size: 0.9rem;
        right: 7px;
    }
}

/*============================
#page_ttl
============================*/
#page_ttl {
    background: url(../equipment/img/kv.jpg) no-repeat;
    background-size: cover;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    #page_ttl {
        background: url(../equipment/img/kv_sp.jpg) no-repeat;
        background-size: cover;
        height: 90vh;
    }
}
#page_ttl .caption01 {
    text-align: right;
    right: 26px;
}
@media screen and (max-width: 768px) {
    #page_ttl .caption01 {
        right: 12px;
    }
}
#page_ttl .scroll p::before, #page_ttl .scroll p::after {
    z-index: 10;
}

#intro_sec {
    background: url(../equipment/img/bg_bk.png) no-repeat left top;
    background-size: cover;
    position: relative;
    z-index: 1;
}
#intro_sec .intro {
    padding: 1px 0;
}
#intro_sec .intro .st01 {
    color: rgba(255, 255, 255, 0.75);
}
#intro_sec #anchor_nav_sec {
    background: #000;
    padding: 80px 2%;
}
@media screen and (max-width: 768px) {
    #intro_sec #anchor_nav_sec {
        padding: 40px 5% 50px;
        margin-bottom: 0;
    }
}
#intro_sec #anchor_nav_sec ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 20px 8px;
}
#intro_sec #anchor_nav_sec ul li {
    width: calc(33.334% - 6px);
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
    #intro_sec #anchor_nav_sec ul {
        flex-direction: column;
        gap: 10px;
    }
    #intro_sec #anchor_nav_sec ul li {
        width: 100%;
    }
}
#intro_sec #anchor_nav_sec ul a {
    display: block;
    border-bottom: 1px solid var(--color_white);
    text-align: center;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.75);
    padding: 20px 0 14px;
    position: relative;
    text-decoration: none;
    letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
    #intro_sec #anchor_nav_sec ul a {
        font-size: 1.2rem;
    }
}
#intro_sec #anchor_nav_sec ul a:hover {
    opacity: 1;
}
#intro_sec #anchor_nav_sec ul a span {
    font-size: clamp(1.8rem, 1.5vw, 2.4rem);
    display: block;
    font-family: "Libre Baskerville", serif;
    padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
    #intro_sec #anchor_nav_sec ul a span {
        font-size: 1.8rem;
        padding-bottom: 5px;
    }
}
#intro_sec #anchor_nav_sec ul a::after {
    content: "";
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    z-index: 1;
}
#intro_sec #anchor_nav_sec ul a:hover::after {
    opacity: 0.5;
}
#intro_sec #anchor_nav_sec ul a p {
    z-index: 2;
    position: relative;
}

#kitchen, #restroom, #bathroom,
#common, #iot {
    padding-top: 120px;
    margin-top: -120px;
}

/*============================
#equipment_sec
============================*/
#equipment_sec {
    color: var(--color_white);
    letter-spacing: 1.2px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    padding-top: 120px;
}
#equipment_sec .inner {
    max-width: 1082px;
}
#equipment_sec p {
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    #equipment_sec p {
        font-size: 1.2rem;
    }
}
#equipment_sec figure {
    position: relative;
}
#equipment_sec figure figcaption {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: #000;
    text-align: right;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    #equipment_sec figure figcaption {
        font-size: 1rem;
        right: 5px;
        bottom: 4px;
    }
}
#equipment_sec figure figcaption.col_w {
    color: var(--color_white);
}
#equipment_sec .cont {
    padding: 280px 0 160px;
}
#equipment_sec .cont:first-child {
    padding-top: 160px;
}
#equipment_sec .cont:nth-child(2) {
    padding-bottom: 280px;
}
#equipment_sec .cont:nth-child(3) {
    padding-top: 160px;
}
#equipment_sec .cont#common {
    padding: 280px 0 120px;
}
#equipment_sec .cont#iot {
    padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .cont {
        padding: 160px 0 210px;
    }
    #equipment_sec .cont#common {
        padding: 160px 0 120px;
    }
    #equipment_sec .cont#iot {
        padding-bottom: 120px;
    }
}
#equipment_sec .eq_bg {
    background: url(../equipment/img/bg_bk.png) no-repeat left top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}
#equipment_sec .eq_bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70vh;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: -1;
}
#equipment_sec .eq_bg:nth-child(2n) {
    background: url(../equipment/img/bg_gr.png) no-repeat left top;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eq_bg {
        background: none;
        z-index: 2;
    }
    #equipment_sec .eq_bg:nth-child(2n) {
        background: none;
        z-index: 2;
    }
    #equipment_sec .eq_bg .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        z-index: -1;
        opacity: 1;
    }
    #equipment_sec .eq_bg .bg._01, #equipment_sec .eq_bg .bg._03 {
        background-image: url(../equipment/img/bg_bk_sp.png);
        background-size: 100%;
        background-position: top right;
    }
    #equipment_sec .eq_bg .bg._02 {
        background-image: url(../equipment/img/bg_gr_sp.png);
        background-size: 100%;
        background-position: top right;
    }
    #equipment_sec .eq_bg.show .bg {
        position: fixed;
        background-position: center center;
        background-size: cover;
    }
}
#equipment_sec .eq_bg.wht {
    background: var(--color_white);
    color: #000;
}
#equipment_sec .eq_bg.wht::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: absolute;
}
#equipment_sec .eq_bg.wht::after {
    display: none;
}
#equipment_sec .eq_bg.wht .st01_s small {
    color: #000;
}
#equipment_sec .eqbox + .eqbox {
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox + .eqbox {
        margin-top: 50px;
    }
}
#equipment_sec .eqbox .catch01 {
    margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox .catch01 {
        margin-bottom: 40px;
    }
}
#equipment_sec .eqbox .st01_s {
    margin-bottom: 50px;
    color: var(--color_bauschampagne_gold);
    font-size: 4.5rem;
    letter-spacing: 2.25px;
}
#equipment_sec .eqbox .st01_s small {
    display: block;
    font-size: 1.5rem;
    color: var(--color_white);
    margin-top: 10px;
    letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox .st01_s {
        margin-bottom: 25px;
        font-size: 3.5rem;
    }
    #equipment_sec .eqbox .st01_s small {
        font-size: 1.2rem;
        margin-top: 4px;
    }
}
#equipment_sec .eqbox .st01_ss {
    margin-bottom: 40px;
    color: var(--color_bauschampagne_gold);
    font-size: 3rem;
    letter-spacing: 2.25px;
}
#equipment_sec .eqbox .st01_ss small {
    display: block;
    font-size: 1.5rem;
    color: var(--color_white);
    margin-top: 10px;
    letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox .st01_ss {
        margin-bottom: 20px;
        font-size: 2.4rem;
    }
    #equipment_sec .eqbox .st01_ss small {
        font-size: 1.2rem;
        margin-top: 4px;
    }
}
#equipment_sec .eqbox .lead01 {
    color: var(--color_bauschampagne_gold);
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 2.4px;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox .lead01 {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
}
#equipment_sec .eqbox_pic {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_pic {
        margin-bottom: 20px;
    }
    #equipment_sec .eqbox_pic + .st01_ss {
        margin-top: 50px;
    }
}
#equipment_sec .eqbox_item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: start;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_item {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 30px;
    }
}
#equipment_sec .eqbox_item li {
    max-width: 248px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_item li {
        max-width: 100%;
    }
}
#equipment_sec .eqbox_item + ul {
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_item + ul {
        margin-top: 30px;
    }
}
#equipment_sec .eqbox_item figure {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_item figure {
        margin-bottom: 20px;
    }
}
#equipment_sec .eqbox_item small {
    font-size: 1.2rem;
    line-height: 1.3;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_item small {
        font-size: 1rem;
    }
}
#equipment_sec .eqbox_item-ttl {
    font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_item-ttl {
        font-size: 1.6rem;
    }
}
#equipment_sec .eqbox_item p + p {
    margin-top: 18px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_item p + p {
        margin-top: 10px;
    }
}
#equipment_sec .eqbox_item .bdbox {
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 15px 10px;
}
#equipment_sec .eqbox_item .bdbox figure {
    margin-bottom: 0;
}
#equipment_sec .eqbox_item._col3 {
    grid-template-rows: repeat(1, auto);
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_item._col3 {
        grid-template-rows: repeat(2, auto);
        grid-row-gap: 20px;
    }
}
#equipment_sec .eqbox_item._col3 li.col_2:first-child {
    max-width: 526px;
    grid-area: 1/1/2/3;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_item._col3 li.col_2:first-child {
        max-width: 100%;
    }
}
#equipment_sec .eqbox_item._col3 li.col_2:last-child {
    max-width: 526px;
    grid-area: 1/3/2/5;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_item._col3 li.col_2:last-child {
        grid-area: 2/1/3/3;
        max-width: 100%;
    }
}
#equipment_sec .eqbox_item._col3 li.col_2 .box ul {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
#equipment_sec .eqbox_item._col3 li.col_2 .box ul ol {
    font-size: 1.6rem;
    display: grid;
    grid-gap: 5px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_item._col3 li.col_2 .box ul {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
    #equipment_sec .eqbox_item._col3 li.col_2 .box ul.col2 {
        flex-direction: row;
    }
    #equipment_sec .eqbox_item._col3 li.col_2 .box ul ol {
        font-size: 1.2rem;
    }
}
#equipment_sec .eqbox_item._col3 li.col_2 .box figure figcaption {
    position: static;
    margin: 8px 0 0;
}
#equipment_sec .eqbox .col2_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
}
#equipment_sec .eqbox .col2_2-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    align-items: start;
}
#equipment_sec .eqbox .col2_2-item-txt {
    max-width: 252px;
}
#equipment_sec .eqbox .col2_2-item figure {
    margin-bottom: 0;
}
#equipment_sec .eqbox .col2_2 > p {
    grid-area: 2/1/3/3;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox .col2_2 {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, auto);
    }
    #equipment_sec .eqbox .col2_2-item {
        align-items: start;
    }
    #equipment_sec .eqbox .col2_2-item-txt {
        max-width: 100%;
    }
    #equipment_sec .eqbox .col2_2 > p {
        grid-area: 3/1/4/2;
    }
}
#equipment_sec .eqbox .col2_2.wide {
    margin-top: 60px;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
}
#equipment_sec .eqbox .col2_2.wide .col2_2-item-txt {
    max-width: 100%;
}
#equipment_sec .eqbox .col2_2.wide .col2_2-item-txt .logo {
    max-width: 130px;
}
#equipment_sec .eqbox .col2_2.wide .col2_2-item-txt .logo + * {
    margin-top: 20px;
}
#equipment_sec .eqbox .col2_2.wide .col2_2-item-txt .eqbox_item-ttl {
    margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox .col2_2.wide .col2_2-item-txt .eqbox_item-ttl {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox .col2_2.wide {
        margin-top: 30px;
    }
    #equipment_sec .eqbox .col2_2.wide .col2_2-item {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    #equipment_sec .eqbox .col2_2.wide > p {
        grid-area: 2/1/3/2;
    }
}
#equipment_sec .eqbox .rest {
    display: grid;
    grid-template-columns: repeat(2, auto);
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox .rest {
        grid-template-columns: 1fr;
    }
}
#equipment_sec .eqbox .rest_l {
    max-width: 496px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox .rest_l {
        width: 100%;
        display: grid;
        gap: 20px;
    }
    #equipment_sec .eqbox .rest_l figure {
        margin-bottom: 0;
    }
}
#equipment_sec .eqbox .rest_r {
    max-width: 556px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: start;
}
#equipment_sec .eqbox .rest_r ul {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    margin-top: 0;
}
#equipment_sec .eqbox .rest_r ul:first-child {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox .rest_r {
        max-width: 100%;
        grid-template-columns: 1fr;
    }
    #equipment_sec .eqbox .rest_r ul {
        grid-template-columns: repeat(2, auto);
        grid-row-gap: 20px;
    }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
    #equipment_sec .eqbox .rest_r ul:first-child {
        margin: 0 0 30px;
        padding: 0 0 30px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    }
}
#equipment_sec .eqbox_lead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .eqbox_lead {
        align-items: flex-start;
        margin-bottom: 25px;
        gap: 20px;
    }
}
#equipment_sec .eqbox_lead .lead01 {
    margin-bottom: 0;
}
#equipment_sec .eqbox_lead picture {
    max-width: 100px;
}
#equipment_sec .topics {
    padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .topics {
        padding: 90px 0;
    }
}
#equipment_sec .topics .eqbox {
    background: #EDEEEE;
    padding: 60px;
}
#equipment_sec .topics .eqbox .st01_ss {
    margin-bottom: 20px;
}
#equipment_sec .topics .eqbox .catch01 {
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .topics .eqbox {
        padding: 40px 30px;
    }
    #equipment_sec .topics .eqbox .st01_ss {
        margin-bottom: 10px;
    }
}
#equipment_sec .topics .eqbox_pic {
    background: var(--color_white);
    padding: 20px 20px 30px 20px;
    margin-bottom: 30px;
}
#equipment_sec .topics .eqbox_pic p {
    font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
    #equipment_sec .topics .eqbox_pic p {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
}
#equipment_sec .topics .eqbox_pic picture {
    display: flex;
    justify-content: center;
}
#equipment_sec .topics .eqbox_pic picture img {
    max-width: 700px;
}
#equipment_sec .topics .eqbox_item {
    grid-template-columns: repeat(3, auto);
}
#equipment_sec .topics .eqbox_item .col_2 {
    max-width: 404px;
}
#equipment_sec .topics .eqbox_item .col_2 .box ul {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
    #equipment_sec .topics .eqbox_item {
        grid-template-columns: repeat(2, 1fr);
    }
    #equipment_sec .topics .eqbox_item .col_2 {
        max-width: 100%;
        grid-area: 2/1/3/3;
    }
}
#equipment_sec .topics .eqbox_item.wide {
    grid-template-columns: repeat(2, auto);
}
#equipment_sec .topics .eqbox_item.wide li:first-child {
    max-width: 530px;
}
#equipment_sec .topics .eqbox_item.wide li:last-child {
    max-width: 400px;
}
#equipment_sec .topics .eqbox_item.wide figure {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    #equipment_sec .topics .eqbox_item.wide {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    #equipment_sec .topics .eqbox_item.wide li:first-child {
        max-width: 530px;
    }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
    #equipment_sec .topics .eqbox_item.wide li:first-child {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #equipment_sec .topics .eqbox_item.wide li:last-child {
        max-width: 400px;
    }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
    #equipment_sec .topics .eqbox_item.wide li:last-child {
        max-width: 100%;
    }
}
#equipment_sec .topics .catch02 {
    font-size: 2.4rem;
    padding: 5px 0 15px 25px;
    position: relative;
    margin: 50px 0 30px;
    line-height: 1.4;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
    #equipment_sec .topics .catch02 {
        font-size: 1.8rem;
        margin: 30px 0 20px;
        padding: 5px 0 10px 15px;
    }
}
#equipment_sec .topics .catch02::before {
    position: absolute;
    content: "";
    width: calc(100% - 25px);
    height: 1px;
    left: 25px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
    #equipment_sec .topics .catch02::before {
        left: 15px;
        width: calc(100% - 15px);
    }
}
#equipment_sec .topics .catch02::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--color_bauschampagne_gold);
}
#equipment_sec .topics .catch02 span:first-child {
    color: var(--color_bauschampagne_gold);
    margin-right: 25px;
}
@media screen and (max-width: 768px) {
    #equipment_sec .topics .catch02 span {
        display: block;
    }
}

/*============================
include
============================*/
.ft_btn_area,
.contents_nav,
.notes_area {
    position: relative;
    z-index: 2;
}

.notes_area {
    background: #fff;
}