/***********************
FOR RESET
***********************/
* {
    box-sizing: border-box;
    outline: none;
    position: relative;
    padding: 0;
}

*:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
    display: block;
    font-size: inherit;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: normal;
}

p,
ul,
figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

img {
    width: 100%;
    vertical-align: bottom;
}

ul {
    list-style-type: none;
}

a,
a:-webkit-any-link {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.grecaptcha-badge {
    display: none;
    /* 謎のリキャプチャ表示を消した、後で要確認 */
}

/***********************
BASE SETTING
***********************/
html {
    font-size: 3.125vw;
}

body {
    font-size: 1.4rem;
    font-family: "FOT-筑紫オールド明朝 Pro R";
    line-height: 1.8;
}

.pc {
    display: none;
}

/***********************
FONT SETTING
***********************/
h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: center;
    line-height: 1.4;
}

h1,
.design h2,
.tech h2 {
    font-family: "Augereau";
}

h1 {
    font-size: 6rem;
}

h2 {
    font-size: 3.3rem;
}

h3 {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
}

h4 {
    font-size: 1.4rem;
    text-align: left;
}

p {
    margin-bottom: 2rem;
}

/***********************
SECTIONING STYLES
***********************/
header {
    padding: 0;
}

main {
    width: 100%;
    padding: 30px 0 0 0;
}

section {
    padding: 5rem 0;
}

section .inner {
    width: 90.5%;
    margin: 0 auto;
}

.top .inner,
.b_brown .container {
    width: 87.5%;
    margin: 0 auto;
}

figure {
    margin-bottom: 2rem;
}

/***********************
HEADER STYLES
***********************/
header .global_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: #fff;
    z-index: 10;
}

header .global_header .headerTop {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #b5b5b5;
}

header .global_header .headerTop a {
    font-size: 0;
}

header .global_header .headerTop svg {
    width: 75px;
    height: 14.3px;
    fill: #e60020;
}

/***********************
EACH COMMON STYLES
***********************/
/* h2下の赤線 */
h2 {
    padding-bottom: 1rem;
}

h2::after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 1px;
    background-color: #E20020;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/* 親要素をはみ出して画面いっぱいにする */
.overhang {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 2rem;
}

/**********
design & common
***********/
/* forreset */
#text {
    display: none;
}

.design p,
.tech p {
    margin-bottom: 2rem;
}

.full ul .slick-list .slick-track .slick-slide li {
    text-align: center;
}

.full ul .slick-list .slick-track .slick-slide div li span {
    /* "さらに詳しく"の指定sitei */
    font-size: 1rem;
    padding-bottom: 0.35rem;
    font-family: "FOT-筑紫オールド明朝 Pro M";
}

.full ul .slick-list .slick-track .slick-slide div li span::after {
    content: "";
    position: absolute;
    width: 6rem;
    height: 1px;
    background-color: #7C7C7C;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slick-list {
    margin-bottom: 1.3rem;
}

.slick-initialized .slick-slide {
    margin-bottom: 0;
}

.slick-dots li button:before {
    /* slick-theme.cssの打ち消し指定も含む */
    font-family: none;
    font-size: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1px;
    content: '';
    text-align: center;
    opacity: 1;
    background-color: #D8D8D8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
    vertical-align: top;
}

.slick-dots {
    position: relative;
    bottom: auto;
}

/* 中央以外のスライダーのテキストを非表示にする */
.slick-slide.slick-current li h3,
.slick-slide.slick-current li span {
    display: block !important;
}

.slick-slide div li h3,
.slick-slide div li span {
    display: none;
}


/***********************
EACH STYLES
***********************/
/**********
topセクション 
**********/
.top {
    padding: 0;
    color: #fff;
    text-shadow: 0.1rem 0.1rem 1rem #000;
}

.top h1 span {
    font-family: "FOT-筑紫オールド明朝 Pro R";
    font-size: 1.8rem;
    display: block;
}

