@charset "utf-8";
.pc {
    display: block;
}
.sp {
    display: none;
}
.fb_txtBr {
    color: #59493f;
}
.fb_inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.fb_en {
    font-family: "Arial Black", sans-serif;
}
.header_nav li a, .header_s_btn, .footer_nav_col ul li a, .footer_company_info, .copyright {
    font-weight: 500;
}
/* inviewContents関連
=======================*/
.fadeIn {
    -webkit-animation-name: fadeInAnime;
    animation-name: fadeInAnime;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
@-webkit-keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeInTrigger {
    opacity: 0;
}
.fabric_pagewrap {
    background-color: #fff;
    font-weight: normal;
    color: #333;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}
.fabric_pagewrap p,
.fabric_pagewrap span,
.fabric_pagewrap figcaption {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 2;
}
/* 共通 */
.fb_btn {
    max-width: 410px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.fb_btn a {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #9db514;
    border: 2px solid #9db514;
    width: 100%;
    border-radius: 50px;
    padding: 10px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fb_btn a:hover {
    color: #9db514;
    background-color: #fff;
    /* opacity: .7; */
}
.fb_btn a p {
    font-size: 18px;
}
.fb_ttl {
    text-align: center;
    font-size: 52px;
    position: relative;
    padding-bottom: 33px;
    line-height: 1;
    z-index: 1;
    color: #59493f;
}
.fb_ttl::after {
    content: '';
    display: inline-block;
    background: url(../img/ttl_underline.png) no-repeat top center / 100% auto;
    width: 305px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
}
.fb_ttlWrap {
    text-align: center;
    margin: 0 auto 90px;
}
.fb_ttlWrap span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #b28850;
    margin-bottom: 10px;
}
.fb_ttlWrap h3 span {
    display: inline-block;
    color: #59493f;
    font-size: 42px;
    line-height: 1;
}
/* fb_mv */
.fb_mv {
    margin-bottom: 125px;
}
.fb_mv ul li img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: auto;
}
/* fb_about */
.fb_about {
    margin: 0 auto 115px;
}
.fb_aboutTop {
    margin: 0 auto 120px;
    text-align: center;
}
.fb_aboutTop h2 {
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: .075em;
    margin-bottom: 45px;
}
.fb_aboutTop p {
    font-size: 18px;
}
.fb_aboutCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.fb_aboutCont figure {
    width: 40%;
    max-width: 315px;
}
.fb_aboutCont_txt {
    width: 50%;
    max-width: 1050px;
}
.fb_aboutCont_txt h3 {
    max-width: 440px;
    margin-bottom: 50px;
}
.fb_aboutCont_txt p {
    max-width: 940px;
    margin: auto;
    font-weight: normal;
}
.fb_aboutCont_txtList dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 50px;
}
.fb_aboutCont_txtList dl dt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}
.fb_aboutCont_txtList dl dd {
    color: #333;
    text-align: center;
}
.fb_aboutCont_txtList dl dd p.price {
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
}
.fb_aboutCont_txtList dl dd p.price span {
    font-size: 30px;
}
.fb_aboutCont_txtList dl dd p.tax {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.fb_aboutCont p.fb_aboutCont_txt_atten {
    font-size: 14px;
    margin-bottom: 30px;
    letter-spacing: normal;
}
.fb_aboutCont .fb_btn {
    margin: 0 auto 0 0;
}
/* fb_color */
.fb_color {
    padding: 115px 0 120px;
    background: url(../img/color_bg.jpg) repeat top center / 100% auto;
    background-size: cover;
}
.fb_colorTtl {
    text-align: center;
    margin-bottom: 60px;
}
.fb_colorTtl p {
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
}
.fb_color ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.fb_color ul li {
    width: 32.5%;
    margin-bottom: 10px;
}
/* fb_simulator */
.fb_simulator {
    margin: 135px auto 125px;
}
.fb_simulator_cont {
    max-width: 875px;
    margin: 0 auto;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 40px;
    border-radius: 17px;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
}
.fb_simulator_cont figure {
    width: 40%;
}
.fb_simulator_contTxt {
    width: 53%;
}
.fb_simulator_contTxt h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.fb_simulator_contTxt span {
    display: block;
    margin: 15px auto 40px;
}
/* fb_features */
.fb_features {
    background-color: #fbf6ef;
    padding: 65px 0 125px;
}
.fb_features_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 120px;
}
.fb_features_cont:last-of-type {
    margin-bottom: 0;
}
.fb_features_contTxt {
    width: 48%;
}
.fb_features_cont figure {
    width: 46%;
}
.fb_features_contTxt .fb_features_contTtl {
    font-size: 24px;
    padding-bottom: 15px;
    line-height: 1;
}
.fb_features_contTxt .fb_features_contTtl span {
    font-size: 28px;
    display: inline-block;
    margin-right: 15px;
    line-height: 1;
}
.fb_features_contTxt .dot_line {
    line-height: 0;
    margin-bottom: 20px;
}
.fb_features_cont.cont01 .fb_features_contTxt ul {
    margin-top: 35px;
}
.fb_features_cont.cont01 .fb_features_contTxt ul li:first-child {
    margin-bottom: 30px;
}
.fb_features_cont.cont01 .fb_features_contTxt ul li h5 {
    font-size: 18px;
}
.fb_features_cont.cont02 {
    margin-bottom: 65px;
}
.fb_features_cont.cont02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
}
.fb_features_cont.cont02 ul li {
    width: 24%;
    margin-bottom: 10px;
}
.fb_features_cont.cont02 ul::after {
    content: "";
    display:block;
    width:24%; /* 子要素と同じ幅 */
}
.fb_features_cont.cont02 ul::before { 
    content: ""; 
    display:block; 
    width:24%; /* 子要素と同じ幅 */
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* アイテムの並び順 */
}
.fb_features_cont.cont02 ul li figure {
    width: 85%;
    margin: 0 auto;
}
.fb_features_cont.cont02 ul li p {
    font-size: 15px;
    text-align: center;
    color: #59493f;
    letter-spacing: 0;
}
.fb_features_cont.cont03 h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
.fb_features_cont.cont03 .fb_features_contTxt ul li {
    font-size: 18px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px 0 10px 15px;
}
.fb_features_cont.cont03 .fb_features_contTxt ul li:last-child {
    margin-bottom: 0;
}
.fb_features_cont.cont03 .fb_features_contTxt .cont03_nmb {
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #b28850;
    width: 27px;
    height: 27px;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: 700;
}
/* fb_design */
.fb_design {
    padding: 110px 0 120px;
}
.fb_design_cont {
    margin: 0 auto 60px;
    padding: 55px 55px 60px;
    border-radius: 17px;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
}
.fb_design_cont h4 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
}
.fb_design_cont p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 65px;
}
.fb_design_cont ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.fb_design_cont ul li {
    width: 30%;
}
.fb_design_cont ul li figcaption {
    font-weight: 700;
}
.fb_design_cont.fb_design_cont02 {
    padding-bottom: 30px;
}
.fb_design_cont.fb_design_cont02 ul li {
    margin-bottom: 30px;
}
.fb_design_cont.fb_design_cont03 {
    margin-bottom: 0;
}
.fb_design_cont.fb_design_cont03 ul {
    max-width: 580px;
    margin: 0 auto;
}
.fb_design_cont.fb_design_cont03 ul li {
    width: 45%;
}
.fb_design_txt {
    margin: 105px auto 0;
    text-align: center;
    font-weight: 600;
}
.fb_design_txt ul {
    margin-bottom: 40px;
}
.fb_design_txt ul li {
    line-height: 1;
}
.fb_design_txt ul li:first-child {
    font-size: 22px;
}
.fb_design_txt ul li:nth-child(2) {
    font-size: 22px;
}
.fb_design_txt ul li:nth-child(2) p {
    font-size: 22px;
    display: inline-block;
    color: #f39800;
}
.fb_design_txt ul li:nth-child(2) p span {
    display: inline-block;
    font-size: 48px;
}
.fb_design_txt ul li:last-child {
    font-size: 32px;
}
/* ex_design */
.ex_design {
    margin-bottom: 60px;
}
.fb_brTtl {
    font-size: 28px;
    text-align: center;
    color: #fff;
    background-color: #59493f;
    padding: 5px 0;
    margin-bottom: 85px;
}
.ex_design ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.ex_design ul li {
    width: 30%;
    margin-bottom: 30px;
}
.ex_design ul li figcaption {
    text-align: center;
    color: #59493f;
}
.ex_design p {
    margin-top: 25px;
    color: #59493f;
}
/* fb_afterservide */
.fb_afterservide {
    margin-bottom: 140px;
}
.fb_afterservide_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.fb_afterservide_cont figure {
    width: 45%;
}
.fb_afterservide_contTxt {
    width: 50%;
}
.fb_afterservide_contTxt p a {
    color: #f5900b;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fb_afterservide_contTxt p a:hover {
    opacity: .7;
}
.fb_afterservide_contTxt span {
    font-size: 13px;
    line-height: 1.8;
    display: block;
    margin-top: 10px;
}
.fb_afterservide_contTxt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 475px;
    margin-top: 20px;
}
.fb_afterservide_contTxt ul li {
    max-width: 220px;
    width: 100%;
}
.fb_afterservide_contTxt ul li a {
    display: block;
    border: 1px solid #f5900b;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    color: #59493f;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fb_afterservide_contTxt ul li a:hover {
    background-color: #f5900b;
    color: #fff;
}
@media only screen and (max-width: 1100px) {
    .pc_fb {
        display: none !important;
    }
    .sp_fb {
        display: block !important;
    }
}
@media only screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .fabric_pagewrap p,
    .fabric_pagewrap span,
    .fabric_pagewrap figcaption {
        /* font-size: 14px; */
        line-height: 1.8;
    }
    /* 共通 */
    .fb_btn {
        max-width: 350px;
    }
    .fb_btn a p {
        font-size: 16px;
    }
    .fb_ttl {
        font-size: 32px;
        padding-bottom: 25px;
    }
    .fb_ttl::after {
        width: 280px;
        height: 42px;
    }
    .fb_ttlWrap {
        margin: 0 auto 40px;
    }
    .fb_ttlWrap span {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .fb_ttlWrap h3 span {
        font-size: 28px;
    }
    /* fb_mv */
    .fb_mv {
        margin-bottom: 90px;
    }
    /* fb_about */
    .fb_about {
        margin: 0 auto 80px;
    }
    .fb_aboutTop {
        margin: 0 auto 60px;
    }
    .fb_aboutTop h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .fb_aboutTop p {
        font-size: 16px;
    }
    .fb_aboutCont {
        display: block;
    }
    .fb_aboutCont figure {
        width: 100%;
        max-width: 200px;
        margin: 0 auto 30px;
    }
    .fb_aboutCont_txt {
        width: 100%;
        text-align: center;
    }
    .fb_aboutCont_txt h3 {
        max-width: 350px;
        margin:0 auto 20px;
    }
    .fb_aboutCont_txtList dl {
        display: block;
        text-align: center;
        margin: 0 auto 30px;
    }
    .fb_aboutCont_txtList dl dt {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .fb_aboutCont_txtList dl dd p.price {
        font-size: 30px;
    }
    .fb_aboutCont_txtList dl dd p.price span {
        font-size: 24px;
    }
    .fb_aboutCont_txtList dl dd p.tax {
        font-size: 16px;
    }
    .fb_aboutCont p.fb_aboutCont_txt_atten {
        margin: 0 auto 30px;
        padding-left: 1em;
    text-indent: -1em;
   text-align: left;
   display: inline-block;
    }
    .fb_aboutCont .fb_btn {
        margin: 0 auto;
    }
    /* fb_color */
    .fb_color {
        padding: 60px 0;
    }
    .fb_colorTtl {
        margin-bottom: 30px;
    }
    .fb_colorTtl p {
        font-size: 16px;
        margin-top: 10px;
    }
    .fb_color ul li {
        width: 48%;
    }
    /* fb_simulator */
    .fb_simulator {
        margin: 80px auto;
    }
    .fb_simulator_cont {
        display: block;
        padding: 30px 5%;
    }
    .fb_simulator_cont figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .fb_simulator_contTxt {
        width: 100%;
    }
    .fb_simulator_contTxt h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .fb_simulator_contTxt span {
        display: block;
        margin: 10px auto 30px;
        padding-left: 1em;
    text-indent: -1em;
    }
    /* fb_features */
    .fb_features {
        padding: 60px 0;
    }
    .fb_features_cont {
        display: block;
        margin-bottom: 60px;
    }
    .fb_features_contTxt {
        width: 100%;
    }
    .fb_features_cont figure {
        width: 100%;
    }
    .fb_features_contTxt .fb_features_contTtl {
        font-size: 18px;
    }
    .fb_features_contTxt .fb_features_contTtl span {
        font-size: 22px;
        margin-right: 10px;
    }
    .fb_features_contTxt .dot_line {
        margin-bottom: 15px;
    }
    .fb_features_cont.cont01 .fb_features_contTxt ul {
        margin-top: 20px;
    }
    .fb_features_cont.cont01 .fb_features_contTxt ul li:first-child,
    .fb_features_cont.cont01 .fb_features_contTxt ul li:last-child {
        margin-bottom: 20px;
    }
    .fb_features_cont.cont01 .fb_features_contTxt ul li h5 {
        font-size: 16px;
    }
    .fb_features_cont.cont02 {
        margin-bottom: 35px;
    }
    .fb_features_cont.cont02 figure {
        margin-top: 20px;
    }
    .fb_features_cont.cont02 ul {
        max-width: 400px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-bottom: 20px;
    }
    .fb_features_cont.cont02 ul li {
        width: 40%;
    }
    .fb_features_cont.cont02 ul::after, .fb_features_cont.cont02 ul::before {
        content: none;
    }
    .fb_features_cont.cont03 h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .fb_features_cont.cont03 figure {
        margin-top: 20px;
    }
    .fb_features_cont.cont03 .fb_features_contTxt ul li {
        font-size: 16px;
        padding: 10px 0 10px 15px;
        padding-left: 2em;
        text-indent: -1.5em;
    }
    .fb_features_cont.cont03 .fb_features_contTxt .cont03_nmb {
        margin-right: 10px;
        width: 25px;
        height: 25px;
        font-size: 15px;
        padding-left: 0;
    text-indent: 0;
    }
    .fb_features_cont.cont04 figure {
        margin-top: 20px;
    }
    /* fb_design */
    .fb_design {
        padding: 60px 0;
    }
    .fb_design_cont {
        padding: 30px 5%;
    }
    .fb_design_cont h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .fb_design_cont p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .fb_design_cont ul {
        display: block;
    }
    .fb_design_cont ul li {
        width: 100%;
        margin-bottom: 35px;
    }
    .fb_design_cont ul li:last-child {
        margin-bottom: 0;
    }
    .fb_design_cont ul li figcaption {
        text-align: center;
    }
    .fb_design_cont.fb_design_cont02 {
        padding-bottom: 5px;
    }
    .fb_design_cont.fb_design_cont02 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .fb_design_cont.fb_design_cont02 ul li {
        margin-bottom: 25px;
        width: 47%;
    }
    .fb_design_cont.fb_design_cont03 ul li {
        width: 80%;
        margin: 0 auto 20px;
    }
    .fb_design_cont.fb_design_cont03 ul li:last-child {
        margin-bottom: 0;
    }
    .fb_design_txt {
        margin: 60px auto 0;
    }
    .fb_design_txt ul {
        margin-bottom: 30px;
    }
    .fb_design_txt ul li {
        line-height: 1.5;
    }
    .fb_design_txt ul li:first-child {
        font-size: 18px;
    }
    .fb_design_txt ul li:nth-child(2) {
        font-size: 18px;
    }
    .fb_design_txt ul li:nth-child(2) p {
        font-size: 18px;
    }
    .fb_design_txt ul li:nth-child(2) p span {
        font-size: 36px;
    }
    .fb_design_txt ul li:last-child {
        font-size: 26px;
    }
    /* ex_design */
    .ex_design {
        margin-bottom: 50px;
    }
    .fb_brTtl {
        font-size: 22px;
        margin-bottom: 40px;
    }
    .ex_design ul li {
        width: 48%;
        margin-bottom: 25px;
    }
    .ex_design p {
        margin-top: 10px;
    }
    /* fb_afterservide */
    .fb_afterservide {
        margin-bottom: 55px;
    }
    .fb_afterservide_cont {
        display: block;
    }
    .fb_afterservide_cont figure {
        width: 100%;
        margin-bottom: 30px;
    }
    .fb_afterservide_contTxt {
        width: 100%;
    }
    .fb_afterservide_contTxt ul {
        display: block;
        margin: 20px auto 0;
    }
    .fb_afterservide_contTxt ul li {
        margin: 0 auto 20px;
        max-width: 300px;
    }
    .fb_afterservide_contTxt ul li a {
        padding: 10px 0;
    }
}