.sidingNew-main {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    line-height: 1.875;
    font-feature-settings: normal;
    color: #231815;
    display: block;
    overflow-x: hidden;
}

.sidingNew-main a {
    color: inherit;
    transition: .3s;
}

.sidingNew-main a:hover {
    text-decoration: none;
}

.sidingNew-main img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* layout */
.l-inner {
    width: calc(100% - 40px);
    max-width: 545px;
    margin: 0 auto;
}
@media (min-width: 751px) {
    .l-inner {
        width: calc(100% - 80px);
        max-width: 1090px;
    }
}

/* object */
.o-button {
    font-size: 1.2rem;
    width: 13.3em;
    height: 3.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 1.65em;
    position: relative;
}
.o-button .__sub {
    display: inline-block;
    margin-right: 1em;
}
@media (min-width:1024px) {
    .o-button {
        font-size: 1.6rem;
        width: 14.375em;
        height: 3.375em;
        border-radius: 1.6875em;
    }
    .o-button .__sub {
        font-weight: 600;
        position: absolute;
        bottom: 100%;
        width: 100%;
        text-align: center;
        font-size: .857em;
        margin-bottom: 0.3em;
        margin-right: 0;
    }
}
.o-nav-button {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.42em;
    color: #595757;
    font-weight: 500;
    display: flex;
    width: calc(250/16*1em);
    height: calc(54/16*1em);
    align-items: center;
    border: 1px solid currentColor;
    padding-left: 1.2em;
    transition: color .3s;
}
.o-nav-button:hover {
    color: #a9aaaa;
}
.o-nav-button::after {
    content: "";
    position: absolute;
    right: 1.2em;
    top: 50%;
    width: .625em;
    height: .625em;
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.o-subHeading {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.3625em;
}
.o-subHeading > small {
    display: inline-block;
    font-size: .8em;
    font-weight: normal;
    line-height: 1.4;
}

.o-miniHeading {
    font-size: clamp(2rem, calc(24/1090*100vw),2.4rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: clamp(1rem, calc(30/1090*100vw),3rem);
}
.o-miniHeading .__en {
    height: .58em;
    width: auto;
}
.o-lead {
    font-size: clamp(1.4rem, calc(18/1090*100vw),1.8rem);
}

.o-nav-title {
    font-size: clamp(1.9rem,calc(22/1090*100vw),2.2rem);
    letter-spacing: 0.42em;
    color: #595757;
    font-weight: 500;
    margin-bottom: .7em;
}
.o-nav-title .__en {
    height: .55em;
    width: auto;
}
@media (min-width:751px) {
    .o-nav-title {
        margin-bottom: 1em;
    }
}

/* component */
.m-productNav {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.c-productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-productList__item {
    width: 48.5%;
    margin-bottom: 16px;
}
.c-productList__item a {
    display: block;
    width: 100%;
    height: 100%;
}
.c-productList__item a:hover {
    opacity: .7;
}
.c-productList__item .__title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 0.35em;
}
.c-productList__item .__desc {
    font-size: 12px;
    line-height: 1.5;
    padding: .25em 0;
}
@media (min-width:751px) {
    .m-productNav {
        max-width: initial;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .c-productList {
        flex-wrap: nowrap;
        column-gap: min(calc(14/1090*(100vw - 80px)),14px);
    }
    .c-productList__item {
        flex: 0 0 min(calc(260/1090*(100vw - 80px)),260px);
    }
    .c-productList__item:last-child {
        margin-right: 0;
    }
    .c-productList__item .__title {
        font-size: 17px;
    }
    .c-productList__item .__desc {
        font-size: 14px;
    }
    .c-productList__item .__image {
        aspect-ratio: 200/126;
    }
    .c-productList__item .__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (min-width:1024px) {
    .m-productNav {
        flex-direction: row;
        column-gap: min(calc(40/1090*(100vw - 80px)),40px);
    }
    .c-productList__item {
        flex: 0 0 min(calc(200/1090*(100vw - 80px)),200px);
    }
    .c-productList__item .__title {
        font-size: 20px;
    }
}


.c-newProduct {
    position: relative;
    margin-bottom: 60px;
}
.c-newProduct__first {
    position: relative;
    font-size: clamp(2rem,calc(46/1090*100vw),4.6rem);
    margin-bottom: calc(160/46 * 1em);
}
.c-newProduct__firstImage {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.c-newProduct__firstCatch {
    position: absolute;
    left: 0;
    top: calc(100% - (35/46*1em));
    display: grid;
    grid-template-columns: 1fr;
    row-gap: calc(20/46 * 1em);
}
.c-newProduct__firstCatch .__line {
    position: relative;
    width: fit-content;
}
.c-newProduct__firstCatch .__line::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
}
.c-newProduct__firstCatch .__line img {
    position: relative;
    height: calc(70/46 * 1em);
    width: auto;
    z-index: 1;
}
/* animation */
.c-newProduct__firstImage {
  clip-path: inset(0 100% 0 0); /* 右側を100%隠す */
  transition: clip-path 0.8s ease;
}
.c-newProduct__first.is-visible .c-newProduct__firstImage {
  clip-path: inset(0 0 0 0); /* 全表示 */
}
.c-newProduct__firstCatch .__line::before {
  clip-path: inset(0 100% 0 0); /* 右側を100%隠す */
  opacity: 0;
  transition: clip-path 0.6s ease 0.4s,opacity 0.6s ease 0.4s;
}
.c-newProduct__first.is-visible .c-newProduct__firstCatch .__line::before {
  clip-path: inset(0 0 0 0); /* 全表示 */
  opacity: 1;
}
.c-newProduct__firstCatch .__line img {
  clip-path: inset(0 100% 0 0); /* 右側を100%隠す */
  transition: clip-path 0.6s ease 0.8s,opacity 0.6s ease 0.8s;
  opacity: 0;
}
.c-newProduct__first.is-visible .c-newProduct__firstCatch .__line img {
  clip-path: inset(0 0 0 0); /* 全表示 */
  opacity: 1;
}
@media (min-width:751px) {
    .c-newProduct {
        margin-bottom: 140px;
    }
    .c-newProduct__first {
        margin-bottom: calc(80/1090*100%);
    }
    .c-newProduct__firstImage {
        margin-right: auto;
        width: calc((50vw - 50%) + (785/1090*100%));
    }
    .c-newProduct--reverse .c-newProduct__firstImage {
        margin-left: auto;
        margin-right: calc(50% - 50vw);
    }
    .c-newProduct__firstCatch {
        top: 63%;
        right: 0;
        bottom: auto;
        left: auto;
    }
    .c-newProduct--reverse .c-newProduct__firstCatch {
        right: auto;
        left: 0;
    }
    .c-newProduct:not(.c-newProduct--reverse) .c-newProduct__firstImage img{
        margin-left: auto;
    }
}

.c-newProduct__layout {
    position: relative;
}
@media (max-width: 750px) {
    .c-newProduct__layout {
        display: flex;
        flex-direction: column;
        margin-top: 68px;
    }
    .c-newProduct__layout-left {
        display: contents;
    }
    .c-newProduct__layout-left .o-miniHeading {
        margin-bottom: 2em;
        order: -1;
    }
    .c-newProduct__layout-right {
        margin-bottom: 26px;
    }
}
@media (min-width: 751px) {
    .c-newProduct__layout {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .c-newProduct__layout-left {
        display: block;
        width: fit-content;
        flex-shrink: 0;
        flex-grow: 0;
        padding-bottom: 1.6rem;
    }
    .c-newProduct__layout-left .o-miniHeading {
        margin-top: calc(150/1920*100vw);
    }
    .c-newProduct__layout-right {
        width: calc(550/1090*100%);
        flex-grow: 0;
        margin-left: 1.6rem;
    }
}
@media (min-width: 1024px) {
    .c-newProduct__layout-left {
        padding-bottom: calc(20/1090*100%);
    }
}

@media (max-width: 1023px) {
    .c-newProduct__cg {
        display: block;
        max-width: 335px;
        margin-inline: auto;
    }
}
@media(min-width: 1024px) {
    .t-body-section.--4 .c-newProduct__cg {
        margin-inline: 5.5%;
        width: 111%;
        max-width: initial;
    }
}

.c-newProduct__textWrap {
    position: relative;
    padding-top: 6px;
    z-index: 2;
}
.c-newProduct__textWrap .__titleSmall {
    display: block;
    font-size: clamp(1.6rem,calc(25/1090*100vw),2.5rem);
    font-weight: 400;
    line-height: 1.65;
}
.c-newProduct__textWrap .__titleLarge {
    display: block;
    font-size: clamp(3.9rem,calc(65/1090*100vw),6.5rem);
    font-weight: bold;
    line-height: 1.3;
}
.c-newProduct__textWrap .__desc {
    font-size: clamp(1.4rem,calc(18/1090*100vw),1.8rem);
    font-weight: 400;
    line-height: 2;
    margin-bottom: 1.4em;
    margin-right: 0;
}
.c-newProduct__firstText {
    margin-bottom: 1rem;
}
.c-newProduct__buttons {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.c-newProduct__buttons .__small {
    font-size: clamp(1.2rem,calc(16/1090*100vw),1.6rem);
}
@media (max-width: 750px) {
    .c-newProduct__buttons .__item {
        width: calc(160/335*100%);
    }
    .c-newProduct__buttons .o-button {
        width: 100%;
    }
}
@media (min-width: 751px) {
    .c-newProduct__textWrap {
        padding-top: 24px;
    }
    .c-newProduct__firstText {
        margin-bottom: 3rem;
    }
    .c-newProduct__textWrap .__desc {
        margin-bottom: 2.2em;
    }
    .c-newProduct__buttons {
        justify-content: flex-start;
    }
    .c-newProduct__buttons .__item {
        margin-right: 30px;
    }
}

.c-newProduct-guide {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    row-gap: 20px;
    align-items: center;
}
.c-newProduct-guide__image img {
    width: 110px;
    height: 60px;
    object-fit: cover;
}
.c-newProduct-guide__text{
    font-size: clamp(1.4rem,calc(16/1090*100vw),1.6rem);
    line-height: 1.6;
    font-feature-settings: "palt";
}
.c-newProduct-guide__text .__title {
    font-size: calc(16/16*1em);
    letter-spacing: 0.04em;
    font-weight: bold;
}
.c-newProduct-guide__text .__desc {
    font-size: calc(15/16*1em);
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 0;
}
.c-newProduct-guide__text .__small {
    font-size: calc(14/16*1em);
    letter-spacing: 0;
    font-weight: 400;
}
@media (min-width: 751px) {
    .c-newProduct-guide {
        column-gap: min(calc(18/1090*100vw),1.8rem);
        row-gap: min(calc(30/1090*100vw),3rem);
    }
    .c-newProduct-guide__image img {
          width: auto;
          height: min(calc(80/1090*100vw),8rem);
    }
}

.c-newProduct-recommend {
    margin-top: clamp(3rem, calc(60/1090*100vw),6rem);
    padding: 30px 20px;
    background-color: #fff;
}
.c-newProduct-recommend__item {
    margin-bottom: 30px;
}
.c-newProduct-recommend__item:last-child {
    margin-bottom: 0;
}
.c-newProduct-recommend__image {
    position: relative;
}
.c-newProduct-recommend__image figcaption {
    margin-top: 1em;
    font-size: clamp(1.2rem, calc(14/1090*100vw),1.4rem);
    line-height: 1.83;
    white-space: nowrap;
}
.c-newProduct-recommend .__title {
    font-size: clamp(1.6rem, calc(18/1090*100vw),1.8rem);
    font-weight: 400;
}
.c-newProduct-recommend .__desc {
    font-size: clamp(1.3rem, calc(15/1090*100vw),1.5rem);
    margin-bottom: 0.67em;
}
@media (min-width: 751px) {
    .c-newProduct-recommend__item {
        margin-bottom: 40px;
    }
    .c-newProduct-recommend__image:not(.--noFlex) picture {
        display: block;
        width: 74.4%;
    }
}
@media (min-width: 1024px) {
    .c-newProduct-recommend {
        padding: calc(48/1090*100%);
    }
    .c-newProduct-recommend__image:not(.--noFlex) figure {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .c-newProduct-recommend__image:not(.--noFlex) figcaption {
        width: 23.6%;
    }
    .c-newProduct-recommend__image figcaption {
        display: block;
        margin-top: 0;
        line-height: 2;
    }
    .c-newProduct-recommend__image.--noFlex figcaption {
        margin-top: 0.5em;
        text-align: right;
    }
}

/* template */
.t-head {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/head_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.t-head-text {
    text-align: center;
}
.t-head-text__title {
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    font-size: calc(40/375*100vw);
    margin-bottom: 1.5em;
    line-height: 1;
    text-align: center;
}
.t-head-text__lead {
    font-size: 16px;
    margin-bottom: 1.9em;
}
@media (min-width: 751px) {
    .t-head {
        padding-top: 150px;
        padding-bottom: 180px;
    }
    .t-head-text__title {
        font-size: 6.5rem;
        margin-bottom: .76em;
    }
    .t-head-text__lead {
        font-size: 17px;
    }
}


.t-head-nav__buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 751px) {
    .t-head-nav__buttons {
        flex-direction: row;
        gap: 30px;
    }
}

.t-body-section {
    background-image: linear-gradient(to bottom,transparent,transparent 43%,rgb(0 0 0 / 0.1));
    padding-bottom: 120px;
}
@media (min-width: 751px) {
    .t-body-section {
        padding-bottom: 200px;
    }
}

.t-body-section.--1 {
    background-color: #ddd9c4;
}
.t-body-section.--2 {
    background-color: #cad5cc;
}
.t-body-section.--3 {
    background-color: #d5cbd4;
}
.t-body-section.--4 {
    background-color: #ddcecf;
}
.t-body-section.--5 {
    background-color: #c5d0da;
}

.t-foot {
    padding-top: 90px;
    padding-bottom: 145px;
    background-image: url(../images/head_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.t-foot-section {
    padding-top: 60px;
}
.t-foot .__lead {
    width: 306px;
    margin-top: 30px;
    margin-bottom: 10px;
}
@media (min-width: 751px) {
    .t-foot {
        padding-top: 270px;
        padding-bottom: 250px;
    }
    .t-foot .__lead {
        width: 100%;
        max-width: 1002px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .t-foot-section {
        padding-top: 90px;
        padding-bottom: 20px;
    }
}



.t-foot-section__heading {
    font-size: clamp(2rem, calc(24/1090*100vw),2.4rem);
    letter-spacing: 0.42em;
    color: #595757;
}
.t-foot-section__subheading {
    font-size: clamp(1.8rem, calc(24/1090*100vw),2rem);
    letter-spacing: 0.42em;
    color: #595757;
    margin-bottom: 1em;
}


#footerArea {
    margin-top: 0;
}



/* siding2020.css */
body.general [data-type="cold"]{
    display: none;
}
body.general .typeBtnWrap [data-typebtn="general"]{
    background-color: #222;
    border-color: #222 !important;
    color: #fff !important;
    pointer-events: none;
}
body.cold [data-type="general"]{
    display: none;
}
body.cold .typeBtnWrap [data-typebtn="cold"]{
    background-color: #222;
    border-color: #222 !important;
    color: #fff !important;
    pointer-events: none;
}

.typeBtnWrap{
    display: flex;
   justify-content: center;
}
.typeBtnWrap li{
    width: 140px;
    /* height: 32px; */
}
.typeBtnWrap li a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    text-decoration: none;
    border: 1px solid #222;
    box-sizing: border-box;
    transition: 0.3s all ease;
}
.typeBtnWrap li a:hover{
    background-color: #f3f3f3;
}

/* siding_add.css */
.c-otherProduct {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 30px;
}
.c-otherProduct__flexItem {
    display: grid;
    grid-template-columns: calc(120/335*100%) 1fr;
    gap: 10px;
    transition: opacity 0.3s;
}
.c-otherProduct__flexItem ._imgBox img {
    aspect-ratio: 120 / 70;
    object-fit: cover;
}
.c-otherProduct__flexItem ._textBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.c-otherProduct__flexItem ._textBox a {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    background: url(../images/ic_arrow.png) left top no-repeat;
    background-size: 1.125em auto;
    padding-left: 1.5625em;
    transition: color .3s;
}
.c-otherProduct__flexItem ._textBox a:hover {
    color: #595757;
}
.c-otherProduct__flexItem ._textBox .__small {
    font-size: .8125em;
    display: block;
    line-height: 1.4;
    padding: 0;
    margin-bottom: 0.2em;
}
.c-otherProduct__flexItem ._textBox .__kakko {
    font-size: 87.5%;
}
.c-otherProduct ._textBox .__small span {
    display: inline-block;
}
@media screen and (min-width: 751px) {
    .c-otherProduct {
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        row-gap: 50px;
        margin-bottom: 90px;
    }
    .c-otherProduct__flexItem {
        grid-template-columns: calc(250/545*100%) 1fr;
        column-gap: calc(19/545*100%);
    }
    .c-otherProduct__flexItem ._imgBox img {
        aspect-ratio: 250 / 110;
    }
    .c-otherProduct__flexItem ._textBox {
        gap: 25px;
    }
}

/* utility */
@media(min-width: 751px) {
    .sp {
        display: none !important;
    }
}
@media(min-width: 1024px) {
    .sp-tab {
        display: none !important;
    }
}
@media(max-width: 750px) {
    .tab-pc {
        display: none !important;
    }
}
@media(max-width: 1023px) {
    .pc {
        display: none !important;
    }
}
@media(max-width: 1170px) {
    .wide {
        display: none !important;
    }
}
