@charset "UTF-8";

/* layout
-------------------------------------------------------------------------------*/

/* Noto Sans JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

:root {
    /* MS明朝はpaltが効かないため除く */
    --mincho:
        "Hiragino Mincho Std", "ヒラギノ明朝 Std", "HiraMinStd", "Yu Mincho", "YuMincho", serif;
    --gothic:
        "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic", "YuGothic", Verdana, sans-serif;
    --notoSans: 'Noto Sans JP', sans-serif;
    --red01: #e71f1c;
    --red02: #e32f2f;
    --red03: #cb0915;
    --yellow01: #ffe200;
    --orange: #ed6d00;
    --green01: #42912c;
    --blue01: #84c1ce;
    --blue02: #eaf4f7;
    --blue03: #00a29a;
    --blue04: #5ec0ba;
    --brown: #a08674;
    --gray01: #ececeb;
    --gray02: #898a89;
    --gray03: #afafaf;
    --black01: #030000;
    --black02: #322a29;
    --white: #fff;
}

/* PC（PSDが1000pxのため、16px = 1.6rem） */
html {
    font-size: calc(100vw / 1000 * 10);
}
/* 画面幅1000px以上は、指定サイズ16px = 1.6remに固定 */
@media screen and (min-width: 1000px) {
    html {
        font-size: 10px;
    }
}

body {
    background-color: var(--white);
    color: var(--black01);
    font-family: var(--mincho);
    /* フォントウェイトをPSDに合わせる（太くなりすぎない） */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: var(--black01);
}

img {
    display: block;
}

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

/* wrapper
-------------------------------------------------------------------------------*/
.wrapper {
    width: 100%;
    background-color: var(--gray01);
}

.wrapper-top {
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
}

.wrapper-bottom {
    background-color: var(--white);
}

/* header
-------------------------------------------------------------------------------*/
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.6rem;
    background-color: var(--white);
}

.header-logo {
    width: 36.5rem;
}

/* fv
-------------------------------------------------------------------------------*/
.fv {
    position: relative;
    width: 100%;
    height: 72.9rem;
    background: url(../images/fv.jpg) no-repeat center top / cover;
    font-feature-settings: "palt";
}

.fv-ttl {
    padding-block: 2.6rem;
    color: var(--red01);
    font-size: 6.7rem;
    font-weight: 700;
    font-feature-settings: "palt";
    text-align: center;
    text-shadow:
        2px 2px 8px #fff,
        -2px 2px 8px #fff,
        2px -2px 8px #fff,
        -2px -2px 8px #fff;
    white-space: nowrap;
}

.fv-read {
    width: fit-content;
    margin-inline: auto;
    padding: 1.3rem 1.6rem;
    background-color: var(--yellow01);
    font-size: 3.34rem;
    font-weight: 700;
}
.fv-readM {
    font-size: 4.17rem;
}

.fv-att {
    position: absolute;
    bottom: 2.1rem;
    right: 0;
    padding: 1rem 0.8rem 0.9rem 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: var(--white);
}


/* 共通（component）
-------------------------------------------------------------------------------*/

.com-link {
    margin-top: -13rem;
    padding-top: 13rem;
}

.com-cta {
    margin: 3.6rem auto 3rem;
    max-width: 90rem;
}

.com-pri {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    height: 12.3rem;
    background-color: var(--yellow01);
    font-size: 4.8rem;
    font-weight: 700;
}

.com-origin {
    padding: 1.8rem 2rem;
    border: 2.5px solid var(--red01);
    border-radius: 5rem;
    color: var(--red01);
    font-size: 3.8rem;
    font-weight: 700;
    font-feature-settings: "palt";
}

.com-ttl {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    width: 100%;
    margin-bottom: 2.5rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid var(--black02);
    font-size: 3.7rem;
    font-weight: 600;
}

