.siteContents {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .siteContents {
        margin-bottom: 65px;
    }
}

.wrap {
    max-width: 1140px;
    width: 90%;
    margin: auto;
}

@media (max-width: 767px) {
    .wrap {
        max-width: 90vw;
    }
}

.margin-0 {
    margin: 0 !important;
}

/* KV */
.lineupVisualSection {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.lineupVisualSection .sectionBg {
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lineupVisualSection .sectionBg.VtoH {
    background-image: url(../top/images/img_kv.jpg);
}

.lineupVisualSection .sectionIn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 74px;
    box-sizing: border-box;
}

.lineupVisualSection .sectionIn .sectionBody {
    position: relative;
    height: 100%;
}

.lineupVisualSection .sectionTitle {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 260px;
    margin-top: -130px;
    box-sizing: border-box;
    border: 4px solid #231815;
}

.lineupVisualSection .sectionTitle.w380 {
    width: 380px;
    margin-left: -190px;
}

.lineupVisualSection .sectionTitle::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
}

.lineupVisualSection .sectionNav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.lineupPageNav {
    position: relative;
    height: 74px;
}

.lineupPageNav::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.75;
}

.lineupPageNav ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    height: 100%;
    margin: auto;
    align-items: center;
}

.lineupPageNav ul>li {
    width: calc(100% / 5);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 250ms cubic-bezier(.215, .61, .355, 1)
}

.lineupPageNav ul>li:hover {
    opacity: 0.5;
}

.lineupPageNav ul>li>a {
    display: inline-block;
    box-sizing: border-box;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
}

.lineupPageNav ul.col5 li:nth-child(5) {
    background: #156082;
}

.lineupPageNav ul.col5 li:nth-child(5)>a {
    color: #fff;
    font-weight: 300;
}

@media (max-width: 767px) {
    .lineupPageNav ul>li>a {
        font-size: 0.85714rem;
    }

    .lineupPageNav {
        height: 46.5px;
    }

    .lineupVisualSection .sectionBg {
        padding-top: 100%;
    }
}

/* scrollBtn */
.lineupVisualSection .scrollBtn {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 28px;
    width: 84px;
    height: 84px;
    margin-left: -42px;
    text-decoration: none;
}

.lineupVisualSection .scrollBtn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 84px;
    background: #fff;
    opacity: 0.75;
}

.lineupVisualSection .scrollBtn .mouse {
    position: absolute;
    left: 32px;
    top: 17px;
    width: 21px;
    height: 35px;
    border: 1px solid #0075c1;
    box-sizing: border-box;
    border-radius: 35px;
}

.lineupVisualSection .scrollBtn .mouse>span {
    display: block;
    position: absolute;
    left: 8px;
    top: 7px;
    width: 3px;
    height: 6px;
    border-radius: 6px;
    background: #0075c1;
    -webkit-animation: mousewheel 2000ms ease-out infinite;
    animation: mousewheel 2000ms ease-out infinite;
}

@keyframes mousewheel {
    0% {
        top: 7px;
    }

    50% {
        top: 14px;
    }

    100% {
        top: 14px;
    }
}

.lineupVisualSection .scrollBtn .txt {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    color: #0075c1;
    font-family: "Oswald", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .lineupVisualSection .scrollBtn {
        display: none;
    }
}

/* top logo */
.lineupVisualSection .sectionTitle .logo {
    /* display: inline-table;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -5%; */
    display: block;
    margin: auto;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 4;
}

@media (max-width: 767px) {
    .lineupVisualSection .sectionTitle {
        height: 110px;
        margin-top: -55px;
        border: 2px solid #231815;
    }

    .lineupVisualSection .sectionTitle.w380 {
        width: 250px;
        margin-left: -125px;
    }

    .lineupVisualSection .sectionTitle .logo {
        width: 50%;
    }
}

.lineupVisualSection .note {
    position: absolute;
    right: 15px;
    bottom: 20px;
    color: #fff;
    font-size: 13px;
    text-shadow: 0 0 2px #010101, 0 0 5px #4b5322, 0 0 10px #4b5322;

}

@media (max-width: 767px) {
    .lineupVisualSection .note {
        /* width: 15em; */
        right: 10px;
        bottom: 0;
        font-size: 12px;
        text-align: left;
        text-indent: -1.1em;
    }
}

/* Section Top */
.cmnSectionTitle1 {
    margin-bottom: 40px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -1px;
}

.cmnSectionTitle1>.sub {
    display: block;
    font-family: "Metropolis", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.125rem;
    font-weight: 200;
    letter-spacing: 0.02em;
}

@media (max-width: 767px) {
    .cmnSectionTitle1 {
        margin-bottom: 20px;
        font-size: 1.71429rem;
    }

    .cmnSectionTitle1>.sub {
        font-size: 0.75rem;
        font-weight: normal;
    }
}


/* Section Picture */
.sectionBlock {
    margin-top: 130px;
}

