@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: 3.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.4;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
}

.flex{
    display: flex;
}

/* sec08,09のみ */
.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;
}

/* sec01
-------------------------------------------------------------------------------*/
.sec01 {
    padding: 2.3rem 3.1rem 5.4rem 2.2rem;
}

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

.sec01-container {
    display: flex;
    justify-content: space-between;
}

.sec01-priceList {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.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: 13.5rem;
    font-weight: 700;
    line-height: 0.9;
}
.taxout-num {
    display: inline-block;
    /* 文字圧縮（細長にする） */
    transform: scaleX(0.9);
    transform-origin: left center;
    margin-right: -2.9rem;
}
.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: 7.8rem;
}
.taxin-num {
    margin-left: 1.4rem;
    color: var(--red03);
    font-size: 10.5rem;
    /* 文字圧縮（細長にする） */
    transform: scaleX(0.9);
    transform-origin: left center;
    margin-right: -2.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: -2.5rem;
}
.taxin-label {
    font-size: 2.755rem;
}
.taxin-yen {
    font-size: 3.7rem;
}

/* 写真一覧 */
.sec01-product {
    display: flex;
    flex-direction: column;
    gap: 9rem;
}

.sec01-product > li {
    flex: 1;
}

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

.sec01-productImg {
    max-width: 25rem;
}

.sec01-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.03em;
    line-height: 1.15;
    font-feature-settings: "palt";
}

.sec01-product > li:nth-of-type(4) .productInner-ttl {
    font-size: 4.3rem;
}

.productInner-icon{
    width: 3em;
}

.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;
}

/* sec02
-------------------------------------------------------------------------------*/
.sec02 {
    background-color: var(--red01);
}

.nav-opt {
    justify-content: center;
    align-items: center;
    gap: 2.2rem;
    margin-bottom: 1rem;
    padding: 1.5rem 0 1rem;
    color: var(--white);
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    font-feature-settings: "palt";
}

.nav-opt sub {
    display: inline-flex;
    align-items: center;
    min-height: 2.3rem;
    margin-bottom: 0.7rem;
    padding: 0.4rem 1.4rem 0.5rem;
    color: var(--black01);
    background-color: var(--yellow01);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.sec02-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 1.5rem 1.5rem;
}

.sec02-list > li {
    display: grid;
    border-right: 0.3rem solid var(--black02);
    border-bottom: 0.3rem solid var(--black02);
}

.sec02-list > li:nth-of-type(1) {
    border-top: 0.3rem solid var(--black02);
    border-left: 0.3rem solid var(--black02);
}
.sec02-list > li:nth-of-type(2) {
    border-top: 0.3rem solid var(--black02);
}
.sec02-list > li:nth-of-type(3) {
    border-left: 0.3rem solid var(--black02);
}

.sec02-link {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    align-content: center;
    gap: 2rem;
    width: 100%;
    height: 100%;
    min-height: 19rem;
    padding: 1.4rem 1.6rem;
    background-color: var(--white);
}

.sec02-txt {
    display: grid;
    align-content: center;
}

.sec02-itemTtl-sub {
    font-size: 2.4rem;
    line-height: 1.3;
    font-feature-settings: "palt";
}

.sec02-thumb img {
    width: 100%;
    object-fit: cover;
}

.sec02-itemTtl {
    margin-bottom: 0.9rem;
    color: var(--red03);
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.05;
    line-height: 1.3;
    font-feature-settings: "palt";
}

.sec02-itemBody {
    font-size: 2.2rem;
    line-height: 1.35;
    font-feature-settings: "palt";
}

.sec02-itemAtt {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: right;
    margin-top: 1rem;
    font-feature-settings: "palt";
}

/* sec03
-------------------------------------------------------------------------------*/

.sec03 {
    display: flex;
    gap: 3.2rem;
    padding: 2rem 0 3rem;
}

.sec03-item {
    flex: 1;
}

.sec03-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;
}

.sec03-img {
    height: 20.5rem;
}

/* sec04
-------------------------------------------------------------------------------*/

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

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

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

.sec04-ttl {
    margin-bottom: 2rem;
    letter-spacing: -0.5rem;
    font-size: 4rem;
}

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

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

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

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

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

/* オリジナル洗面台 */
.sec04-ttl-wash {
    gap: 2.5rem;
    margin-bottom: 3.7rem;
    padding-bottom: 2.8rem;
}

.sec04-ttl-wash-sub{
    font-size: 2.3rem;
}

.sec04-catch-wash{
    margin-bottom: 2.8rem;
    color: var(--green01);
    font-size: 3rem;
}

.sec04-txt-wash-ttl{
    font-size: 2.8rem;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
}

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

.sec04-flex-wash {
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.2rem;
}

.wash-att {
    margin: 0.8rem 0.5rem 1.2rem 0;
    font-size: 1.6rem;
    font-weight: 500;
}

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

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

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

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

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

.sec04-img05 {
    max-width: 46rem;
}



/* sec05
------------------------------------------------------------------------------- */

.sec05 {
    padding: 2.8rem 2.8rem 0;
}

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

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

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

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


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

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

.sec06-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;
}
.sec06-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;
}

/* ライン線 */
.sec06-lead::before,
.sec06-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;
}
.sec06-lead::before {
    transform: rotate(-22deg);
    margin-right: 0.6em;
}
.sec06-lead::after {
    transform: rotate(22deg);
    margin-left: 0.6em;
}