.com-new {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 11.5rem;
    height: 5.6rem;
    padding-top: 0.4rem;
    background-color: var(--red01);
    color: var(--white);
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.com-catch {
    margin-bottom: 2.5rem;
    color: var(--green01);
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
}

.com-txt {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
}

.flex{
    display: flex;
}

/* price,equipment-nav,option-nav,style-navのみ */
.frame{
    padding: 2.3rem 3.1rem 0 2.2rem;
}

/* zeh,exteriorのみ */
.com-pri02 {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 8.6rem;
    padding-left: 3.8rem;
    color: var(--white);
    background-color: var(--brown);
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: -0.06rem;
}
.com-ttl02 {
    margin-left: 0.4rem;
    margin-bottom: 2.7rem;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.4;
}

/* price
-------------------------------------------------------------------------------*/
.price{
    padding: 0 0 2.4rem 0;
}
.price-ttl {
    width: fit-content;
    margin-bottom: 2.5rem;
    padding: 1.6rem 1.9rem;
    font-size: 6.5rem;
    font-weight: 600;
    color: var(--white);
    background-color: var(--red02);
    letter-spacing: 0.06em;
}

.price-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.price-row {
    width: 100%;
}

.price-priceSingle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.5rem;
    width: 100%;
}

.price-priceSingle-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    text-align: center;
}

.price-priceSingle-info .price-ttl {
    margin-bottom: 3.2rem;
}

.price-priceSingle .priceList-ttl {
    margin-bottom: 0;
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: center;
}

.price-priceSingle .priceList-ttl-line {
    display: block;
}

.price-priceSingle .priceList-ttl-line-plan {
    font-size: 4.4rem;
    font-weight: 600;
}

.price-priceSingle-price {
    flex-shrink: 0;
}

.price-priceSingle-price .taxout {
    display: block;
    margin-left: 0;
    margin-bottom: 0.8rem;
}

.price-priceSingle-price .taxin {
    justify-content: center;
    width: 100%;
}

.price-priceList {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
}

.price-priceList > li {
    flex: 1;
    min-width: 0;
    padding: 0 1.2rem;
    text-align: center;
    border-right: 2px solid var(--black02);
    box-sizing: border-box;
}

.price-priceList > li:first-child {
    padding-left: 0;
}

.price-priceList > li:last-child {
    border-right: none;
    padding-right: 0;
}

.price-priceList .priceList-ttl {
    margin-bottom: 1.4rem;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.35;
    font-feature-settings: "palt";
    letter-spacing: -0.03rem;
}

.price-priceList .taxout {
    display: block;
    margin: 0 0 1rem;
    font-size: 7.2rem;
    line-height: 0.95;
}

.price-priceList .taxout-num {
    margin-right: 0;
}

.price-priceList .taxout-comma {
    font-size: 6.8rem;
    margin-inline: -0.2rem;
}

.price-priceList .taxout-yen {
    font-size: 3.2rem;
    vertical-align: 0.12em;
}

.price-priceList .taxin {
    justify-content: center;
}

.price-priceList .taxin-paren {
    font-size: 4.8rem;
}

.price-priceList .taxin-num {
    margin-left: 0.6rem;
    margin-right: -0.6rem;
    color: var(--red03);
    font-size: 5.6rem;
    font-weight: 600;
}

.price-priceList .taxin-comma {
    font-size: 4.8rem;
}

.price-priceList .taxin-sub {
    font-size: 3.8rem;
}

.price-priceList .taxin-set {
    margin-bottom: 0;
    gap: 0.2rem;
}

.price-priceList .taxin-label {
    font-size: 1.8rem;
}

.price-priceList .taxin-yen {
    font-size: 2.4rem;
}

.priceList-ttl {
    margin-bottom: 1.8rem;
    font-size: 3.15rem;
    font-weight: 700;
}

/* 税抜 */
.taxout {
    display: inline-block;
    margin-left: 0.4rem;
    margin-bottom: 1.6rem;
    color: var(--red03);
    font-size: 16.5rem;
    font-weight: 700;
    line-height: 0.9;
}
.taxout-num {
    display: inline-block;
    /* 文字圧縮（細長にする） */
    transform: scaleX(1);
    transform-origin: left center;
    margin-right: 0.1rem;
    letter-spacing: 0.1rem;
}
.taxout-comma {
    font-size: 13rem;
    margin-inline: -0.4rem;
}
.taxout-yen {
    color: var(--black01);
    font-size: 5.8rem;
    vertical-align: 0.15em;
}
/* 9の文字だけおかしい */
.taxout-9 {
    margin-left: -1.2rem;
    margin-right: 0.5rem;
}