.sectionBlockPicture {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.sectionBlockPicture .blockBg {
    padding-top: 58.5625%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sectionBlockPicture .Bg-sub {
    padding-top: 65.5625%;
    margin-top: 100px;
}

.blockBg_figure {
    max-width: 500px;
    margin: auto;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .sectionBlock {
        margin-top: 65px;
    }

    .sectionBlockPicture {
        max-width: 100vw;
    }

    .sectionBlockPicture .Bg-sub {
        margin-top: 50px;
    }

    .blockBg_figure {
        margin-top: 15px;
    }
}

#concept .sectionBlockPicture .blockBg {
    background-image: url(../top/images/img_index01.jpg);
}

#concept .sectionBlockContents .sectionBlockPicture .blockBg {
    background-image: url(../top/images/img_contents01.jpg);
}

#Exterior-Design .sectionBlockContents .sectionBlockPicture .blockBg {
    background-image: url(../top/images/img_contents02.jpg);
}

#safety .sectionBlockPicture .blockBg {
    background-image: url(../top/images/img_index03.jpg);
}

#VtoHeim-Plus .sectionBlockPicture .blockBg {
    background-image: url(../top/images/img_index04.jpg);
}

@media (max-width: 767px) {
    #concept .sectionBlockContents .sectionBlockPicture .blockBg {
        background-image: url(../top/images/img_contents01_sp.jpg);
    }
}

/* Section text */
.blockTxt {
    margin: 0 auto;
    font-weight: 500;
}

.blockTxt .head {
    color: #002351;
    margin-top: 40px;
}

.blockTxt .head h3 {
    font-size: 40px;
    font-weight: 700;
}

.blockTxt .head h3 .thin {
    font-weight: 500;
}

.blockTxt .head h4 {
    font-size: 25px;
    margin-top: 10px;
    font-weight: 500;
}

.blockTxt .head-green h3 {
    color: #0A2835;
    font-weight: 500;
    font-size: 26px;
    text-align: left;
}

.blockTxt .txt {
    font-size: 16px;
    color: #002351;
    margin-top: 30px;
}

.blockTxt .txt-black {
    color: #222222;
}

.blockTxt .annotation {
    font-size: 13px;
    font-weight: 300;
    margin-top: 30px;
    text-align: left;
}

.blockTxt .annotation li {
    padding-left: 1em;
    text-indent: -1em;
}

.blockTxt .head-blue h3 {
    color: #0075c1;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin: 100px 0 30px 0;
}

.blockTxt .tl-center {
    text-align: center;
}

.blockTxt .tl-right {
    max-width: 1600px;
    margin: 20px auto 0;
    text-align: right;
}


@media (max-width: 767px) {
    .blockTxt .head {
        margin-top: 30px;
    }

    .blockTxt .head h3 {
        font-size: 24px;
    }

    .blockTxt .head h4 {
        font-size: 16px;
        margin-top: 5px;
    }

    .blockTxt .head-green h3 {
        font-size: 16px;
    }

    .blockTxt .txt {
        font-size: 14px;
        margin-top: 15px;
        text-align: left;
    }

    .blockTxt .annotation {
        font-size: 12px;
        margin-top: 15px;
    }

    .blockTxt .head-blue h3 {
        font-size: 16px;
        margin: 50px 0 15px 0;
    }

    .blockTxt .tl-center {
        text-align: left;
    }

    .blockTxt .tl-right.tl-left_sp {
        text-align: left;
        padding: 0 1em;
    }
}

/* Section figure */
.figureBlock {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .figureBlock {
        margin-top: 50px;
    }
}

/* Concept flex */
.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .flex {
        display: block;
        flex-wrap: wrap;
        max-width: 550px;
        margin: auto;
    }
}

.figure_flex {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 767px) {
    .figure_flex {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 500px) {
    .figure_flex {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .figure_flex img {
        max-width: min(280px, 70%);
        margin: 0 auto;
    }
}


/* slideimg */
.slideimg {
    overflow: hidden;
    padding: 0 4em;
}

.slideimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:767px) {
    .slideimg {
        padding: 0;
    }
}

.slideimg+.blockTxt {
    padding: 0 4em;
    margin-top: -2.75em;
    margin-bottom: 3em;
}

@media screen and (max-width:767px) {
    .slideimg+.blockTxt {
        padding: 0 1em;
        margin-top: .5em;
    }

    .slideimg+.blockTxt .annotation {
        width: fit-content;
        margin: 0 auto;
        text-align: left;
    }
}

/* Exterior Design */
/* ._select {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

._select_list {
    overflow: hidden;
}

._select_list_item {
    position: relative;
    height: 55rem;
    max-height: 937px;
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-position: center top;
    transition: width 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

._select_list_item.is-max {
    width: 80%;
}

._select_list_item.is-min {
    width: 20%;
}

._select_list_item-1 {
    background-image: url(../images/select/bg01.jpg);
    background-position: left bottom;
    background-size: cover;
}

._select_list_item-2 {
    background-image: url(../images/select/bg02.jpg);
    background-position: right bottom;
    background-size: cover;
}

._select_list_btn {
    width: 100%;
    padding: 100px 0 73px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

._select_list_btn img {
    max-width: 109px;
}


@media (max-width: 767px) {
    ._select_list_item {
        height: 30rem;
    }

    ._select_list_btn {
        padding-top: 50px;
    }
} */

/* safety */
#safety .appliances {
    max-width: 860px;
    margin-inline: auto;
}

