.bg-main-gray {
    background-color: #f0f0f0 !important;
}

.obg-table-red {
    background-color: #d22615 !important;
}

@media screen and (min-width: 576px) {
    .text-md-nowrap {
        white-space: nowrap;
    }
}

.table img {
    max-width: 100%;
}

table.border-half thead,
table.border-half tbody,
table.border-half tfoot,
table.border-half tr,
table.border-half th,
table.border-half td {
    border-width: 0.5px !important;
}


.table-width {
    width: 1296px !important;
}

/*２カラムtableの時*/
.rs-table-width {
    width: 1296px !important;
}

.table-sub-text-bg-color-red {
    display: inline-block;
    width: 54px;
    height: 16px;
    margin-right: 4px;
    background: #D22615;
}

@media screen and (min-width: 992px) {
    .table-width {
        width: 100% !important;
    }

    .rs-table-width {
        width: 100% !important;
    }
}

.scroll-control-none {
    -ms-overflow-style: none;
    scrollbar-width: none;
    /*Firefox対応のスクロールバー非表示コード*/

}

.scroll-control-none::-webkit-scrollbar {
    display: none;
}

body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    max-width: 2500px;
    margin: 0 auto;
    background: #FBFBFB;
}

nav {
    z-index: 999;
    max-width: 2500px;
}

a {
    color: #222222;
    text-decoration: none;
}

header {
    height: 72px;
}

a:hover {
    color: initial;
}

.td-none {
    text-decoration: none;
}

.ls-none {
    list-style-type: none;
}

.header-link-container {
    height: 72px;
}

.header-link-item-container {
    height: 100%;
    list-style-type: none;
}

.header-link-item {
    height: 100%;
    display: inline-flex;
    color: #222222;
    text-decoration: none;
    font-size: 14px;
    align-items: center;
}

.hamburger-menu-btn:checked~.menu a,
.hamburger-menu-btn:checked~.menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.hamburger-menu-btn {
    display: none;
}

.menu-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hamburger-menu-icon {
    background: #000000;
    display: block;
    height: 4px;
    width: 33px;
    position: relative;
    border-radius: 12px;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.hamburger-menu-icon:before,
.hamburger-menu-icon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 12px;
    background: #000000;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.hamburger-menu-icon:before {
    top: 11px;
}

.hamburger-menu-icon:after {
    bottom: 11px;
}

/* Hamburger Menu Animation Start */
.hamburger-menu-btn:checked~.menu-icon .hamburger-menu-icon:before {
    transform: rotate(-45deg);
    background: #D22615;
}

.hamburger-menu-btn:checked~.menu-icon .hamburger-menu-icon:after {
    transform: rotate(45deg);
    background: #D22615;
}

.hamburger-menu-btn:checked~.menu-icon:not(.steps) .hamburger-menu-icon:before {
    top: 0;
}

.hamburger-menu-btn:checked~.menu-icon:not(.steps) .hamburger-menu-icon:after {
    bottom: 0;
}

.hamburger-menu-btn:checked~.menu-icon .hamburger-menu-icon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */
/* Hamburger menu button */
.hamburger-menu-btn:checked~.menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

#menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.23);
}

.hamburger-menu {
    z-index: 999;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.menu-show {
    animation: fadeIn 0.1s ease-in both;
}

.menu-close {
    animation: fadeOut 0.1s ease-in both;
}

#hamburger-menu-container {
    display: none;
}

.hamburger-menu-pt {
    padding-top: 100px;
}

.hamburger-menu-link-item-title,
.hamburger-menu-link-item-title-sp {
    font-size: 1.125rem;
    font-weight: bold;
}

.hamburger-menu-link-item::marker,
.hamburger-menu-link-item-sp::marker {
    color: #D22615;
}

.hamburger-menu-link,
.hamburger-menu-link-sp {
    list-style-type: none;
}

.hamburger-menu-link-item-container-sp {
    padding-top: 12px;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all .3s;
}

.hamburger-menu-link-item-container-sp.open {
    margin-bottom: 24px;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}

.hamburger-menu-icon-sp {
    position: absolute;
    top: 50%;
    right: 18px;
    height: 18px;
    width: 18px;
    background: black;
    display: inline-block;
    border-radius: 50%;
    transform: translateY(-50%);
}

.hamburger-menu-icon-sp::before {
    content: "";
    position: absolute;
    border: 0.3px solid #fff;
    width: 1px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
}