.top p {
    font-size: 1.6rem;
}

.top .text-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    z-index: 10;
}

.top .text-wrapper figure,
.top .text-wrapper h1,
.top .text-wrapper p {
    position: absolute;

}

.top .text-wrapper figure {
    width: 8.9rem;
    margin: 0;
    top: 1.5rem;
    left: 1.5rem;
}

.top .text-wrapper figure img {
    vertical-align: top;
}

.top .text-wrapper h1 {
    line-height: 1;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
}

.top .text-wrapper p {
    text-align: center;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/**********
aboutセクション 
**********/
.about {
    padding-bottom: 1rem;
}

.about .inner h2 {
    font-size: 1.9rem;
    letter-spacing: 0.13em;
    line-height: 1.85;
    padding: 0;
    text-align: center;
}

.about .inner h2::after {
    display: none;
}

.about .inner h2 span {
    display: inline-block;
}

.about .inner h2 figure {
    width: 20.2rem;
    margin: 0 auto 5rem;
}

.about .inner p {
    margin-bottom: 2rem;
}

.about .full {
    margin-bottom: 3rem;
}

.to_form_btn {
    font-family: "ヒラギノ角ゴ Pro";
    font-weight: 600;
    font-optical-sizing: 1.6rem;
    line-height: 1;
    text-align: center;
    color: #fff;

    background-color: #E20020;
    display: block;
    margin: 0 auto;
    letter-spacing: 0.1em;
    margin-bottom: 5rem;
    margin-top: -5rem;
    position: relative
}

.to_form_btn a {
    display: inline-block;
    padding: 1.4rem 6.6rem;
}

/* .about .full button {
    font-family: "ヒラギノ角ゴ Pro";
    font-weight: 600;
    font-optical-sizing: 1.6rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 1.4rem 6.6rem;
    background-color: #E20020;
    display: block;
    margin: 0 auto;
    letter-spacing: 0.1em;
} */

.about .inner p.exclusive {
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 3rem;
    line-height: 1;
    margin-bottom: 0;
}

.about .inner p.exclusive span {
    display: block;
    padding-bottom: 1rem;
}

.about .inner p.exclusive::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1rem solid #000;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    width: 0;
    height: 0;
}

/**********
designセクション 
**********/
.design .full ul .slick-list .slick-track .slick-slide div li h3 {
    font-size: 2.1rem;
    line-height: 1;
}

.design .full ul .slick-list .slick-track .slick-slide div li h3 span {
    font-size: 1.4rem;
    display: block;
    margin-top: 1rem;
    font-family: inherit;
}

.design .full ul {
    margin-bottom: 0;
}

.design .full ul .slick-list .slick-track .slick-slide div li h3 span::after {
    display: none;
}

/* iziModal */
.iziModal .iziModal-wrap {
    padding: 0 !important;
    background-color: #F2F2F2;
    overflow: scroll;
}

.iziModal .iziModal-content {
    padding: 5rem 1.5rem 1.5rem !important;
}


.iziModal .iziModal-content figure {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.iziModal-content h3 {
    line-height: 1;
    font-size: 2.1rem;
}

.iziModal-content h3 span {
    display: block;
    margin-top: 1rem;
    font-size: 1.4rem;
}

.iziModal-content p {
    line-height: 2;
}

/* ばってん cross */
.iziModal-content .cross {
    display: block;
    position: fixed;
    width: 5rem;
    height: 5rem;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.3);
}

.iziModal-content .cross span {
    position: absolute;
    width: 3.1rem;
    height: 1px;
    background-color: #000;
}

.iziModal-content .cross span::after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: inherit;
}