/* 小文字 */
.sec06-leadS {
    font-size: 3rem;
}
/* x */
.sec06-leadX {
    margin: 0 0.2rem 0.2rem;
    font-size: 4rem;
    font-weight: 400;
    /* windows,Android向けに欧文フォントで代用 */
    font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}
/* ドット */
.sec06-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） */
.sec06-leadP {
    font-feature-settings: "palt";
}

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

/* エネカリサービス ①~⑩ */
.sec06-list {
    counter-reset: sec06-counter;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.2rem;
    margin-bottom: 1.7rem;
    margin-left: 1.2rem;
}
.sec06-list > li:nth-of-type(-n+6) {
    grid-column: span 4;
    min-height: 7rem;
}
.sec06-list > li:nth-of-type(n+7) {
    grid-column: span 3;
    min-height: 10rem;
}
.sec06-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";
}
.sec06-list > li::before {
    counter-increment: sec06-counter;
    content: counter(sec06-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%;
}

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

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

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

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

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

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

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

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

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


/* sec07
-------------------------------------------------------------------------------*/

/* sec07共通 */
.com-opt{
    justify-content: space-between;
    width: 100%;
    background-color: var(--red03);
    color: var(--white);
    font-size: 6rem;
    font-weight: 600;
    align-items: center;
    padding: 2rem;
}
.com-opt sub{
    margin-left: auto;
    padding-right: 2rem;
    font-size: 3rem;
    font-weight: 400;
}
.com-opt-inner{
    position: relative;
}
.com-opt-ttl{
	width: 100%;
	margin: 3.4rem auto 2rem;
	padding: 1rem 0 1rem 2rem;
	background-color: var(--red03);
	color: var(--white);
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1;
	text-align: left;
	box-sizing: border-box;
}
.com-opt-ttl sub {
    margin-left: auto;
    padding-right: 2rem;
    padding-top: 1.5rem;
    font-size: 2rem;
    font-weight: 400;
}

.sec07{
	width: 100%;
	margin-inline: auto;
	background: url(../images/sec07-bg_side.jpg) repeat-y center center / 100% auto;
}

.sec07:after{
    content: '';
	display: block;
	width: 100%;
	height: min(20px, calc(20 / 1000 * 100vw));
	background: url(../images/sec07-bg_bottom.jpg) no-repeat bottom center;
}

.sec07-content{
    padding: 0.1em 4em 2em;
}      

.sec07-txt-opt-ttl{
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
    font-feature-settings: "palt";
}

.sec07-txt-opt-txt{
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 1.4rem;
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
}

.sec07-txt-opt-txt-soft{
    margin-bottom: 0.4rem;
}

.sec07-txt-opt-att{
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
    font-weight: normal;
    line-height: 1.4;
    font-size: 1.4rem;
}

.sec07-flex-opt01{
    justify-content: space-between;
    gap: 2.5rem;
    align-items: flex-start;
}

.sec07-flex-opt02{
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
}

.sec07-flex-opt03{
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.5rem;
}

.sec07-flex-opt04{
    justify-content: space-between;
    align-items: flex-start;
}

.sec07-flex-opt04 .sec07-txt-opt-txt{
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: -0.2rem;
    font-feature-settings: "palt";
    padding-top: 3rem;
    font-family: var(--notoSans);
}

.sec07-img01{
    position: absolute;
    top: 8rem;
    right: 0;
    width: 39.2rem;
    height: auto;
}

.sec07-img05{
    width: 10rem;
}

.sec07-img07{
    width: 57.6rem;
}

.sec07-img08{
    width: 47rem;
}

.sec07-img13{
    width: 37rem;
}

.sec07-img15{
    width: 52rem;
}

/* 天日干しと比較 */

.sec07-dryCompare {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, auto) minmax(0, 1fr);
    grid-template-rows: minmax(0, auto);
    align-items: stretch;
    gap: 0;
    margin: 0 0 1.5rem;
    width: 100%;
}

.sec07-dryCompare-side {
    display: flex;
    align-items: center;
    align-self: stretch;
    background-color: var(--gray01);
    min-height: 0;
}

.sec07-dryCompare-side:nth-of-type(1) {
    padding: 2.5rem 1rem 2.5rem 2.5rem;
}

.sec07-dryCompare-side:nth-of-type(3) {
    padding: 2.5rem  2.5rem 2.5rem 1rem;
}

.sec07-dryCompare-side--left {
    justify-content: space-between;
}

.sec07-dryCompare-side--right {
    justify-content: flex-start;
}

.sec07-dryCompare-txt {
    flex: 1;
    min-width: 0;
    font-family: var(--notoSans);
    margin: 0 1rem;
}

.sec07-dryCompare-ttl {
    margin-bottom: 0.8rem;
    font-size: 2.6rem;
    line-height: 1.25;
    font-feature-settings: "palt";
}

.sec07-dryCompare-body {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
}

.sec07-dryCompare-arrow {
    flex-shrink: 0;
    color: var(--gray02);
    font-size: 2rem;
    line-height: 1;
    font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

.sec07-dryCompare-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    min-height: 0;
    background-color: var(--white);
}

.sec07-dryCompare-center picture {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 32rem;
    min-height: 0;
    margin: 0;
}

.sec07-dryCompare-center img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

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

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

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

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

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

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

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

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

.sec08-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);
}

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

.sec08-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sec10-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: -2rem;
}
.isEdge .taxin-num {
    margin-right: -1.5rem;
}
.isEdge .taxin-sub {
    margin-right: -0.5rem;
}
.isEdge .taxin-set {
    margin-bottom: -1rem;
}