/* #safety .sectionBlockPicture {
    position: relative;
}

#safety .sectionBlockPicture .fig {
    width: 33%;
    position: absolute;
    right: 15%;
    top: 50%;
    translate: 0 -50%;
}

#safety .pc {
    display: block;
}

#safety .sp {
    display: none;
} */

/* @media (max-width: 767px) {
    #safety .pc {
        display: none;
    }

    #safety .sp {
        display: block;
    }
} */

/* カタログ */
.catalog_h .head h3 {
    /* color: #FFA800; */
    color: #156082;
    font-size: 25px;
}

.catalog_flex {
    max-width: 945px;
    margin: auto;
    margin-top: 40px;
}

.catalog_flex_contents {
    width: 33.33333%;
    box-sizing: border-box;
}

.catalog_flex_contents img {
    margin-bottom: 10px;
    padding: 0 20px !important;
}

.catalog_flex_contents h4 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    padding: 0 10px;
}

.catalog_flex_contents p {
    font-size: 14px;
    padding: 0 10px;
    text-align: left;
}

@media (max-width: 767px) {
    .catalog_h .head h3 {
        font-size: 20px;
    }
}

.catalog_sp {
    margin-top: 20px;
}

.catalog_sp h4 {
    margin-top: 20px;
}

.catalog_sp p {
    font-size: 14px;
    text-align: left;
}

/* footer btn */
.cmnRecomCatalogBnr__bt {
    max-width: 400px;
    width: 100%;
    margin: 35px auto 0 !important;
}

.cmnRecomCatalogBnr__bt__in>a {
    -webkit-transition: opacity 250ms cubic-bezier(.215, .61, .355, 1);
    transition: opacity 250ms cubic-bezier(.215, .61, .355, 1);
    display: block;
    position: relative;
    padding: 16px 0 !important;
    /* background: #ffa800; */
    background: #156082;
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
}

.cmnRecomCatalogBnr__bt__in>a:hover {
    opacity: 0.5;
}

.cmnRecomCatalogBnr__bt__in>a:visited {
    color: #fff !important;
}

.cmnRecomCatalogBnr__bt__in>a::before {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px !important;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* top */
@media (max-width: 767px) {
    .stickyReturnTopBtn {
        display: block;
        width: 60px;
        height: 60px;
    }

    .stickyReturnTopBtn::after {
        left: 50%;
        top: 20px;
        height: 17px;
    }
}

.frame {
    padding: 0 60px 40px;
    border-radius: 4px;
    margin: 3em auto;
}

.frame .pc {
    display: block;
}

.frame .sp {
    display: none;
}

@media screen and (max-width:767px) {
    .frame .pc {
        display: none;
    }

    .frame .sp {
        display: block;
    }

    .frame .spcenter {
        text-align: center;
    }

    .frame {
        padding: 0 20px 30px;
        margin: 2em auto;
    }
}

.orangeframe {
    border: 2px solid #ffa800;
    background-color: #fefcf2;
    margin-bottom: 8em;
}

.frame sup {
    font-size: .7em;
    vertical-align: top;
}

.frame .text-center {
    text-align: center;
}

@media screen and (max-width:767px) {
    .frame .spleft {
        text-align: left !important;
    }
}

.frame .text-right {
    text-align: right;
}

.frame .figureBlock {
    margin-top: 50px;
}

.orangeframe .mtop-2 {
    margin-top: 2em;
}

.frame .mtop-4 {
    margin-top: 4em;
}

.frame .mbtm-2 {
    margin-bottom: 2em;
}

.frame .mbtm-3 {
    margin-bottom: 3em;
}

.frame .w80 {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .frame .w80 {
        width: 100%;
        margin: 2em auto;
    }
}

.blueframe {
    border: 2px solid #052e61;
    background-color: #f3f6f8;
}

.figure-blueframe {
    border: 1px solid #052e61;
    background-color: #fff;
    border-radius: 3px;
    padding: 1em;
}

.blockTxt .figure-blueframe .annotation {
    margin-top: 0;
}

.frame .head h3 {
    line-height: 1.4;
}

.blockTxt .head.head-frametitle {
    margin-top: 0 !important;
}

.head-frametitle h3 {
    margin: -59px 0 0 !important;
    display: inline-block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgb(243, 246, 248, 1) 50%);
    padding: 0 1em;
}

@media screen and (max-width:767px) {
    .head-frametitle h3 {
        margin: -68px 0 0 !important;
    }
}