/* 税込 */
.taxin {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    line-height: 0.9;
}
.taxin-paren {
    font-size: 9.8rem;
}
.taxin-num {
    margin-left: 1.4rem;
    color: var(--red03);
    font-size: 12.5rem;
    /* 文字圧縮（細長にする） */
    transform: scaleX(0.95);
    transform-origin: left center;
    margin-right: -0.5rem;
}
.taxin-comma {
    font-size: 9rem;
}
.taxin-sub {
    margin-right: -0.4rem;
    font-size: 7rem;
}
.taxin-set {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    margin-right: 0.4rem;
    margin-bottom: 0;
}
.taxin-label {
    font-size: 3.9rem;
    margin-bottom: 0.3rem;
}
.taxin-yen {
    font-size: 5.3rem;
}

/* equipment-nav
-------------------------------------------------------------------------------*/
.equipment-nav {
    background-color: var(--yellow01);
}

.equipment-navOrigin {
    height: 8rem;
}

.equipment-navIcon {
    width: 100%;
    height: 100%;
    padding: 0.3rem 0.2rem 0.2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 3.5rem;
    /* padding-top: 0.1rem; */
    border: 0.3rem solid var(--red01);
    border-radius: 2rem;
    color: var(--red01);
    font-size: 2.15rem;
    font-weight: 700;
    font-feature-settings: "palt";
    background-color: var(--white);
}

.equipment-navTxt {
    display: inline-flex;
    align-items: center;
    min-height: 3.8rem;
    color: var(--black01);
    background-color: var(--yellow01);
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1;
}

.equipment-nav-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 0 1rem 1rem;
}


/* option-nav
-------------------------------------------------------------------------------*/

.option-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 3rem 0;
    gap: 3rem;
}

.option-nav-list > li {
    display: grid;
}

.option-nav-productLink {
    display: flex;
    background-color: var(--yellow01);
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.2rem 0.2rem 0;
}

.option-nav-productImg {
    max-width: 25rem;
}

.option-nav-productInner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 20.8rem;
    flex-grow: 1;
    gap: 0.7rem;
}

.productInner-new {
    padding: 0.5rem 0.7rem;
    background-color: var(--red01);
    color: var(--white);
    font-size: 2rem;
    font-weight: 600;
}

.productInner-origin {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14rem;
    height: 3.5rem;
    padding-top: 0.1rem;
    border: 0.3rem solid var(--red01);
    border-radius: 1.75rem;
    color: var(--red01);
    font-size: 2.15rem;
    font-weight: 700;
    font-feature-settings: "palt";
}

.productInner-ttl {
    font-size: 3.8rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.08em;
    line-height: 1.15;
    font-feature-settings: "palt";
}

.productInner-hikari {
    display: block;
    font-size: 2.6rem;
}

.productInner-shin {
    color: var(--red01);
}

.productInner-x {
    display: block;
    margin: -2rem 0 -0.5rem;
    font-size: 6rem;
    font-weight: 300;
    /* windows,Android向けに欧文フォントで代用 */
    font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

/* style-nav
-------------------------------------------------------------------------------*/

.style-nav {
    display: flex;
    gap: 3.2rem;
    padding: 2rem 0 3rem;
}

.style-nav-item {
    flex: 1;
}

.style-nav-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9.5rem;
    color: var(--white);
    background-color: var(--brown);
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}

.style-nav-img {
    height: 20.5rem;
}

/* equipment
-------------------------------------------------------------------------------*/

.equipment {
    padding: 1.7rem 2rem 0;
}

.equipment-pri {
    font-size: 5rem;
    font-weight: 600;
    font-feature-settings: "palt";
    gap: 0;
}

.equipment-origin {
    margin-right: 0.7rem;
}

.equipment-catch {
    margin-bottom: 2.2rem;
    line-height: 1.25;
    font-weight: 700;
}

.equipment-txt {
    line-height: 1.5;
    font-weight: 700;
}

/* オールセラミックキッチン */
.equipment-ttl-kitchen {
    margin-bottom: 3rem;
    padding-bottom: 0;
}

.icon-watow {
    max-width: 15.8rem;
    margin: 0 1rem -2rem 1rem;
}

.equipment-flex-kitchen{
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding-right: 1.3rem;
}

/* カップボード */
.cupboard-ttl {
    justify-content: space-between;
    gap: 1rem;
}