.iziModal-content .cross span {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.iziModal-content .cross span {
    transform: rotate(45deg);
}

.iziModal-content .cross span::after {
    transform: rotate(-90deg);
}

/**********
techセクション 
**********/
.tech .full ul {
    margin-bottom: 0;
}

.tech .full ul .slick-list .slick-track .slick-slide div li h3 {
    max-width: 23.8rem;
    font-size: 1.6rem;
    margin: 0 auto 1.8rem;
}

/* iziModal-content02 tech */
.iziModal02 .iziModal-content h3 {
    font-size: 1.6rem;
    max-width: 24rem;
    margin: 0 auto 2rem;
}

.iziModal02 .iziModal-content p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

.iziModal02 .iziModal-content p:nth-of-type(2) {
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.iziModal02 .iziModal-content .detail_wrapper {
    background-color: #fff;
    padding: 1.4rem 1.5rem 0.8rem;
}

.iziModal02 .iziModal-content .detail_wrapper div h4 span {
    display: block;
    font-size: 1rem;

}

.iziModalt02 .iziModal-content .detail_wrapper div figure {
    padding-bottom: 0;
}

.iziModal02 .iziModal-content .detail_wrapper div:first-of-type {
    margin-bottom: 2rem;
}

/**********
plansheetセクション 
**********/
.plansheet {
    background-color: #EFEBE1;
}

.plansheet::after {
    content: "";
    position: absolute;
    bottom: -2.3%;
    left: 0;
    right: 0;
    margin: auto;
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
    background-color: inherit;
    z-index: 10;
}

.plansheet .inner figure {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
}

.plansheet .inner figure img {
    width: 5.4rem;
    margin-bottom: 1rem;
}

.plansheet .inner figure figcaption {
    font-size: 1.6rem;
    line-height: 1;
}

.plansheet h2 {
    font-size: 2.4rem;
}

.plansheet p {
    line-height: 2.28;
}


/**********
b_brownセクション (contact)
**********/
.b_brown {
    background-color: #000000;
    color: #FFFFFF;
}

.b_brown h2 {
    font-size: 2rem;
    padding-bottom: 2.45rem;
}

.b_brown h2::after {
    width: 5rem;
}

.b_brown label {
    font-size: 1.2rem;
}

/**** formの指定 ****/
.form {
    font-family: "ヒラギノ角ゴ Pro";
    font-weight: 600;
}

.form p {
    margin-bottom: 1.5rem;
}

#contact .wpcf7-acceptance span.wpcf7-list-item-label {
    margin: 0;
}

#contact .wpcf7-list-item-label:before {
    content: '';
    border: 1px solid #000;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: 0;
    margin-right: .5em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background: #fff;
}

#contact input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
    content: "✔";
    display: block;
    position: absolute;
    top: 0;
    left: 2px;
    width: 1.5em;
    height: 1em;
    background-size: contain;
    color: #000;
}

/*radio*/

#contact input[type="radio"]+.wpcf7-list-item-label:before {
    content: '';
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: 2px;
    margin-right: .5em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}

span.wpcf7-list-item-label::after {
    content: "✔";
    display: block;
    position: absolute;
    top: 1px;
    left: 2px;
    width: 1.5em;
    height: 1em;
    line-height: 1;
    background-size: contain;
}

.wpcf7c-conf-hidden+span.wpcf7-list-item-label::after {
    content: "✔" !important;
    color: #000;
}

.wpcf7-acceptance>span {
    margin-left: 0 !important;
}


.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select {
    font-weight: 300;
    font-size: 1.4rem;
    background-color: #fff;
    width: 100%;
    padding: 0.9rem 0.8rem;
    border: double 3px #000;
}

/* 郵便番号検索結果 */
.addr11 input {
    border: none;
    background-color: #DEDEDE;
}

/* セレクトの三角形 */
.menu-627::after {
    content: "";
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: solid 1.3rem #000;
    border-left: solid 0.75rem transparent;
    border-right: solid 0.75rem transparent;
}

/* 確認ボタンの指定 */
.form p:last-of-type {
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
}

