@charset "utf-8";

/*///////////////////// font-face ///////////////////////////*/
/*Noto Serif JP 400*/
@font-face {
    font-family: 'Noto Serif JP';
    src: url(/fonts/NotoSerifJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Noto Serif JP 500*/
@font-face {
    font-family: 'Noto Serif JP';
    src: url(/fonts/NotoSerifJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*Noto Serif JP 600*/
@font-face {
    font-family: 'Noto Serif JP';
    src: url(/fonts/NotoSerifJP-SemiBold.woff2);
    font-weight: 600;
    font-display: swap;
}
/*Noto Serif JP 700*/
@font-face {
    font-family: 'Noto Serif JP';
    src: url(/fonts/NotoSerifJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

/*NotoSansJP JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*NotoSansJP JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*NotoSansJP JP 600*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-SemiBold.woff2);
    font-weight: 600;
    font-display: swap;
}
/*NotoSansJP JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

/*///////////////////// font-face ///////////////////////////*/


/* ============================================================
   Base / Layout override (PC 1440px only)
   ============================================================ */
body {
    -webkit-text-size-adjust: 100%;
}

#content,
#contents {
    width: 100%;
    padding-bottom: 0;
    background: #fff;
}

.h1_section,
.l-footer,
.l-header,
#path {
    display: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}

[class*="ui__ttl--"] {
    margin: 0 0 24px;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ui__ttl--center {
    position: relative;
    width: fit-content;
    margin: 0 auto 24px;
}
.ui__ttl--center::before,
.ui__ttl--center::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #C3984B;
    bottom: 16px;
}
.ui__ttl--center::before {
    left: -54px;
}
.ui__ttl--center::after {
    right: -54px;
}
.ui__ttl--left {
    align-items: flex-start;
    margin-bottom: 33px;
}
.escraft__inner {
    width: 1140px;
    margin: 0 auto;
}
.escraft__wallz__contents {
    display: flex;
    gap: 67px;
}
.escraft__label {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #c3984b;
}

.escraft__label--section {
    margin-bottom: 14px;
}

.escraft__label--column {
    margin-bottom: 68px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-left: 1px solid #c3984b;
    padding-left: 10px;
}

.escraft__label__num {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.escraft__sectionLink {
    margin-bottom: 37px;
    text-align: right;
}

.escraft__sectionLink a {
    font-family: "Noto Sans JP";
    font-size: 14px;
    color: #c3984b;
    text-decoration: none;
}

.escraft__sectionLink a:hover {
    opacity: 0.7;
    color: #c3984b;
}

.escraft__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 40px;
    padding: 0 16px 0 18px;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.25s ease;
    position: relative;
    box-sizing: border-box;
}

.escraft__btn--gold span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.escraft__btn:hover {
    opacity: 0.85;
    text-decoration: none;
}

.escraft__btn--gold {
    border-radius: 6px;
    border: 1px solid #C2C2C2;
    background: #FFF;
    height: 35px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.escraft__btn--gold:hover {
    color: #000;
    opacity: .7;
}

.escraft__btn--white {
    width: 144px;
    height: 38px;
    background: #fff;
    color: #000;
    font-family: "Noto Serif JP", serif;
}

.escraft__btn.escraft__btn--white.escraft__fv__btnWorks:hover {
    color: #000;
}

.escraft__btn--outlineDark {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 281px;
    height: 45px;
    border-radius: 4px;
    background: #C3984B;
}

.escraft__btn--outlineDark:hover {
    color: #fff;
}

/* ============================================================
   Header
   ============================================================ */
.escraft__header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
    padding: 10px 0 21px;
}

.escraft__header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.escraft__header__logo {
    display: block;
    line-height: 0;
}

.escraft__header__logo img {
    display: block;
    width: 288px;
    height: auto;
}
.escraft__header__logo__text {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
}

.escraft__header__body {
    display: flex;
    align-items: center;
    gap: 40px;
}

.escraft__header__nav__list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.escraft__header__link {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.escraft__header__link:hover {
    opacity: 0.7;
    color: #000;
}

.escraft__header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 144px;
    height: 40px;
    background: #b08246;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.escraft__header__cta:hover {
    opacity: 0.85;
    color: #fff;
}

.escraft__header__cta__icon {
    display: block;
    width: 33px;
    height: 26px;
}

.escraft__header__cta span {
    font-family: "Noto Sans JP", sans-serif;
}

/* ============================================================
   FV
   ============================================================ */
.escraft__fv {
    background: url(../images/fv__bg.webp) no-repeat center / cover;
    height: 600px;
    padding: 114px 0 0;
}
.escraft__fv__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1140px;
    height: 100%;
    margin: 0 auto;
    padding: 62px 0 0;
}
.escraft__fv__copy {
    width: 400px;
    color: #fff;
}

.escraft__fv__copy--top {
    margin-bottom: 15px;
}
.escraft__fv__catch {
    margin: 0 0 16px;
    font-family: "Noto Serif JP", serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.44;
    color: #fff;
}

.escraft__fv__sub {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.44;
    color: #fff;
}
.escraft__fv__copy--img {
    margin-bottom: 30px;
}

.escraft__fv__desc {
    margin: 0;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
    color: #fff;
}

.escraft__fv__actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 34px;
    padding-bottom: 43px;
    padding-left: 2px;
}
.escraft__fv__actions a:hover {
    color: #fff;
}
.escraft__cta .escraft__fv__actions {
    margin-top: 55px;
}

.escraft__fv__btnConsult {
    gap: 5px;
    background: #B08246;
    border: none;
    border-radius: 0;
    height: 40px;
    color: #fff;
}

.escraft__fv__btnIcon {
    display: block;
    width: 33px;
    height: 27px;
    flex-shrink: 0;
}

/* ============================================================
   INTRO / EVENT
   ============================================================ */
.escraft__intro {
    padding: 37px 0 0;
}

.escraft__intro__panel {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    min-height: 580px;
    padding: 25px 25px 0 45px;
    background: #f2f6f8;
    box-sizing: border-box;
}

.escraft__intro__text {
    padding-top: 20px;
    padding-left: 0;
}

.escraft__intro__ttl {
    padding-bottom: 50px;
    margin: 0 0 50px;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.56;
    position: relative;
}

.escraft__intro__ttl::before {
    content: '';
    display: block;
    width: 58px;
    height: 1px;
    background: #c3984b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.escraft__intro__lead {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 2;
}

.escraft__intro__visual {
    width: 587px;
    flex-shrink: 0;
}

/* Before / After comparison slider (BeerSlider-inspired) */
.escraft__ba {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    user-select: none;
}

.escraft__ba *,
.escraft__ba *::before,
.escraft__ba *::after {
    box-sizing: border-box;
}

.escraft__ba__base {
    display: block;
    width: 100%;
    height: 533px;
    object-fit: cover;
    vertical-align: bottom;
}

.escraft__ba__reveal {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.35s;
}

.escraft__ba__reveal > img {
    display: block;
    max-width: none;
    width: 587px;
    height: 533px;
    object-fit: cover;
}

.escraft__ba.is-ready .escraft__ba__reveal,
.escraft__ba.is-ready .escraft__ba__handle {
    opacity: 1;
}

.escraft__ba__label {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
}

.escraft__ba__label--before,
.escraft__ba__label--after {
    position: absolute;
    top: 20px;
    padding: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.escraft__ba__label--before {
    left: 15px;
    z-index: 1;
}

.escraft__ba__label--after {
    right: 10px;
    z-index: 0;
}

.escraft__ba__range {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    touch-action: auto;
}

.escraft__ba__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1px;
    height: 300vh;
    background: transparent;
}

.escraft__ba__range::-moz-range-thumb {
    width: 1px;
    height: 300vh;
    border: 0;
    background: transparent;
}

.escraft__ba__range::-moz-range-track {
    background: transparent;
    border: 0;
}

.escraft__ba__handle {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    margin: 0;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s 0.25s;
}

.escraft__ba__handle::before {
    content: '';
    position: absolute;
    top: -50vh;
    bottom: -50vh;
    left: 50%;
    width: 2px;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.escraft__ba__handle img {
    position: relative;
    z-index: 1;
    display: block;
    width: 38px;
    height: 38px;
}

.escraft__ba__caption {
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

.escraft__intro__eventLabel {
    margin-top: 48px;
    text-align: center;
}

/* ============================================================
   Event Cards
   ============================================================ */
.escraft__events {
    padding: 40px 0 60px;
}

.escraft__events__swiper {
    width: 100%;
    max-width: 996px;
    margin: 0 auto;
}
.swiper.escraft__eventSwiper .swiper-wrapper {
    justify-content: center;
}
.escraft__eventSwiper {
    overflow: hidden;
    width: 100%;
}

.escraft__events__slide {
    width: 324px;
    height: auto;
    flex-shrink: 0;
    box-sizing: border-box;
}

.escraft__events__slide > a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.escraft__eventCard {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}

.escraft__eventCard__thumb img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.escraft__eventCard__thumb {
    position: relative;
}

.escraft__eventCard__status {
    font-family: "Noto Sans JP";
    position: absolute;
    bottom: 17px;
    left: 25px;
    background: rgb(125 92 33 / 80%);
    color: #fff;
    font-size: 12px;
    padding: 4px 9px;
    border-radius: 4px;
}

.escraft__eventCard__body {
    padding: 24px 25px 37px;
}

.escraft__eventCard__ttl {
    margin: 0 0 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
}

.escraft__eventCard__text {
    font-family: "Noto Sans JP";
    font-size: 14px;
    margin-bottom: 10px;
}
.escraft__eventCard__text .escraft__eventCard__name {
    font-family: "Noto Sans JP";
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
}

.escraft__eventCard__desc {
    font-family: "Noto Sans JP";
    margin: 0 0 86px;
    font-size: 14px;
}

.escraft__eventCard__desc.is-event {
    margin-bottom: 15px;
}

.escraft__eventCard__badges {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}

.escraft__eventCard__badge {
    font-family: "Noto Sans JP";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    background: #EDEDED;
    font-size: 12px;
    border-radius: 4px;
}
.escraft__eventCard__link {
    margin: 0;
    color: #C3984B;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.escraft__events__slide > a:hover .escraft__eventCard__link {
    opacity: 0.7;
    color: #C3984B;
}
.escraft__events__slide:hover .escraft__eventCard__badge {
    color: #333;
}

.escraft__events__pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
}

.escraft__events__pagination.swiper-pagination {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.escraft__events__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0;
    border: 1px solid #999;
    background: transparent;
    opacity: 1;
}

.escraft__events__pagination .swiper-pagination-bullet-active {
    background: #333;
    border-color: #333;
}

/* ============================================================
タワーマンション専門だからできること
   ============================================================ */
.escraft__learnBlock {
    padding: 80px 0 65px;
    background: #f2f6f8;
}

.escraft__learnBlock__ttl {
    margin: 0 0 48px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.escraft__learnBlock--contents {
    display: flex;
    gap: 30px;
    align-items: center;
}
[class*="escraft__compareTable__tab--"] {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    width: 220px;
    height: 60px;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.escraft__compareTable__tab--towerz {
    background: #C3984B;
}
.escraft__compareTable__tab--reform {
    background: #D9D9D9;
}
.escraft__compareTable__cell {
    font-family: 'Noto Sans JP';
    height: 46px;
    padding: 2px 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.escraft__compareTable__text {
    font-family: 'Noto Sans JP';
    text-align: center;
    font-size: 14px;
    padding-left: 10px;
}
.escraft__compareTable__cell.escraft__compareTable__cell--towerz,
.escraft__compareTable__cell.escraft__compareTable__cell--triangle {
    position: relative;
    justify-content: center;
}
.escraft__compareTable__cell.escraft__compareTable__cell--towerz {
    font-size: 14px;
    background: rgba(195, 152, 75, 0.10);
}
.escraft__compareTable__cell.escraft__compareTable__cell--triangle {
    font-size: 14px;
    background: rgba(194, 194, 194, 0.10);
}
.escraft__compareTable__head,
.escraft__compareTable__row {
    display: grid;
    grid-template-columns: 241px 1fr 1fr;
}
.escraft__compareTable__head {
    border-bottom: 1px solid #C2C2C2;
}
.escraft__compareTable__row + .escraft__compareTable__row {
    border-top: 1px solid #C2C2C2;
}
.escraft__compareTable__row:last-of-type {
    border-bottom: 1px solid #C2C2C2;
}
.escraft__mark {
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.escraft__compareTable__cell .escraft__mark {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.escraft__mark--good {
    color: #c3984b;
}
.escraft__mark--bad {
    color: #999;
}
.escraft__learnBlock__bottom {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.escraft__learnBlock__lead {
    font-family: 'Noto Serif JP';
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 28px;
}

.escraft__learnBlock__desc {
    font-family: 'Noto Sans JP';
    margin: 0;
    width: 396px;
    font-size: 14px;
    line-height: 2;
}

/* ============================================================
   REASON
   ============================================================ */
.escraft__reason {
    padding: 33px 0 40px;
}

.escraft__reason .ui__ttl--center {
    margin: 0 auto 43px;
}

.escraft__reason__list {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.escraft__reason__item {
    width: 212px;
    text-align: center;
}

.escraft__reason__num {
    margin: 0 0 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #c3984b;
    line-height: 1;
}

.escraft__reason__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.escraft__reason__icon img {
    display: block;
    max-width: 100%;
    height: auto;
}

.escraft__reason__name {
    font-family: "Noto Sans JP";
    margin: 0 0 27px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.escraft__reason__desc {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
}

/* ============================================================
   WORKS
   ============================================================ */
.escraft__works {
    padding: 69px 0 85px;
}
.escraft__works__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.escraft__works__ttl {
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: 500;
}
.escraft__works .escraft__label.escraft__label--section {
    margin-bottom: 3px;
}
.escraft__works__list {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.escraft__works__item {
    width: 264px;
}
.escraft__works__img {
    width: 264px;
    height: 180px;
    margin-bottom: 11px;
}
.escraft__works__img img {
    display: block;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    object-fit: contain;
}
.escraft__works__name {
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.escraft__works__desc {
    font-family: "Noto Sans JP";
    font-size: 14px;
    color: #666;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    
}

/* ============================================================
   LEARN articles
   ============================================================ */
.escraft__learn {
    padding: 34px 0 64px;
    background-color: #F9F9F9;
}

.escraft__learn__ttl {
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: 500;
}
.escraft__learn .ui__ttl--left {
    margin-bottom: 30px;
}
.escraft__learn .escraft__label--section {
    margin-bottom: 1px;
}
.escraft__learn__list {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.escraft__learn__item {
    width: 174px;
}
.escraft__learn__thumb {
    width: 174px;
    height: 107px;
}
.escraft__learn__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px 8px 0 0;
    background: #D9D9D9;
}
.escraft__learn__detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 5px 12px;
    height: 126px;
    box-sizing: border-box;
}
.escraft__learn__itemTtl {
    margin: 0;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.escraft__learn__date {
    margin: 0;
    font-family: "Noto Sans JP";
    font-size: 12px;
    color: #5F5F5F;
}

/* ============================================================
   WALLZ
   ============================================================ */
.escraft__wallz {
    padding: 39px 0 62px;
}
.escraft__wallz__text {
    width: 294px;
    flex-shrink: 0;
}
.escraft__wallz__ttl {
    font-family: "Noto Sans JP";
    margin: 0 0 3px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.escraft__wallz__logo__wrap {
    width: 276px;
    height: 83px;
    margin-bottom: 24px;
}
.escraft__wallz__logo__wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: bottom;
}
.escraft__wallz__desc {
    font-family: "Noto Sans JP";
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin-bottom: 23px;
}

.escraft__wallz__brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.escraft__wallz__logo {
    display: block;
    width: 306px;
    height: auto;
}
.escraft__wallz__grid {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
.escraft__wallz__pair {
    display: flex;
    gap: 2px;
}
.escraft__wallz__img {
    height: 230px;
}
.escraft__wallz__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================================
   CTA
   ============================================================ */
.escraft__cta {
    background: url(../images/bg_bottom_mv.webp) no-repeat bottom / cover;
    height: 440px;
}
.escraft__cta_inner {
    width: 1140px;
    margin: 0 auto;
}

.escraft__cta__inner {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 88px;
    color: #fff;
}

.escraft__cta__ttl {
    color: #FFF;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.80);
    font-family: "Noto Serif JP";
    font-size: 46px;
    font-weight: 500;
    line-height: 66px; 
    margin-bottom: 17px;
}

.escraft__cta__desc {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    margin-left: 10px;
}

/* ============================================================
   Footer
   ============================================================ */
.escraft__footer {
    position: relative;
    color: #000;
    background: #F2F1EE;
}

.escraft__footer__bg {
    position: absolute;
    inset: 0;
}

.escraft__footer__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.escraft__footer__inner {
    padding: 43px 0 32px;
}
.escraft__footer__main {
    display: flex;
    margin-bottom: 46px;
}
.escraft__footer__brand {
    width: 313px;
    margin: 27px 74px 0 0;
    flex-shrink: 0;
}
.escraft__footer__logo {
    display: block;
    margin-bottom: 8px;
}

.escraft__footer__catch {
    font-family: "Noto Serif JP";
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 9px;
}

.escraft__footer__tagline {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}

.escraft__footer__nav {
    display: flex;
    gap: 88px;
    margin: 29px 34px 0 0;
}

.escraft__footer__nav ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.escraft__footer__nav ul:not(:last-child):before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 130px;
    background-color: #C3984B;
    top: 10px;
}
.escraft__footer__nav ul:first-child:before {
    right: -54px;
}
.escraft__footer__nav ul:nth-child(2):before {
    right: -33px;
}

.escraft__footer__nav li + li {
    margin-top: 6px;
}

.escraft__footer__nav a {
    font-family: "Noto Sans JP";
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 44px;
}

.escraft__footer__nav a:hover {
    opacity: 0.7;
    color: #000;
}

.escraft__footer__contact {
    width: 240px;
}

.escraft__footer__contactTtl {
    color: #C3984B;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
}

.escraft__footer__tel {
    font-family: "Times New Roman";
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 1px;
}

.escraft__footer__hours {
    font-family: "Noto Sans JP";
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 26px;
}

.escraft__footer__mailBtn {
    width: 212px;
    margin-left: 6px;
}
.escraft__footer__siteBtn {
    width: 212px;
    margin: 8px 0 0 6px;
}
.escraft__footer__groupList a {
    display: block;
    color: inherit;
}
.escraft__footer__group {
    margin-bottom: 37px;
    padding-top: 35px;
    border-top: 1px solid #C3984B;
}
.escraft__footer__groupTtl.top_towerzgroup {
    margin-bottom: 7px;
}
.escraft__footer__groupDesc {
    font-family: "Noto Sans JP";
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.escraft__footer__groupList {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.escraft__footer__groupList li {
    position: relative;
}
.escraft__footer__groupList li:not(:last-child):before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 71px;
    background-color: #C3984B;
    right: -29px;
}
.escraft__footer__groupList.top_towerzgroup {
    margin-bottom: 5px;
}
.escraft__footer__groupName {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
}
.escraft__footer__bottom {
   display: flex;
   align-items: center;
   border-top: 1px solid #C3984B;
   padding-top: 30px;
   justify-content: space-between;
   margin-bottom: 15px;
}
.escraft__footer__sns li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.escraft__footer__snsTtl {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.escraft__footer__left {
    display: flex;
    align-items: center;
    gap: 25px;
}
.escraft__footer__sns {
    display: flex;
    justify-content: center;
    gap: 9px;
}

.escraft__footer__sns a {
    display: block;
    line-height: 0;
}

.escraft__footer__legal {
    margin: 0 0 3px;
    font-size: 12px;
    margin-right: 21px;
}

.escraft__footer__legal a {
    color: #5F5F5F;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.escraft__footer__legal a:hover {
    opacity: 0.7;
}

.escraft__footer__copy {
    text-align: center;
    color: #C3984B;
    text-align: center;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.escraft__footer__copy small {
    /* font-size: inherit; */
    text-align: center;
}

.escraft__header a,
.l-page a,
.escraft__footer a {
    transition: opacity 0.25s ease;
}

.fixed_bnr {
    display: none;
}