.cupboard-catch{
    font-size: 3.4rem;
}

.cupboard-flex {
    display: grid;
    /* 画像実寸比 466:406（約53:47）で左を少し広く */
    grid-template-columns: minmax(0, 466fr) minmax(0, 406fr);
    gap: 5.2rem;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 4rem;
    padding: 3rem;
}

.cupboard-flex-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cupboard-flex-ttl {
    margin: 0 0 2.5rem;
    padding: 0.4rem 0 0.4rem 2rem;
    background-color: #95b19a;
    color: var(--white);
    font-size: 2.6rem;
}

.cupboard-flex picture {
    display: block;
}

.cupboard-flex img {
    display: block;
    width: 100%;
    height: auto;
}

.cupboard-flex .cupboard-txt {
    margin: 1.5rem 0 0;
    line-height: 1.5;
}

/* ダイニングテーブル */
.table-ttl {
    justify-content: space-between;
    gap: 1rem;
}

.table-ttl-size {
    flex-shrink: 0;
    font-weight: 600;
    letter-spacing: 0.06em;
	font-size: 1.5rem;
}

.table-catch{
	letter-spacing: 0.03em;
	margin-bottom: 1.2rem;
}

.eq-counter-img01{
    max-width: 46.1rem;
}

/* カウンター洗面 */
.counter-ttl {
    gap: 2.5rem;
    margin-bottom: 3.7rem;
    padding-bottom: 2.8rem;
}

.counter-catch {
    margin-bottom: 2.1rem;
    letter-spacing: -0.025em;
}

.counter-txt {
    margin-bottom: 2.2rem;
    line-height: 1.5;
}

.counter {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-right: 1.3rem;
}

.counter-inner {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
}

.counter-list {
    margin-bottom: -0.4rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.45;
}

.counter-att {
    margin: 0.8rem 0.5rem 1.2rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: right;
}

/* バスルーム */
.equipment-ttl-bath {
    padding-left: 0.3rem;
    margin-bottom: 2rem;
}

.equipment-catch-bath01 {
    margin-bottom: 2.8rem;
    color: var(--black01);
    font-size: 3rem;
}

.equipment-catch-bath02 {
    margin-block: 2rem;
    margin-left: 1.2rem;
    font-size: 3.25rem;
}

.equipment-catch-bath03 {
    margin-bottom: 3rem;
    margin-left: 1.2rem;
}

.equipment-txt-bath {
    margin-bottom: 3.2rem;
}

.equipment-bathList {
    margin-bottom: 2.4rem;
}

.equipment-bathList-grid {
    display: grid;
    /* 左を広く、右（バックマリオンドア）をやや狭く */
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 1.2rem;
    align-items: start;
}

.equipment-bathList-item {
    display: flex;
    align-items: flex-start;
    align-self: start;
    gap: 1.2rem;
    min-width: 0;
    padding: 1.2rem;
    background-color: var(--gray01);
}

.equipment-bathList-item--01 {
    grid-column: 1;
    grid-row: 1;
}

.equipment-bathList-item--02 {
    grid-column: 1;
    grid-row: 2;
}

.equipment-bathList-item--03 {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: start;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.4rem;
}

.equipment-bathList-img {
    flex-shrink: 0;
    width: auto;
}

.equipment-bathList-item--01 .equipment-bathList-img picture,
.equipment-bathList-item--02 .equipment-bathList-img picture,
.equipment-bathList-item--03 .equipment-bathList-img picture {
    display: block;
}

.equipment-bathList-img img {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
}

.equipment-bathList-body {
    flex: 0 1 auto;
    min-width: 0;
}

.equipment-bathList-ttl {
    margin-bottom: 0.6rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    font-feature-settings: "palt";
}

.equipment-bathList-ttl .equipment-bathList-mark {
    font-size: 1.2rem;
    font-weight: 700;
    vertical-align: baseline;
}

.equipment-bathList-txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.55;
    font-feature-settings: "palt";
}

.equipment-bathList-att {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.55;
    font-feature-settings: "palt";
}

/* siding・door
------------------------------------------------------------------------------- */
/* door */
.door-catch{
	margin-bottom: 0.5rem;
}

/* siding */
.siding {
    padding: 2.8rem 2.8rem 0;
}