[type="button"],
[type="reset"],
[type="submit"] {
    font-family: "A-OTF UD新ゴ Pro R";
    font-size: 1.2rem;
    color: #fff;
    padding: 0.9rem 0;
    width: 36%;
    border: solid 1px #fff;
    border-radius: 1rem;
}

.form .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*******************M
FOOTER STYLES 
*******************/
footer {
    padding: 20rem 0 16.5rem 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer figure {
    margin: 0 auto;
}

footer nav figure:first-of-type {
    width: 12.2rem;
    margin-bottom: 30vh;
}

footer nav figure:last-of-type {
    width: 17.7rem;
}

/***********************
ページトップスライダー （ここから）
***********************/

main .swiper-container {
    width: 100%;
}

.top>.swiper-container {
    position: relative;
}

.top .swiper-container {
    opacity: 0;
    transition: all 0.5s linear;
}

.top .swiper-container.swiper-container-initialized {
    opacity: 1;
}

.swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.top>.swiper-container .swiper-slide {
    height: 0;
    padding-top: calc(100vh - 30px);
    position: relative;
    margin-bottom: 0;
}

.slide-img img {
    width: auto;
    height: 100%;
    -webkit-animation: zoomDown 10s;
    animation: zoomDown 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slide-img {
    background-size: cover;
    font-family: 'object-fit: cover;';
    background-position: center center;
    height: 600px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.about figure picture,
.full figure picture,
.slide-img picture {
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-slide img {
    /* display: block; */
    height: 100%;
    object-fit: cover;
}

.swiper-slide-active .slide-img img,
.swiper-slide-duplicate-active .slide-img img {
    -webkit-animation: zoomUp 10s;
    animation: zoomUp 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slide-img img {
    width: auto;
    height: 100%;
    -webkit-animation: zoomDown 10s;
    animation: zoomDown 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-slide-active .slide-img img,
.swiper-slide-duplicate-active .slide-img img {
    -webkit-animation: zoomUp 10s;
    animation: zoomUp 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.swiper-slide-prev .slide-img img {
    -webkit-animation: zoomUp 0s;
    animation: zoomUp 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-slide-next .slide-img img {
    -webkit-animation: zoomDown 0s;
    animation: zoomDown 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media screen and (min-width:768px) {
    main>.top>.swiper-container .swiper-slide {
        padding-top: 75%;
    }

    main>.top>.swiper-container .swiper-slide img {
        width: 110%;
    }

}

@media screen and (min-width:1280px) {
    main>.top {
        height: auto;
    }

    main>.top>.swiper-container .swiper-slide {
        padding-top: 39%;
    }

    main>.top>.swiper-container::before,
    main>.top>.swiper-container::after {
        content: '';
        width: calc((100% / 150)*25);
        height: 100%;
        display: block;
        background-color: rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 0;
        z-index: 2;
    }

    main>.top>.swiper-container::before {
        left: 0;
    }

    main>.top>.swiper-container::after {
        right: 0;
    }

    .top .swiper-container1>ul li {
        width: 33.33%;
    }

    .swiper-slide img {
        width: 110%;
    }
}

@-webkit-keyframes zoomUp {
    0% {
        -webkit-transform: translateX(-26%);
        transform: translateX(-26%);
        /* 画像幅771pxに対して、215px左 */
    }

    100% {
        -webkit-transform: translateX(-29%);
        transform: translateX(-29%);
        /* 始点から24px左, 画像中央に来る */
    }
}

@keyframes zoomUp {
    0% {
        -webkit-transform: translateX(-26%);
        transform: translateX(-26%);
    }

    100% {
        -webkit-transform: translateX(-29%);
        transform: translateX(-29%);
    }
}

@-webkit-keyframes zoomDown {
    0% {
        -webkit-transform: translateX(-32%);
        transform: translateX(-32%);
    }

    100% {
        -webkit-transform: translateX(-28%);
        transform: translateX(-28%);
    }
}

@keyframes zoomDown {
    0% {
        -webkit-transform: translateX(-32%);
        transform: translateX(-32%);
    }

    100% {
        -webkit-transform: translateX(-28%);
        transform: translateX(-28%);
    }
}

@media screen and (min-width:768px) {
    @-webkit-keyframes zoomUp {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
        }
    }

    @keyframes zoomUp {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        100% {
            -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
        }
    }

    @-webkit-keyframes zoomDown {
        0% {
            -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes zoomDown {
        0% {
            -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
}

/* デバイスが横向きの場合 モバイル   */
@media (orientation: landscape)and (max-width: 767px) {
    .slide-img {
        width: 110%;
    }

    .swiper-slide img {
        width: 100%;
    }

    @-webkit-keyframes zoomUp {
        0% {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }

        100% {
            -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
        }
    }

    @keyframes zoomUp {
        0% {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }

        100% {
            -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
        }
    }


}

/*ページトップスライダー （ここまで） */

/*slickスライダー （ここから） */
.slick-prev,
.slick-next {
    height: 24px;
    width: 24px;
    top: 30%;
    opacity: 1;
    color: transparent;
    border: transparent;
    z-index: 777;
    overflow: hidden;
}


.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:before {
    background: url('../../images/kanto_saikosuijun/slick-prev.png');
}

.slick-next:before {
    background: url('../../images/kanto_saikosuijun/slick-next.png');
}

.slick-dots li button::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #555;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.slick-dots li.slick-active button::before {
    background: #DC0017;
    opacity: 1;
}

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    display: none;
    z-index: 888;
}

.slick-slide {
    padding: 0 0.5rem;
}

.wpcf7-form-control-wrap input {
    width: 100%;
}

.slick-next:before,
.slick-prev:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    top: 0;
    left: 0;
}


@media screen and (min-width:768px) {
    .slick-slide {
        padding: 0 1rem;
    }

    .slick-prev,
    .slick-next {
        top: 40%;
    }

}

@media screen and (min-width:1024px) {

    .design .full,
    .tech .full {
        max-width: 1024px;
        width: 100%;
        margin: 0 auto;
    }

    .slick-slide {
        padding: 0 10px;
    }
}

/*slickスライダー （ここまで） */
/*mordal*/

.btn_box {
    text-align: right;
    line-height: 1;
}

li.iziModal {
    background-color: transparent;
    box-shadow: 0 0 0;
    list-style: none;
}

li.iziModal {
    max-width: 640px !important;
    z-index: 3000 !important;
    overflow: scroll;
}

.iziModal-navigate-next,
.iziModal-navigate-prev {
    height: 24px;
    width: 24px;
    top: 35%;
    opacity: 1;
}


.iziModal-navigate-next,
.iziModal-navigate-prev {
    top: 32%;
}

/*ポップアップの左右矢印*/

.iziModal-navigate {
    z-index: 3001 !important;
}

.iziModal-navigate>button {
    position: fixed;
    top: 3%;
    bottom: 0;
    border: 0;
    height: 44px;
    width: 44px;
    background-size: 100% !important;
    cursor: pointer;
    padding: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: all;
    margin: auto 0 !important;
    outline: none;
    background: none;
}

.iziModal-navigate>.iziModal-navigate-prev {
    left: 0;
}

.iziModal-navigate>.iziModal-navigate-next {
    right: 0;
}

.iziModal-navigate>.iziModal-navigate-prev::after,
.iziModal-navigate>.iziModal-navigate-next::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
}

.iziModal-navigate>.iziModal-navigate-prev::after {
    left: 0;
    background: url('../../images/kanto_saikosuijun/slick-prev.png');
}

.iziModal-navigate>.iziModal-navigate-next::after {
    right: 0;
    background: url('../../images/kanto_saikosuijun/slick-next.png');
}

#t1 .iziModal-content .detail_wrapper {
    background: #000;
    color: #fff;
}

#t1 .iziModal-content .detail_wrapper .sub_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

/* 昨日動作時のオーバーレイ? */
.iziModal-overlay {
    z-index: 2000 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

:root {
    --swiper-theme-color: rgba(0, 0, 0, 0.75) !important;
}

/***********************
BREAKPOINT 768up
***********************/
@media screen and (min-width:768px) {
    /***********************
    BASE SETTING
    ***********************/

    html {
        font-size: 10px;
    }

    body {}

    section .inner,
    .b_brown .container {
        max-width: 476px;
    }


    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /***********************
    SECTIONING STYLES
    ***********************/
    .design {
        padding-top: 7.5rem;
    }

    .about .inner h2 {
        font-size: 2rem;
    }

    /***********************
    EACH STYLES
    ***********************/
    /**********
    top
    ***********/
    .top .text-wrapper figure {
        margin-bottom: 19.5rem;
    }

    .top .text-wrapper h1 {
        margin-bottom: 12rem;
    }

    /**********
    about
    ***********/
    .about .full {
        max-width: 768px;
        margin: 0 auto 3rem;
    }

    /**********
    iziModal
    ***********/
    .iziModal-content p {
        max-width: 565px;
        margin: 0 auto 2rem;
    }

    li.iziModal {
        width: 100% !important;
        height: auto !important;
        max-height: 1134px;
        max-width: none !important;
    }

    .iziModal .iziModal-wrap {
        padding-bottom: 37rem;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .iziModal .iziModal-content {
        max-width: 768px !important;
        margin: 0 auto;
    }


    /**********
    tech
    ***********/
    .tech .full ul .slick-list .slick-track .slick-slide div li h3 {
        max-width: none;
    }

    .iziModal02 .iziModal-content .detail_wrapper {
        display: flex;
        justify-content: space-between;
        max-width: 565px;
        margin: 0 auto;
    }

    .iziModal02 .iziModal-content .detail_wrapper div {
        width: 48%;
    }

    /* 自社大工の場所 */
    #t5 .iziModal-content .detail_wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    #t5 .iziModal-content .detail_wrapper div {
        width: 100%;
    }

    /* zefの場所 */
    #t1 .iziModal-content h3,
    #t4 .iziModal-content h3 {
        max-width: 41rem;
    }

    #t1 .iziModal-content .detail_wrapper,
    #t4 .iziModal-content .detail_wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    #t1 .iziModal-content .detail_wrapper div,
    #t4 .iziModal-content .detail_wrapper div {
        width: 100%;
    }

    #t1 .iziModal-content .detail_wrapper .sub_flex {
        flex-direction: row;
        justify-content: space-around;
    }

    #t1 .iziModal-content .detail_wrapper .sub_flex>figure {
        width: 30%;
        margin: 0;
    }

    #t1 .iziModal-content .detail_wrapper .sub_flex>div {
        width: 65%;
        margin: 0;
    }


}

/***********************
BREAKPOINT 1280up
***********************/
@media screen and (min-width:1280px) {
    .top .text-wrapper {
        width: calc((100%/150)*100);
    }

    .top .text-wrapper figure {
        margin-bottom: 29.7rem;
    }

    .top .text-wrapper h1 {
        margin-bottom: 22rem;
    }


    /* iziModal */
    li.iziModal {
        height: auto !important;
        max-height: 1165px;
        overflow: scroll;
        bottom: 0;
        max-width: 1280px !important;
    }

    .iziModal-overlay {
        background-color: rgba(0, 0, 0, 0.8) !important;
    }

    .iziModal-navigate {
        max-width: 1280px !important;
        margin: 0 auto;
    }

    .iziModal-navigate>.iziModal-navigate-prev {
        left: calc((100vw - 1280px)/2);
    }

    .iziModal-navigate>.iziModal-navigate-next {
        right: calc((100vw - 1280px)/2);
    }
}

/***********************
FIREFOX用
************************/
@-moz-document url-prefix() {
    .about .full button a {
        color: #fff;
        text-decoration: none;
    }
}