.hamburger-menu-icon-sp::after {
    content: "";
    position: absolute;
    border: 0.3px solid #fff;
    width: 10px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hamburger-menu-link-item-sp input[type="checkbox"]:checked+.hamburger-menu-link-item-title-sp>.hamburger-menu-icon-sp::before {
    transform: translate(-50%, -50%) rotate(-90deg);
    opacity: 0;
}

.main-color {
    color: #D22615 !important;
}

.housing-color {
    color: #D22615 !important;
}

.non-residensial-color {
    color: #005BAC !important;
}

.bg-main-color {
    background: #D22615;
}

.bg-sub-gray-color {
    background: #F0F0F0;
}

.header-button {
    border: none;
    border-radius: 5px;
    width: 100%;
}

.header-logo-container {
    z-index: 999;
}

.hamburger-menu-link-item {
    overflow: hidden;
}

@media screen and (min-width: 576px) {
    .hamburger-menu-link-item-container {
        visibility: initial;
        height: initial;
        background: initial;
    }
}

.contact-section {
    background: #676767;
    transition: background 0.3s;
}

.contact-section:hover {
    background: #D22615;
    cursor: pointer;
}

.contact-section-py {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-section-title {
    max-width: 172px;
}

.section-space-mb {
    margin-bottom: 150px;
}

.footer {
    padding: 5rem 0 2.5rem 0;
    background: #F0F0F0;
}

.footer-doc-dl {
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 0 150px 150px 0;
    cursor: pointer;
    /*background-image: url("footer-doc-bg.svg");*/
    /*background-repeat: no-repeat;*/
}

.sub-nav-link-item-container {
    list-style-type: none;
}

.top-section-product-img {
    max-width: 463px;
}

.top-section-about-img {
    max-width: 360px;
}

.footer-logo-img {
    max-width: 220px;
}

.top-section-title-container {
    margin-left: 0;
}


.top-section-title-mb {
    margin-bottom: 70px;
}

.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-tag {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    border: 0.5px solid #222222;
    border-radius: 18px;
    line-height: 19px;
}

.common-more-btn {
    max-width: 200px;
}

.more-btn {
    display: inline-block;
    width: 200px;
    height: 50px;
    max-width: 200px;
    max-height: 50px;
    background-image: url("../img/common/more-btn.svg");
    border: none;
    transition: background-image .1s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.more-btn:hover {
    background-image: url("../img/common/more-btn-hover.svg");
}

.brand-history-bg {
    background-image: url("../img/01_top/brandhistory-bg.svg");
    background-repeat: no-repeat;
    background-position-x: center;
}

.brand-history-img {
    max-width: 277px;
}

.brand-history-text {
    font-size: 1.125rem !important;
}

.about-neomafoam01-img {
    max-width: 573px;
    max-height: 376px;
    margin-top: -188px;
}

.about-neomafoam-pt {
    padding-top: 188px;
}

.about-more-btn-img {
    margin-top: -25px;
}

.about-neomafoam02-img {
    max-width: 311px;
    max-height: 622px;
    position: absolute;
    top: 70px;
    right: -311px;
}

.about-neomafoam02-img.fadein {
    animation: about-neomafoam-fadeIn .7s ease-out forwards;
}

@keyframes about-neomafoam-fadeIn {
    to {
        right: -50px;
    }
}

.news-category-tag {
    background: #fff !important;
}

.news-article-tag {
    background: #D22615;
    color: #fff !important;
    border: 0 !important;
}

.news-category-active {
    background: #222222 !important;
    color: #fff !important;
}

.news-date {
    font-weight: 600;
    letter-spacing: 2px;
}

.top-housing-banner {
    width: 583px;
    height: 315px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: background-image .3s;
}

.top-product-img-border {
    border-radius: 30px;
}

.residensial-banner {
    background-image: url("../img/01_top/residensial-line.png");
}

.non-residensial-banner {
    background-image: url("../img/01_top/non-residensial-line.png");
}

.residensial-banner:hover {
    background-image: url("../img/01_top/residensial.png");
}

.non-residensial-banner:hover {
    background-image: url("../img/01_top/non-residensial.png");
}

@media screen and (min-width: 991px) {
    .contact-section-title {
        max-width: 287px;
    }

    .top-section-title-container {
        margin-left: -70px;
    }

    .brand-history-img {
        max-width: 440px;
    }

    .youtube-style {
        height: 500px;
    }
}

/* ------------ TOPページここまで -------------*/

/* ------------ A7 選ばれる理由ここから -------------*/

.breadcrumb-color {
    color: #676767;
}

.breadcrumb-icon {
    max-width: 4px;
    max-height: 8px;
}

.title-space-mb {
    margin-bottom: 100px;
}

.reason-top-img-container {
    overflow: hidden;
    max-width: 535px;
    max-height: 241px;
    border-radius: 20px;
}

.hover-img-scale {
    transition: transform 1s;
}

.hover-img-scale:hover {
    transform: scale(1.1);
}

.neoma-nav-border-sp-tb {
    border-top: 0.5px solid #707070;
    border-bottom: 0.5px solid #707070;
}

.neoma-nav-border-bottom {
    border-bottom: 0.5px solid #707070;
}

.click-show-slide-thumbnail-img {
    border-radius: 10px;
}

.reason-slide-border-radius {
    border-radius: 20px;
}

.click-show-slide-thumbnail-container:hover {
    cursor: pointer;
}

@keyframes fadeInFilter {
    0% {
        filter: blur(2px);
    }

    100% {
        filter: blur(0);
    }
}

.click-show-active-fade {
    animation: fadeInFilter .5s ease-in forwards;
}

.common-menu-link {
    transition: all .1s;
}

.common-menu-link:hover {
    background: #222222;
}

.common-menu-link:hover a {
    color: #fff;
}

.common-menu-link:hover .hover-svg-black {
    fill: #fff;
}

.youtube-style {
    width: 100%;
    height: 300px;
    max-height: 500px;
    min-height: 300px;
}


.top-scroll {
    position: fixed;
    bottom: 24px;
    right: 24px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 10;
}

.top-scroll.show {
    opacity: 1;
    visibility: visible;
}

.faq-link-container {
    display: block;
    border: 1px solid #222222;
    padding: 46px 30px;
}

.faq-link-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: right .3s;
}

.faq-link-container:hover>h2>.faq-link-arrow {
    right: -12px;
}

.products-all-bg {
    background: #FFFFFF;
    border-radius: 20px;
}

.materials-bg {
    background: #FFFFFF;
    border-radius: 20px 20px 0 0;
}

.materials-nonresidential-bg {
    background: rgba(242, 247, 255, 0.64);
    border-radius: 0 0 20px 20px;
}

.common-more-arrow {
    margin-left: 1rem;
    transition: margin-left 0.5s;
}

.common-more-text:hover .common-more-arrow {
    margin-left: 1.5rem;
}

.product-border-bottom {
    border-bottom: 1px solid #707070;
}

.product-tab {
    border: 1px solid #888888;
    background: #FFFFFF;
    padding: 18px 0;
    font-weight: bold;
    color: #888888;
    width: 100%;
    transition: background-color .3s;
}

.product-tab.active {
    background: #D22615 !important;
    color: #FFFFFF !important;
}

.swiper-img-item-border-radius {
    border-radius: 30px;
}

.product-section {
    display: none;
}

.product-section.active {
    display: block;
}

.main-color-border-bottom {
    border-bottom: 1px solid #D22615;
}

.external-link-color {
    color: #005BAC;
}

.external-link-border-color {
    border-bottom: 1px solid #005BAC;
}

.external-link-color:hover {
    color: #005BAC;
}

.insulation-reform-top {
    background-image: url("../img/49_insulation_reform_top/top-bg.png");
    height: 516px;
    max-width: 2500px;
    max-height: 516px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.insulation-reform-top-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
}

.insulation-reform-top-text {
    text-shadow: 0 0 6px #FFFFFF;
}

.subsidiary-topics-container {
    border: 1px solid #D22615;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    margin-top: -150px;
    z-index: 10;
}

.subsidiary-topics {
    background: #005BAC;
    border-radius: 9px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    padding: 12px 18px;
}

.reform-pagination {
    bottom: -24px !important;
}

.reform-pagination .swiper-pagination-bullet {
    margin: auto 24px !important;
}

.reform-pagination .swiper-pagination-bullet-active {
    background: #D22615;
}

.reform-swiper-prev-btn {
    position: absolute;
    top: 50%;
    left: -84px;
}

.reform-swiper-next-btn {
    position: absolute;
    top: 50%;
    right: -84px;
}

.reform-board-bg {
    background-image: url("../img/49_insulation_reform_top/board-bg.svg");
}

.reform-board-phrase {
    background: #D22615;
    border-radius: 5px;
    font-size: 40px;
    padding: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.board-method-btn {
    border: 1px solid #222222;
    border-radius: 5px;
    padding: 12px 0;
}

.board-method-img-container {
    padding: 0 30px;
}

.board-zone-container {
    border: 1px solid #222222;
    border-radius: 5px;
}

.board-zone {
    display: none;
}

.board-method-btn:hover {
    cursor: pointer;
}

.board-zone.active {
    display: block;
}

@media screen and (min-width: 991px) {
    .year-border-lg-start {
        border-left: 0.5px solid #222222 !important;
    }

    .hamburger-menu-link-item {
        overflow: initial;
    }

    .neoma-nav-border-bottom {
        border-bottom: initial;
    }

    .neoma-nav-border-sp-tb {
        border-top: initial;
        border-bottom: initial;
    }

    .neoma-nav-border-pc-tb {
        border-top: 0.5px solid #707070;
        border-bottom: 0.5px solid #707070;
    }

    .history-list-style::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        background: #222;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        top: 26px;
        left: 0;
    }

    .product-tab {
        width: 200px;
    }

    .product-border-end {
        border-right: 0.3px solid #222222;
    }

    .subsidiary-ops-14 {
        padding-left: 14rem !important;
    }

    .subsidiary-opy-4 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .board-method-img-container {
        padding: 0 54px;
    }

    .board-method-btn {
        padding: 24px 0;
    }

    .footer {
        padding: 9.375rem 0 3rem 0;
    }
}

.news-year {
    font-weight: 600;
    letter-spacing: 2px;
}

.news-icon-pdf::before {
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
    content: url('/akk/insulation/static/img/common/pdf.png');
}

.news-article-tag:not(:first-child) {
    margin-left: 10px;
}

#news-topic dl {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.top-img-button figure {
    border-radius: 15px;
    overflow: hidden;
}

.top-img-button .top-img-button-label img {
    zoom: 0.7;
}

.top-img-button a {
    position: relative;
}

.top-img-button a figure img {
    width: 100%;
    height: auto;
    filter: brightness(80%);
    transition: 0.5s all;
}

.top-img-button a:hover figure img {
    filter: brightness(100%);
    transform: scale(1.1, 1.1);
    transition: 0.5s all;
}

.top-img-button .top-img-button-label {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.neomafoam-top {
    background-image: url("../img/03_basic_performance/neomafoam-bg.svg");
}

.neoma-heat-conductivity {
    max-width: 440px;
    background: #D22615;
    border-radius: 10px;
    padding: 12px 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 32px;
}

.neomafoam-modal {
    display: none;
    width: 100vw;
    background: #D22615;
    padding-bottom: 5vw;
}

.neomafoam-modal-inner-wrap {
    width: 90vw;
    background: #FBFBFB;
}

.border-radius-10 {
    border-radius: 10px;
}

.basic-performance-modal-link-menu {
    padding: 50px 47px;
    border: 0.5px solid #D22615;
    border-radius: 10px;
}

.font-system-ui {
    font-family: system-ui !important;
}

.neoma-about-modal-close-btn {
    position: fixed;
    top: 20px;
    right: 10vw;
    max-width: 45px;
    cursor: pointer;
}

.neoma-about-modal-close-btn img {
    width: 24px;
}

.neomafoam-modal.active {
    display: block !important;
}

@media (min-width: 768px) {
    .top-img-button .top-img-button-label img {
        zoom: 1;
    }
}

@media (min-width: 992px) {
    .top-img-button figure {
        border-radius: 30px;
    }

    .top-img-button .top-img-button-label img {
        zoom: 1;
    }

    .basic-performance01 {
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 70px;
    }

    .basic-performance02 {
        display: inline-block;
        position: absolute;
        bottom: -10px;
        left: 70px;
    }

    .basic-performance03 {
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 0;
    }

    .basic-performance04 {
        display: inline-block;
        position: absolute;
        bottom: 18px;
        right: -10px;
    }
}

@media (min-width: 1200px) {
    .top-img-button .top-img-button-label img {
        zoom: 1;
    }

    .basic-performance01 {
        display: inline-block;
        position: absolute;
        top: 24px;
        left: 130px;
    }

    .basic-performance02 {
        bottom: 18px;
        left: 130px;
    }

    .basic-performance03 {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 32px;
    }

    .basic-performance04 {
        display: inline-block;
        position: absolute;
        bottom: 48px;
        right: 18px;
    }

    .neoma-about-modal-close-btn img {
        width: 45px;
    }
}

@media (min-width: 1400px) {
    .top-img-button .top-img-button-label img {
        zoom: 1;
    }

    .basic-performance01 {
        display: inline-block;
        position: absolute;
        top: 24px;
        left: 130px;
    }

    .basic-performance02 {
        bottom: 44px;
        left: 130px;
    }

    .basic-performance03 {
        display: inline-block;
        position: absolute;
        top: 24px;
        right: 90px;
    }

    .basic-performance04 {
        display: inline-block;
        position: absolute;
        bottom: 75px;
        right: 77px;
    }
}

p.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

.line-height-1_5 {
    line-height: 1.5;
}

.p-aboutMovie__video {
    margin-top: 60px;
    background: #303133;
    min-height: 500px;
    position: relative;
}