.siding-pri {
    justify-content: left;
    gap: 1.6rem;
    padding-left: 1.8rem;
    font-weight: 700;
}

.siding-pri-sub {
    display: block;
    margin-top: 1rem;
    margin-left: -1.6rem;
    font-size: 3.8rem;
}

.siding-catch {
    margin-bottom: 2.4rem;
    letter-spacing: 0;
    white-space: nowrap;
}

.siding-txt {
    margin-bottom: 2.4rem;
    line-height: 1.8;
}


/* enekari
-------------------------------------------------------------------------------*/
.enekari {
    padding: 1.8rem 2.1rem 0;
}

.enekari-pri {
    justify-content: left;
    padding-left: 2rem;
}

.enekari-pri-sub {
    margin-bottom: 1.5rem;
    margin-inline: -0.5rem;
    font-size: 7rem;
    font-weight: 300;
    /* windows,Android向けに欧文フォントで代用 */
    font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}
.enekari-lead {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 1rem;
    font-family: var(--gothic);
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-align: center;
}

/* ライン線 */
.enekari-lead::before,
.enekari-lead::after {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 1.1em;
    margin-bottom: -0.1rem;
    background-color: var(--black01);
    border-radius: 3px;
    vertical-align: middle;
}
.enekari-lead::before {
    transform: rotate(-22deg);
    margin-right: 0.6em;
}
.enekari-lead::after {
    transform: rotate(22deg);
    margin-left: 0.6em;
}

/* 小文字 */
.enekari-leadS {
    font-size: 3rem;
}
/* x */
.enekari-leadX {
    margin: 0 0.2rem 0.2rem;
    font-size: 4rem;
    font-weight: 400;
    /* windows,Android向けに欧文フォントで代用 */
    font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}
/* ドット */
.enekari-leadD {
    display: inline-block;
    background-image: radial-gradient(circle at center, var(--black01) 0.3rem, transparent 0.35rem);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 1em 0.8em;
    padding-top: 0.75em;
}
/* 狭める（palt） */
.enekari-leadP {
    font-feature-settings: "palt";
}

.enekari-txt {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-feature-settings: "palt";
}

/* エネカリサービス ①~⑩ */
.enekari-list {
    counter-reset: enekari-counter;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.2rem;
    margin-bottom: 1.7rem;
    margin-left: 1.2rem;
}
.enekari-list > li:nth-of-type(-n+6) {
    grid-column: span 4;
    min-height: 7rem;
}
.enekari-list > li:nth-of-type(n+7) {
    grid-column: span 3;
    min-height: 10rem;
}
.enekari-list > li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--notoSans);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
	border: 0.2rem solid var(--blue01);
    border-radius: 1rem;
	background-color: var(--blue02);
    font-feature-settings: "palt";
}
.enekari-list > li::before {
    counter-increment: enekari-counter;
    content: counter(enekari-counter);
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	width: 2.4rem;
	height: 2.4rem;
	color: var(--white);
    font-family: var(--notoSans);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.25rem;
	text-align: center;
	background:linear-gradient(to right, var(--blue03), var(--blue04));
	border-radius: 50%;
}

.enekari-listTxt {
    text-align: center;
}
.enekari-listTxt > b {
    color: var(--blue03);
    font-size: 2rem;
    font-weight: 900;
}
.enekari-listTxt > sup {
    color: var(--blue03);
    font-size: 1.5rem;
}

.enekari-wrap {
    display: flex;
    justify-content: space-between;
}

.enekari-img02 {
    max-width: 46.8rem;
}

.enekari-innerTtl {
    margin-bottom: 1rem;
    color: var(--green01);
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.4;
}

.enekari-innerTxt {
    margin-bottom: 2.8rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08rem;
    font-feature-settings: "palt";
}

.enekari-innerAtt {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
}

.enekari-att01 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 4.5rem;
    margin-left: 1.4rem;
}
.enekari-att02 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.enekari-att03 {
    margin-bottom: 4.2rem;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.055em;
    font-feature-settings: "palt";
}

.enekari-img01 {
    max-width: 86rem;
    margin-inline: auto;
}


/* zeh
-------------------------------------------------------------------------------*/
.zeh {
    padding: 3rem 2rem 0;
}

