@charset "utf-8";
#header{
    display: none;
}
.fgaramond{
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
@media only screen and (max-width:340px){
    .br340{
        display: none;
    }
}

/* フォーム */
.secContact#formTop {
    position: relative;
    background-color: #f8f8f8;
    padding: 0 0 150px 0;
    margin-top: 315px;
}
.secContact#formTop::after {
    content: '';
    position: absolute;
    top: -170px;
    left: calc(50% - 960px);
    width:1920px;
    height: 170px;
    background: #f8f8f8;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.secContact:not(.ok) .contactTop{
    /* position: absolute; */
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.secFormQuestionnaire .secFormTable{
    padding-top: 0;
}
.secFormTable table#form{
    background: none;
}
.secFormTable .must {
    border: 1px solid #e60012;
    color: #e60012;
}

@media only screen and (max-width:767px){
    .secContact#formTop {
        padding: 0;
        margin-top: 110px;
        background: none;
        padding-bottom: 52px;
    }
    .secContact.co#formTop{
        margin-trgb:(161, 154, 154);
    }
    .secContact#formTop::after {
        top: -40px;
        height: 40px;
        width: 100%;
        left: 0;
    }
    .secContact:not(.ok) .contactTop{
        position: static;
        padding: 30px 0;
    }
    .secFormTable{
        padding-top: 0;
    }
    form{
        padding: 0;
    }
}
/* secContact */
.secContact .formTxt{
    line-height: 2;
}
.secContact .txtLpPresent{
    color: #a40f17;
    font-weight: 600;
}
.secContact .boxConditions{
    font-size: 13px;
    line-height: 2;
    width: 700px;
    margin: 35px auto;
    background-color: #fff;
    padding: 20px;
}
@media only screen and (max-width:767px){
    .secContact .formTxt{
        line-height: 1.66;
    }
    .secContact .txtLpPresent{
        display: block;
        width: 92%;
        margin: 0 auto;
        text-align: left;
    }
    .secContact .boxConditions{
        width: 100%;
        font-size: 12px;
        line-height: 1.8;
        padding: 15px;
    }
}
@media only screen and (max-width:340px){
    .secContact .boxConditions{
        font-size: 11px;
    }
}
/* datepicker */
.ui-widget.ui-widget-content{
	z-index: 1000 !important;
	font-size: 15px;
}
@media only screen and (max-width:767px){
	.ui-widget.ui-widget-content{
		font-size: 17px;
	}
}
.secFormTable .zip input[type="text"], .secFormTable .zip select{
    background: #fff8f8;
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secModel */
.secModel{
    margin-top: 150px;
}
.secModel .titImg{
    text-align: center;
}
.secModel .topTitImg{
    text-align: center;
    margin: 30px auto 0;
}
.secModel .topTit{
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 25px;
}
.secModel .tab-area{
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    height: max-content;
}
.secModel .tab-area .tab{
    width: calc((100% - 65px) / 2);
    height: 170px;
    border-radius: 3px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border: solid 1px #1f2126;
    margin-right: 65px;
}
.secModel .tab-area .tab:last-child{
	margin-right:0;
}
.secModel .tab-area .tab.active{
    background: #1f2126;
    color: #fff;
}
.secModel .tab-area .txtMin{
    font-size: 14px;
    display: none;
}
.secModel .tab-area .tab:nth-child(4){
    margin-right: 0;
}
.secModel .tab-area .tab.active::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 26px;
    bottom: -25px;
    left: calc(50% - 20px);
    background: #1f2126;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
/* content-area */
.secModel .content-area{
    margin-top: 76px;
}
.secModel .content{
    display: none;
}
.secModel .content.show{
    display: block;
}
.secModel .txtNotes{
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
    margin: -6px 0 42px;
}
.secModel .linkBox{
    display: flex;
    flex-wrap: wrap;
}
.secModel .item{
    width: calc((100% - 130px) / 3);
    margin-right: 65px;
}
.secModel .item:nth-child(3n){
    margin-right: 0;
}
.secModel .item:nth-child(n+4){
    margin-top: 75px;
}
.secModel .modelInner{
    text-decoration: none;
    color: #1a1a1a;
    position: relative;
}
.secModel .iconBox{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
}
.secModel .iconBox .icon{
    position: relative;
    color: #fff;
    background-color: #a40f17;
    font-size: 14px;
    padding: 10px 12px;
}
.secModel .iconBox .icon.icon01{
    padding: 10px 7px;
}
.secModel .iconBox .icon.icon01::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    right: -13px;
    width: 0;
    height: 0;
    border-top: 34px solid #a40f17;
    border-right: 13px solid transparent;
    z-index: 1;
}
.secModel .iconBox .icon.icon02{
    color: #a40f17;
    background-color: #ffed24;
}
.secModel .iconBox .icon.icon03{
    color: #000;
    background-color: #ffed24;
}
.secModel .img{
    padding-top: 62.791%;
}
.secModel .txtBox{
    margin-top: 11px;
}
.secModel .tit{
    font-size: 22px;
    letter-spacing: 1px;
    line-height: calc(36 / 22);
    text-align: center;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.secModel .txt{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    text-align: center;
    margin-top: 2px;
}
.isDesktopIpad .secModel .txt{
    font-size: 12px;
    letter-spacing: normal;
}
.secModel .subTxtBox{
    margin-top: 19px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fffbde;
    font-weight: bold;
    color: #e60012;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
}
/* btnList */
.secModel .btnList{
    margin-top: 27px;
    display: flex;
    justify-content: center;
}
.secModel .btnItem{
    width: 48.838%;
    margin-right: 2.324%;
}
.secModel .btnItem:nth-child(2){
    margin-right: 0;
}
.secModel .btnItem:only-child{
    width: 230px;
    margin: 0 auto;
}
.secModel .btnInner{
    height: 64px;
    border-radius: 4px;
    background: #a40f17;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.secModel .iconTxt{
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffed24;
    padding: 0 10px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.secModel .iconTxt2{
    background: #e2dddb;
}
.secModel .iconTxt3{
    background: #e60012;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secModel{
        margin-top: 70px;
    }
    .secModel .titImg{
        width: 22px;
        margin: 0 auto;
    }
    .secModel .topTitImg{
        width: 220px;
        margin: 20px auto 0;
    }
    .secModel .topTit{
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 1px;
        margin-top: 17px;
    }
    .secModel .tab-area{
        margin-top: 24px;
    }
    .secModel .tab-area .tab{
        width: calc((100% - 12px) / 2);
        padding: 15px 0 13px;
        margin-right: 0;
        border-radius: 3px;
        font-size: 12px;
        line-height: calc(20 / 12);
        letter-spacing: 0;
    }
    .secModel .secContact .tab:nth-child(n+3){
        margin-top: 0;
    }
    .secModel .tab-area .txtMin{
        font-size: 11px;
        letter-spacing: -1px;
        margin: 2px 0 0;
    }
    .secModel .tab.active::after{
        width: 14px;
        height: 9px;
        bottom: -8px;
        left: calc(50% - 7px);
    }
    .secModel .tab .txtSp{
        margin-top: -13px;
    }
    .secModel .tab-area .tab.active::after {
        width: 14px;
        height: 9px;
        bottom: -9px;
        left: calc(50% - 7px);
    }
    /* content-area */
    .secModel .content-area{
        margin-top: 29px;
    }
    .secModel .txtNotes {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0px;
        margin: -6px 0 22px;
    }
    .secModel .linkBox{
        justify-content: space-between;
    }
    .secModel .item{
        width: 100%;
        display: block;
        margin-right: 0;
    }
    .secModel .item:nth-child(n+2){
        margin-top: 40px;
    }
    .secModel .item:nth-child(2n){
        margin-right: 0;
    }
    .secModel .modelInner{
        display: block;
        height: auto;
    }
    .secModel .iconBox .icon{
        font-size: 12px;
        padding: 8px 12px;
    }
    .secModel .iconBox .icon.icon01{
        padding: 8px 7px;
    }
    .secModel .iconBox .icon.icon01::before{
        right: -11px;
        border-top: 29px solid #a40f17;
        border-right: 11px solid transparent;
    }
    .secModel .img{
        padding-top: 62.899%;
    }
    .secModel .txtBox{
        margin-top: 16px;
    }
    .secModel .tit{
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: calc(28 / 18);
        height: auto;
    }
    .secModel .txt{
        font-size: 13px;
        line-height: calc(32 / 13);
        margin-top: 6px;
    }
    .secModel .subTxtBox{
        margin-top: 10px;
        height: 58px;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 1.5;
        padding: 11px 10px;
        text-align: left;
    }
    .secModel .content:nth-child(2) .subTxtBox{
        height: auto;
    }
    /* btnList */
    .secModel .btnList{
        margin-top: 10px;
    }
    .secModel .btnItem{
        width: 49.276%;
        margin-right: 1.448%;
    }
    .secModel .btnItem:only-child{
        width: 195px;
        margin: 0 auto;
    }
    .secModel .btnInner{
        height: 52px;
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1.5;
    }
    .secModel .btnItem:nth-child(2) .btnInner02{
        font-size: 12px;
    }
    .secModel .iconTxt{
        font-size: 10px;
        height: 20px;
    }
    .secModel .iconTxt2{
        letter-spacing: -1px;
    }
}
/* @media only screen and (max-width:359px){
    .secModel .txt{
        font-size: 12px;
    }
    .secModel .subTxtBox{
        font-size: 11px;
        letter-spacing: normal;
    }
    .secModel .btnItem:nth-child(2) .btnInner{
        font-size: 11px;
    }
    .secModel .iconTxt{
        padding: 0 5px;
    }
    .secModel .tab-area .tab{
        font-size: 12px;
        line-height: 16px;
    }
    .secModel .txtNotes {
        font-size: 12px;
        line-height: 23px;
        letter-spacing: -1px;
    }
} */
/* 240828 */
.secModel .tabtit{
    position: relative;
}
.secModel .tabtit::after{
    content: "";
    position: absolute;
    bottom: 0;
}
.secModel.lazyloaded .tabtit::after{
    background: url(../img/common/tp.gif) center top no-repeat;
    background-size: 100% auto;
}
.secModel .tab:nth-child(1) .tabtit{
    padding-bottom: 66px;
}
.secModel .tab:nth-child(1) .tabtit::after{
    width: 158px;
    height: 50px;
    left: calc(50% - 79px);
    bottom: 7px;
}
.secModel .tab:nth-child(1) .tabtit::after{
    background-image: url(../img/index/imgIcon01.png);
}
.secModel .tab:nth-child(1).active .tabtit::after{
    background-image: url(../img/index/imgIcon01_on.png);
}
.secModel .tab:nth-child(2) .tabtit{
    padding-bottom: 72px;
}
.secModel .tab:nth-child(2) .tabtit::after{
    width: 140px;
    height: 60px;
    left: calc(50% - 70px);
    bottom: 4px;
}
.secModel .tab:nth-child(2) .tabtit::after{
    background-image: url(../img/index/imgIcon03.png);
}
.secModel .tab:nth-child(2).active .tabtit::after{
    background-image: url(../img/index/imgIcon03_on.png);
}
@media only screen and (max-width:767px){
    .secModel .tab:nth-child(1) .tabtit{
        padding-bottom: 40px;
    }
    .secModel .tab:nth-child(1) .tabtit::after{
        width: 80px;
        height: 25px;
        left: calc(50% - 40px);
        bottom: 7px;
    }
    .secModel .tab:nth-child(2) .tabtit{
        padding-bottom: 52px;
    }
    .secModel .tab:nth-child(2) .tabtit::after{
        width: 82px;
        height: 35px;
        left: calc(50% - 41px);
        bottom: 8px;
    }
}
/* secView */
.secView{
    height:1050px;
    position: relative;
}
.secView .imgTop{
    position: absolute;
    width: 1920px;
    top: 0;
    left: calc(50% - 960px);
}
@media only screen and (max-width:767px){
    .secView{
        height: auto;
    }
    .secView .imgTop{
        width: 100%;
        position: static;
    }
}
/* secTopbox */
.secTopbox{
    background:#ffd800;
    width: 100%;
    padding-bottom: 5px;
}
.secTopbox .onbox{
    position: relative;
    text-align: center;
    background:#ffd800;
    color: #fff;
    padding-top: 84px;
    padding-bottom: 160px;
}
.secTopbox.lazyloaded .onbox{
    background: url(../img/index/imgbackTop.png) center top no-repeat #ffd800;
}
.secTopbox .subtxt{
    font-size: 24px;
    line-height: 42px;
}
.secTopbox .imgtxt{
    width: 649px;
    margin: 0 auto;
    margin-top: 28px;
}
.secTopbox .titbox{
    text-align: center;
    margin-top: 20px;
}
.secTopbox .subtit{
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
}
.secTopbox .tit{
    font-size: 110px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 17px;
}
.secTopbox .underbox{
    color: #1a1a1a;
    padding-top: 45px;
}
.secTopbox .undertxt{
    text-align: center;
    font-size: 56px;
    line-height: 85px;
    letter-spacing: 1px;
    font-weight: bold;
}
.secTopbox .undertxt .Rcolor{
    color: #a40f17;
}
.secTopbox .undertxt .num{
    font-size:75px;
    line-height: 1;
    vertical-align: text-top;
}
@media only screen and (max-width:767px){
    .secTopbox{
        width: 100%;
    }
    .secTopbox .onbox{
        position: relative;
        text-align: center;
        padding-top: 40px;
        padding-bottom: calc(26px + 13.5vw);
    }
    .secTopbox.lazyloaded .onbox{
        background: url(../img/index/imgbackTop_sp.png) center bottom no-repeat #ffd800;
        background-size: cover;
    }
    .secTopbox .subtxt{
        font-size: 13px;
        line-height:calc(25 / 13);
    }
    .secTopbox .imgtxt{
        width:264px;
        margin-top: 15px;
    }
    .secTopbox .titbox{
        margin-top: 19px;
    }
    .secTopbox .subtit{
        font-size: 21px;
    }
    .secTopbox .tit{
        font-size: 36px;
        letter-spacing: 1px;
        margin-top: 15px;
    }
    .secTopbox .underbox{
        padding-top: 16px;
    }
    .secTopbox .undertxt{
        font-size: 20px;
        line-height: calc(35 / 20);
        letter-spacing: 0;
    }
    .secTopbox .undertxt .num{
        font-size:30px;
    }
}
@media only screen and (max-width:374px){
    .secTopbox .subtit{
        font-size: 18px;
    }
    .secTopbox .undertxt{
        font-size: 17px;
    }
    .secTopbox .undertxt .num{
        font-size: 25px;
    }
}

/* secViewBtm */
.secViewBtm{
    position: relative;
    overflow: hidden;
    margin-top: 49px;
}
.secViewBtm .swiper-wrapper{
    transition-timing-function: linear;
}
.secViewBtm .swiper{
    width: 477px;
    overflow: visible;
}
@media only screen and (max-width:767px){
    .secViewBtm{
        padding: 0;
        margin-top: 14px;
    }
    .secViewBtm .swiper{
        width: 126px;
        overflow: visible;
    }
}
/* secModelHouse */
.secModelHouse{
    padding-bottom: 368px;
    position: relative;
    padding-top: 75px;
}
.secModelHouse::after{
    position: absolute;
    content: "";
    width: 1286px;
    height: 313px;
    bottom: 0;
    left: calc(50% - 643px);
}
.secModelHouse.lazyloaded::after{
    background: url(../img/index/iconModel.png) center top no-repeat;
}
.secModelHouse.lazyloaded{
    background: url(../img/index/bgModel.gif) repeat;
}
.secModelHouse .txtBox{
    text-align: center;
}
.secModelHouse .tit{
    font-size: 70px;
    letter-spacing: 3px;
    font-weight: bold;
}
.secModelHouse .txt{
    font-size: 70px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #a40f17;
    margin-top: 38px;
}
.secModelHouse .subTxt{
    background: linear-gradient(transparent 70%, #e7e671 70%, #e7e671 95%, transparent 95%);
}
.secModelHouse .modelList{
    display: flex;
    margin-top: 75px;
}
.secModelHouse .modelItem{
    width:calc((100% - 120px) / 4);
    margin-right: 40px;
}
.secModelHouse .modelItem:nth-child(4){
    margin-right: 0;
}
.secModelHouse .img{
    clip-path: polygon(50% 0%, 100% 24%, 100% 100%, 0 100%, 0 24%);
}
.secModelHouse .modelTxt{
    font-size: 32px;
    text-align: center;
    margin-top: 40px;
}
@media only screen and (max-width:767px){
    .secModelHouse{
        padding-bottom: 154px;
        padding-top: 39px;
    }
    .secModelHouse::after{
        width: 336px;
        height: 126px;
        left: calc(50% - 168px);
    }
    .secModelHouse.lazyloaded::after{
        background-image: url(../img/index/iconModel_sp.png);
        background-size: 100% auto;
    }
    .secModelHouse .txtBox{
    }
    .secModelHouse .tit{
        font-size: 24px;
        letter-spacing: normal;
    }
    .secModelHouse .txt{
        font-size: 24px;
        letter-spacing: 0.5px;
        line-height: 1.8;
        margin-top: 3px;
    }
    .secModelHouse .modelList{
        margin-top: 25px;
    }
    .secModelHouse .modelItem{
        width:calc((100% - 12px) / 4);
        margin-right:4px;
    }
    .secModelHouse .img{
        clip-path: polygon(50% 0%, 100% 24%, 100% 100%, 0 100%, 0 24%);
    }
    .secModelHouse .modelTxt{
        font-size: 14px;
        margin-top: 13px;
    }
}
/* secReserveBnr */
.secReserveBnr .bnr{
    display: block;
}
.secConcept + .secReserveBnr{
    margin-top: 120px;
}
@media only screen and (max-width:767px){
    .secReserveBnr{
        position: relative;
    }
    .secConcept + .secReserveBnr{
        margin-top: 64px;
    }
    .secReserveBnr .imgBtnReserve{
        width: 100%;
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* secWorries */
.secWorries{
    height: 760px;
    margin-top: 1px;
    overflow: hidden;
}
.secWorries.lazyloaded{
    background: url(../img/index/bgWorries.jpg) center top no-repeat;
}
.secWorries .inner{
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.secWorries .img{
    margin-bottom: -7px;
}
@media only screen and (max-width:767px){
    .secWorries{
        height: 117.334vw;
    }
    .secWorries.lazyloaded{
        background-image: url(../img/index/bgWorries_sp.jpg);
        background-size: cover;
    }
    .secWorries .inner{
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .secWorries .img{
        margin-bottom: 0;
    }
}

/* secConcept */
.secConcept{
    margin-top: 100px;
}
.secConcept .iconCircle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1a1a1a;
    margin: 0 auto;
    position: relative;
}
.secConcept .iconCircle::before,
.secConcept .iconCircle::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #1a1a1a;
    border-radius: 50%;
    left: calc(50% - 10px);
}
.secConcept .iconCircle::before{
    top: -40px;
}
.secConcept .iconCircle::after{
    bottom: -40px;
}
.secConcept .txt{
    margin-top: 83px;
    font-size: 30px;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
.secConcept .subTxt{
    background: linear-gradient(transparent 70%, #e7e671 70%, #e7e671 95%, transparent 95%);
}
.secConcept .subTit{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 23px;
    letter-spacing: 1px;
}
.secConcept .conceptList{
    margin-top: 80px;
    display: flex;
    border-bottom: solid 1px #ededed;
}
.secConcept .conceptItem{
    width: calc(100% / 3);
    border-right: solid 1px #ededed;
}
.secConcept .conceptItem:last-child{
    border-right: none;
}
.secConcept .conceptItem .img{
    width: 100%;
    height: 0;
    padding-top: 60%;
}
.secConcept .txtBox{
    position: relative;
    padding: 56px 20px 60px;
}
.secConcept .nmber{
    position: absolute;
    top: -30px;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    background: #a40f17;
    font-size: 25px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secConcept .conceptTxt{
    font-size: 30px;
    line-height: 1.66;
    text-align: center;
    font-weight: bold;
}
@media only screen and (max-width:1650px){
    .secConcept .conceptTxt{
        font-size: 25px;
    }
}
@media only screen and (max-width:767px){
    .secConcept{
        margin-top: 50px;
    }
    .secConcept .iconCircle{
        width: 11px;
        height: 11px;
    }
    .secConcept .conceptItem .img{
        padding-top: 62.5%;
    }
    .secConcept .iconCircle::before,
    .secConcept .iconCircle::after{
        width: 11px;
        height: 11px;
        left: calc(50% - 5.5px);
    }
    .secConcept .iconCircle::before{
        top: -20px;
    }
    .secConcept .iconCircle::after{
        bottom: -20px;
    }
    .secConcept .txt{
        margin-top: 47px;
        font-size: 16px;
        line-height: 1.875;
        letter-spacing: normal;
    }
    .secConcept .subTxt{
        background: none;
    }
    .secConcept .subTxt02{
        background: linear-gradient(transparent 70%, #e7e671 70%, #e7e671 95%, transparent 95%);
    }
    .secConcept .subTit{
        font-size: 14px;
        margin-top: 13px;
        letter-spacing: normal;
    }
    .secConcept .conceptList{
        margin: 40px auto 0;
        display: block;
        border-bottom: none;
        width: 92%;
    }
    .secConcept .conceptItem{
        width: 100%;
        border-right: none;
    }
    .secConcept .conceptItem:nth-child(n+2){
        margin-top: 24px;
    }
    .secConcept .txtBox{
        padding: 25px 10px 0;
        margin: -20px 4% 0;
        background: #fff;
    }
    .secConcept .nmber{
        top: -17.5px;
        left: calc(50% - 17.5px);
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .secConcept .conceptTxt{
        font-size: 16px;
        line-height: 1.625;
    }
}
/* fNavi */
#fNavi{
    display: none;
}
@media only screen and (max-width:767px){
    #fNavi{
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        transform: translateY(100%);
        transition: all 0.2s ease-out;
        z-index: 9999;
        width: 100%;
    }
    #fNavi.scroll{
        transform: none;
        -webkit-transform: none;
        opacity: 1;
    }
    #fNavi .inner{
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #a40f17;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        position: relative;
    }
    #fNavi .inner::after{
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background: rgb(143, 13, 19);
        height: 3px;
        width: 100%;
    }
}