.zeh-pri {
    white-space: nowrap;
    font-feature-settings: "palt";
}
.zeh-pri > span {
    /* 文字圧縮（細長にする） */
    transform: scaleX(0.83);
    transform-origin: left center;
    margin-right: -18.5%;
}

.zeh-lead {
    margin-bottom: 2.4rem;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.07em;
    font-feature-settings: "palt";
}

.zeh-att {
    margin: 1rem 0 3.7rem;
    font-family: var(--gothic);
    font-size: 1.4rem;
    font-weight: 400;
    font-feature-settings: "palt";
}

.zeh-ttl {
    margin-bottom: 1.8rem;
    padding-left: 0.8rem;
    border-bottom: 0.3rem solid var(--black01);
}

.zeh-catch {
    margin-bottom: 2.2rem;
    margin-left: 1rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

.zeh-inner {
    display: flex;
    gap: 1.8rem;
    margin-bottom: 2.8rem;
    margin-left: 1rem;
}

.zeh-txt {
    margin: -0.8rem 0 0;
    line-height: 2;
}

.zeh-list > li {
    display: grid;
    grid-template-columns: 48rem auto;
    grid-template-rows: 5.4rem auto;
    gap: 1.5rem 2.5rem;
    padding-block: 3.6rem;
    padding-left: 1.6rem;
    border-top: 2px solid var(--gray03);
}

.zeh-list > li > picture {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.zeh-listTtl {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 1.5rem;
    color: var(--white);
    background-color: var(--gray02);
    font-size: 3.6rem;
    font-weight: 500;
}

.zeh-listTxt {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    font-feature-settings: "palt";
}

.zeh-listTxt-L {
    display: block;
    margin: 0 0 1rem 0.4rem;
    font-size: 2.2rem;
    letter-spacing: 0.08rem;
}

.zeh-listTxt-M {
    display: block;
    margin: 0 4rem 4rem 0.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

.zeh-listTxt-S {
    display: block;
    margin-right: 6rem;
    font-size: 1.5rem;
}

.zeh-img03 {
    max-width: 60rem;
}

.zeh-img04 {
    display: inline-block;
    max-width: 45rem;
}

.zeh-img05 {
    max-width: 45rem;
}

.zeh-img06 {
    max-width: 20.8rem;
    margin: -0.5rem -1.6rem 0 auto;
}

.zeh-img07 {
    max-width: 45rem;
}

/* exterior
-------------------------------------------------------------------------------*/
.exterior {
    padding: 1.8rem 1.7rem 0;
}

.exterior-ttl {
    margin-bottom: 2.5rem;
    margin-left: 0.8rem;
}

/* interior
-------------------------------------------------------------------------------*/
.interior {
    padding: 2rem 0.7rem 0;
}

.interior-ttl {
    margin-bottom: 2.2rem;
    margin-left: 2rem;
}

/* note
-------------------------------------------------------------------------------*/
.note {
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    padding: 0.8rem 1.7rem 0;
}

.note-txt {
    padding-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.01em;
    font-feature-settings: "palt";
}

/* footer
-------------------------------------------------------------------------------*/
.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    padding: 1rem 0 1rem;
}

.footer-link {
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: underline;
}

/* floatBnr
-------------------------------------------------------------------------------*/
#floatBnr {
    display: block;
    width: 200px;
    right: 10px;
    top: 10px;
    z-index: 999;
}

#floatArea {
    width: 200px;
    height: 113px;
    position: fixed;
    top: 10px;
    right: 0px;
    z-index: 99;
    background: url(../images/float_base.png) left top no-repeat;
}

#floatClose a {
    position: absolute;
    width: 200px;
    height: 20px;
    right: 2px;
    top: 91px;
    display: block;
    z-index: 999;
}

.f_request a {
    position: absolute;
    width: 184px;
    height: 75px;
    left: 8px;
    top: 11px;
    display: block;
    z-index: 999;
}


/* Microsoft Edgeのみ
-------------------------------------------------------------------------------*/
.isEdge .taxout-num {
    margin-right: 0;
}
.isEdge .taxin-num {
    margin-right: -0.2rem;
}
.isEdge .taxin-sub {
    margin-right: 0.5rem;
}
.isEdge .taxin-set {
    margin-bottom: 0;
}
