@charset "utf-8";

/* headerlp */
#headerlp{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#headerlp .wrapper{
    display: flex;
    justify-content: flex-end;
    padding: 40px 40px 0;
    height: 0;
}
#headerlp .txtHeader{
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.06em;
    color: #222;
    margin: 18px 0 0;
}
#headerlp .linkHome{
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.06em;
    color: #222;
    display: flex;
    gap: 0 7px;
    margin: 12px 0 0;
}
#headerlp .linkHome::before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/common/iconHome.png) left top / 100% no-repeat;
    margin-top: 2px;
}
#headerlp .linkHome a{
    color: #222;
}
#headerlp .btnRight{
    width: 300px;
    height: 80px;
    border-radius: 40px;
    background: #1cb539;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 35px;
    position: relative;
}
#headerlp .btnRight .txtSmall{
    font-size: 14px;
}
#headerlp .btnRight.isOrange{
    background: #fd8a27;
}
#headerlp .btnIn::after{
    content: "";
    background: url(../img/common/iconArrow.png);
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
@media only screen and (max-width:767px){
    #headerlp{
        position: relative;
        border-bottom: solid 1px #58b530;
    }
    #headerlp .wrapper{
        display: none;
        height: 80px;
        padding: 0;
        justify-content: center;
        align-items: center;
    }
    #headerlp .headerLogo img{
        width: auto;
        height: 40px;
    }
    #headerlp .btnRight{
        display: none;
    }
}

/* secTicker */
.secTicker{
    overflow: hidden;
    position: fixed;
    top: calc(50% - 67px);
    left: 0;
    z-index: -1;
}
.secTicker .itemTicker{
    margin-left: 100px;
}
.secTicker .boxTicker{
    display: flex;
}
.secTicker .itemTicker:nth-child(odd) {
    animation: loop 80s -40s linear infinite;
    backface-visibility: hidden;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}
.secTicker .itemTicker:nth-child(even) {
    animation: loop2 80s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

/* btnPageTop */
.btnPageTop{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.btnPageTop.active {
    opacity: 1;
}

#main{
    width: 1020px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width:767px){
    #main{
        width: 100%;
        box-shadow: none;
    }
}
.w870{
    padding: 0 75px;
}
@media only screen and (max-width:767px){
    .w870{
        padding: 0 25px;
    }
}

.enteyBox{
    position: relative;
}
.enteyBox .entry{
    margin: 50px auto 0;
    line-height: 2.3;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
}
@media only screen and (max-width:767px){
    .enteyBox .entry{
        margin: 20px auto 0;
        line-height: 2.3;
        font-size: 14px;
        font-weight: 200;
        letter-spacing: 1px;
    }
}

/* secForm */
.secForm{
    margin-top: 140px;
}
.secForm .boxTit{
    text-align: center;
    color: #1cb539;
}
.secForm .txtTitEng{
    font-size: 90px;
}
.secForm .txtTitJp{
    font-size: 40px;
    margin: 26px 0 0;
}
.secForm .txtAbout{
    font-size: 14px;
    line-height: 2.14;
    margin: 40px 0 0;
    text-align: center;
}
.secForm .txtAbout a{
    color: #0072ff;
}
@media only screen and (max-width:767px){
    .secForm{
        margin-top: 140px;
    }
    .secForm .boxTit{
        padding-bottom: 10px;
    }
    .secForm .boxTit::after{
        width: 35px;
        height: 1px;
    }
    .secForm .txtTitEng{
        font-size: 9vw;
    }
    .secForm .txtTitJp{
        font-size: 4vw;
        margin: 3.5vw 0 0;
    }
    .secForm .txtAbout{
        font-size: 12px;
        margin-top: 14px;
        line-height: 1.67;
        text-align: left;
    }
}

/* secFormCatalog */
.secFormCatalog{
    margin: 34px 0 0;
}
.secFormCatalog span{
    display: block;
}
.secFormCatalog .catalogList{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.secFormCatalog .catalogItem{
    width: 48.276%;
    margin-right: 3.448%;
    position: relative;
}
.secFormCatalog .catalogItem.noCheck{
    opacity: 0.5;
    pointer-events: none;
}
.secFormCatalog .catalogItem:nth-child(2n) {
    margin-right: 0;
}
.secFormCatalog .catalogItem:nth-child(n + 3) {
    margin-top: 18px;
}
.secFormCatalog .catalogItem input[type="checkbox"],
.secFormCatalog .catalogItem input[type="radio"] {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
}
.secFormCatalog .catalogItem .item {
    transition: opacity 0.2s ease-out;
    cursor: pointer;
    height: 100%;
    padding-bottom: 160px;
}
.secFormCatalog .catalogItem .imgWrap{
    background: #f3f3f3;
}
.secFormCatalog .catalogItem .imgBox{
    width: 100%;
    padding-top: 71.43%;
}
.secFormCatalog .catalogItem .txtWrap{
    padding: 36px 0 0;
}
.secFormCatalog .catalogTit{
    font-size: 28px;
    line-height: 1.42;
    letter-spacing: 1px;
}
.secFormCatalog .catalogTxt{
    font-size: 22px;
    line-height: 1.818;
    margin-top: 12px;
}
.secFormCatalog .btnOff, .secFormCatalog .btnOn{
    width: 340px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    border: 5px solid #ddd;
}
.secFormCatalog .btnOff{
    background: #fff;
}
.secFormCatalog .btnOn{
    color: #fff;
    background: #1cb539;
    border: 5px solid #1cb539;
    padding-left: 0;
}
.secFormCatalog .btnOn.isOrange{
    background: #fd8a27;
    border: 5px solid #fd8a27;
}
.secFormCatalog .btnOff::after, .secFormCatalog .btnOn::after{
    content: "";
    width: 43px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 49px;
}
.secFormCatalog .btnOff::after{
    background: url(../img/common/iconBtnOff.png) center top / cover;
}
.secFormCatalog .btnOn::after{
    background: url(../img/common/iconBtnOn.png) center top / cover;
}
.secFormCatalog .btnOn.isOrange::after{
    background: url(../img/common/iconBtnOnOrange.png) center top / cover;
}
.secFormCatalog input[type="checkbox"]:not(:checked) + .item .btnOn,
.secFormCatalog input[type="checkbox"]:checked + .item .btnOff,
.secFormCatalog input[type="radio"]:not(:checked) + .item .btnOn,
.secFormCatalog input[type="radio"]:checked + .item .btnOff{
    display: none;
}
.ui-widget.ui-widget-content{
    font-size: 20px;
}
@media only screen and (max-width:767px){
    .secFormCatalog{
        margin: 25px 0;
    }
    .secFormCatalog .catalogItem:nth-child(n + 3) {
        margin-top: 20px;
    }
    .secFormCatalog .catalogItem .item {
        padding-bottom: 100px;
    }
    .secFormCatalog .catalogItem .imgWrap{
        padding: 20px 15px;
    }
    .secFormCatalog .catalogItem .txtWrap{
        padding: 15px 0 0;
    }
    .secFormCatalog .catalogTit {
        font-size: 14px;
        letter-spacing: 0.5;
        line-height: 1.5;
    }
    .secFormCatalog .catalogTxt {
        font-size: 12px;
        line-height: 1.35;
        margin-top: 5px;
    }
    .secFormCatalog .btnOff, .secFormCatalog .btnOn {
        width: 200px;
        height: 40px;
        font-size: 12px;
        letter-spacing: 0.5px;
        max-width: 100%;
        border: 3px solid #ddd;
    }
    .secFormCatalog .btnOff::after, .secFormCatalog .btnOn::after{
        width: 20px;
        height: 20px;
        left: 5px;
    }
    .ui-widget.ui-widget-content{
        font-size: 4.5vw;
    }
}
@media only screen and (max-width:350px){
    .secFormCatalog .btnOff, .secFormCatalog .btnOn {
        font-size: 11px;
    }
}
@media only screen and (max-width:330px){
    .secFormCatalog .btnOff, .secFormCatalog .btnOn {
        font-size: 10px;
    }
}

/*-----------------------------------------------
    form
-----------------------------------------------*/
.secForm #contactForm{
    position: relative;
    margin: 0 auto;
}
.secForm .txtMiddle{
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    margin: 40px auto 30px;
}
.secForm .flowList{
    display: flex;
    justify-content: center;
    margin: 20px auto 10px;
    position: relative;
}
.secForm .flowList::after{
    content: "";
    width: 150px;
    height: 1px;
    background: #1cb539;
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.secForm .flowList .box{
    width: 80px;
    height: 80px;
    background: #f2f7ec;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    font-size: 16px;
    letter-spacing: 1px;
    color: #1cb539;
    border: 1px solid #1cb539;
    margin-right: 30px;
    border-radius: 50%;
    z-index: 1;
}
.secForm .flowList .box:last-child{
    margin-right: 0;
}
.secForm .flowList .active{
    background: #1cb539;
    color: #FFF;
    border: 1px solid #1cb539;
}
.secForm .dlList{
    margin: 10px auto 0;
}
.secForm .dlBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 0 0;
}
.secForm .dtBox{
    width: 100%;
    padding-bottom: 19px;
    font-size: 18px;
    line-height: 1.444;
    border-bottom: 1px solid #212329;
    display: flex;
}
.secForm .ddBox{
    width: 100%;
    padding-top: 20px;
}
.secForm .ddBox.isDisabled{
    opacity: 0.3;
    pointer-events: none;
}
.secForm .ddBox.borderTop{
    border-top: solid 1px #e1e1e1;
    padding-top: 25px;
}
.secForm .dtBox .must{
    width: 40px;
    height: 23px;
    background: #c22121;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    margin-top: 2px;
}
.secForm .dtBox .Nomust{
    width: 40px;
    height: 23px;
    background: #afafaf;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
    margin-top: 2px;
}
.secForm .dtBox .dtTxt{
    flex: 1;
}
.secForm .boxFlex .txtLeft{
    font-size: 16px;
    margin-right: 66px;
}
.secForm .boxFlex .txtLeft2{
    font-size: 16px;
    width: 120px;
}
.secForm .boxFlex{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.secForm .boxFlex:last-child{
    margin-bottom: 0;
}
.secForm .boxFlex2{
    justify-content: space-between;
}
.secForm .boxNote{
    display: flex;
    flex-direction: column;
    line-height: 1.67;
}
.secForm .flForm{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secForm .flForm2{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secForm .txtflFormIn{
    font-size: 16px;
    margin-left: 20px;
}
.secForm .titFormIn{
    font-size: 16px;
    margin-bottom: 18px;
}
.secForm .labelListTop{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.4;
}
.secForm .labelListTop .labelElement{
    margin-right: 32px;
}
.secForm .labelListTop .labelElement:nth-child(4){
    margin-right: 48px;
}
.secForm .labelListTop .labelElement:nth-child(5){
    margin-right: 125px;
}
.secForm .labelListTop .labelElement:nth-child(7){
    margin-right: 50px;
}
.secForm .labelListTop .labelElement:nth-child(8),
.secForm .labelListTop .labelElement:nth-child(9){
    margin-top: 12px;
}
.secForm .labelListTop .labelElement:nth-child(8)  input[type="checkbox"],
.secForm .labelListTop .labelElement:nth-child(9)  input[type="checkbox"]{
    display: none;
}
.secForm .labelListTop .labelElement:nth-child(8)  input[type="text"],
.secForm .labelListTop .labelElement:nth-child(9)  input[type="text"]{
    width: 70px;
}
.secForm .labelList label{
    display: flex;
    margin-bottom: 10px;
}
.secForm .labelList label span{
    display: block;
    flex: 1;
    padding-top: 3px;
}
::placeholder {
    color: #cacaca;
    font-family: inherit;
}
.secForm .txtError {
    color: #f00;
    font-size: 14px;
    background: url(../img/common/iconError.png) left top no-repeat;
    background-size: 14px;
    padding: 0 0 0 17px;
    margin-top: 14px;
    line-height: 14px;
    font-weight: 500;
}
.secForm input[type="text"],
.secForm input[type="tel"],
.secForm input[type="email"],
.secForm input[type="password"],
.secForm select{
    height:50px; 
    color: #000;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    font-size:16px;
    letter-spacing:0.5px;
    padding:5px 12px;
    font-family: inherit;
}
.secForm select{
    appearance: none;
}
.secForm .boxSelect{
    position: relative;
}
.secForm .boxSelect::after{
    content: "";
    width: 11px;
    height: 7px;
    background: url(../img/common/iconTriangle.gif) center top / cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
}
.secForm .boxSelect2::after{
    right: 49px;
}
.secForm textarea{
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    font-size:16px;
    line-height: 1.4;
    letter-spacing:0.5px;
    padding:20px 18px;
    height: 150px;
    display: block;
    font-family: inherit;
}
.secForm input[type="checkbox"]{
    position: relative;
    margin: 0 11px 0 0;
    width: 30px;
    height: 30px;
    border: #d9d9d3 solid 1px;
    border-radius: 3px;
    background: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.secForm input[type="checkbox"]:checked{
    background: #000;
    border: none;
}
.secForm input[type="checkbox"]:checked::after{
    content: "";
    border-right: #fff solid 2px;
    border-bottom: #fff solid 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 8px;
    height: 15px;
    top: 5px;
    left: 11px;
}
.secForm input[type="radio"]{
    position: relative;
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    border: #d9d9d3 solid 1px;
    border-radius: 100%;
    background: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.secForm input[type="radio"]:checked::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background: #333;
    border-radius: 100%;
}

.secForm input[type="text"].error,
.secForm input[type="tel"].error,
.secForm input[type="email"].error,
.secForm input[type="password"].error,
.secForm input[type="radio"].error,
.secForm select.error,
.secForm textarea.error{
    background: #fef6f6;
    border: #E50012 solid 1px;
}
.secForm .txtNote{
    font-size: 12px;
    line-height: 1.67;
    margin-top: 10px;
    font-weight: 500;
}
.secForm .txtNoteBig{
    font-size: 14px;
    font-weight: bold;
}
.secForm .txtIn{
    font-size: 16px;
}
.secForm .label{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secForm label .txtIn{
    vertical-align: -2px;
}
.secForm .txtLink{
    color: #000;
    position: relative;
    padding-bottom: 2px;
}
.secForm .txtLink::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
}
.secForm .w100p{width: 100%;}
.secForm .w740{width: 740px;}
.secForm .w520{width: 520px;}
.secForm .w400{width: 400px;}
.secForm .w350{width: 350px;}
.secForm .w300{width: 300px;}
.secForm .w250{width: 250px;}
.secForm .w200{width: 200px;}
.secForm .w180{width: 180px;}
.secForm .w150{width: 150px;}
.secForm .w110{width: 110px;}
.secForm .w100{width: 100px;}
.secForm .w80{width: 80px;}
.secForm .mt5{margin-top: 5px;}
.secForm .mt10{margin-top: 10px;}
.secForm .mt15{margin-top: 15px;}
.secForm .mt20{margin-top: 20px;}
.secForm .mt30{margin-top: 30px;}
.secForm .mr5{margin-right: 5px;}
.secForm .mr10{margin-right: 10px;}
.secForm .mr15{margin-right: 15px;}
.secForm .mr20{margin-right: 20px;}
.secForm .mr30{margin-right: 30px;}
.secForm .ml10{margin-left: 10px;}
.secForm .ml20{margin-left: 20px;}
.secForm .btnForm{
    background: #1cb539;
    color: #fff;
    width: 670px;
    height: 80px;
    margin: 55px auto 0;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secForm .btnForm.isOrange{
    background: #fd8a27;
}
.secForm .btnForm.noClick{
    opacity: 0.3;
    pointer-events: none;
}
.secForm .privacyIn{
    margin: 80px 0 0;
    text-align: center;
}
.secForm .privacyIn label{
    text-align: center;
    font-size: 20px;
    display: inline-block;
}
.secForm .privacyIn a{
    color: #0072ff;
}
.secForm .privacyIn .txtError{
    text-align: left;
}
@media only screen and (max-width:767px){
    .secForm{
        margin: 60px auto 0;
    }
    .secForm #contactForm{
        width: 100%;
        margin: 0 auto;
    }
    .secForm #contactForm::before{
        width: 100%;
        height: 0;
        padding-top: 10.7%;
        background: url(../img/index/bgForm01_sp.png) center top /cover;
        left: 0;
        top: -30px;
    }
    .secForm .wrapForm{
        width: 100%;
    }
    .secForm .wrapForm::before{
        display: none;
    }
    .secForm .wrapForm::after{
        border: none;
        width: 100%;
        height: 30px;
        background: url("../img/index/bgForm02_sp.png") center /cover;
        left: 0;
        top: -30px;
    }
    .secForm .iconTop{
        width: 17px;
        margin: 0 auto;
    }
    .secForm .titForm{
        font-size: 14px;
        letter-spacing: 0.5px;
        padding: 0;
    }
    .secForm .formTop{
        width: 82%;
        min-width: 305px;
        margin: 0 auto;
        padding: 0 0 20px;
    }
    .secForm .formTop::after{
        background: url(../img/index/bgForm02.png) center /cover;
        width: 48px;
        height: 85px;
        right: 0;
        z-index: 20;
    }
    .secForm .txtMiddle{
        font-size: 11px;
        margin: 20px auto;
    }
    .secForm .txtForm{
        font-size: 12px;
        line-height: 1.8;
        margin: 25px auto 30px;
        width: 93%;
    }
    .secForm .flowList{
        margin:20px auto;
        width: 94%;
    }
    .secForm .flowList::after{
        width: 75px;
        top: 20px;
    }
    .secForm .flowList .box{
        width: 40px;
        height: 40px;
        font-size: 11px;
        letter-spacing: 0;
        padding: 8px 0;
        margin-right: 20px;
    }
    .secForm .txtCampaign{
        width: 93.33%;
        height: 40px;
        margin:  20px auto;
        font-size: 12px;
        letter-spacing: 0.5px;
        background: url(../img/index/bgCampaign_sp.png) center /cover;
        padding: 11px 0 8px;
    }
    .secForm .dlList{
        width: 100%;
    }
    .secForm .dlBox{
        display: block;
        padding: 20px 0;
    }
    .secForm .dlBox .dtBox{
        padding: 0 0 20px;
        width: 100%;
        font-size: 16px;
    }
    .secForm .dlBox .ddBox{
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    .secForm .ddBox.borderTop{
        margin-top: 20px;
        padding-top: 20px;
    }
    .secForm .labelList label{
        margin-top: 10px;
    }
    .secForm .labelList label span{
        padding-top: 1px;
    }
    .secForm .boxFlex .txtLeft{
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .secForm .boxFlex .txtLeft2{
        width: auto;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .secForm .dtBox .flForm{
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .secForm .flForm2{
        display: block;
    }
    .secForm .txtflFormIn {
        font-size: 14px;
        margin-left: 10px;
    }
    .secForm .titFormIn{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .secForm .labelListTop{
        font-size: 14px;
    }
    .secForm .labelListTop .labelElement{
        margin-right: 32px;
    }
    .secForm .labelListTop .labelElement:nth-child(4){
        margin-right: 45px;
    }
    .secForm .labelListTop .labelElement:nth-child(5){
        margin-right: 125px;
    }
    .secForm .labelListTop .labelElement:nth-child(7){
        margin-right: 50px;
    }
    .secForm .labelListTop .labelElement:nth-child(8),
    .secForm .labelListTop .labelElement:nth-child(9){
        margin-top: 12px;
    }
    .secForm .labelListTop .labelElement:nth-child(8)  input[type="checkbox"],
    .secForm .labelListTop .labelElement:nth-child(9)  input[type="checkbox"]{
        display: none;
    }
    .secForm .labelListTop .labelElement:nth-child(8)  input[type="text"],
    .secForm .labelListTop .labelElement:nth-child(9)  input[type="text"]{
        width: 70px;
    }
    .secForm input[type="checkbox"]{
        margin: 0 11px 0 0;
        width: 20px;
        height: 20px;
    }
    .secForm input[type="checkbox"]:checked::after{
        width: 6px;
        height: 14px;
        top: 1px;
        left: 7px;
    }
    .secForm .boxFlex {
        flex-direction: column;
        align-items: flex-start;
    }
    .secForm .boxFlex .flBox{
        width: 100%;
    }
    .secForm .txtSub{
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .secForm .titIn{
        font-size: 14px;
        margin-right: 10px;
        padding-bottom: 0;
    }
    .secForm .txtError {
        font-size: 12px;
        background-size: 12px;
        padding: 0 0 0 15px;
        margin-top: 10px;
        line-height: 12px;
    }
    .secForm input[type="text"],
    .secForm input[type="tel"],
    .secForm input[type="email"],
    .secForm input[type="password"],
    .secForm select{
        padding:5px;
        font-size: 16px;
    }
    .secForm textarea{
        padding:8px 10px;
        height: 140px;
        font-size: 16px;
        max-width: 100%;
    }
    .secForm .txtNoteBig{
        font-size: 13px;
    }
    .secForm .txtIn{
        font-size: 14px;
        line-height: 1.4;
    }
    .secForm .labelList .txtIn{
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100% - 30px);
    }
    .secForm .ws100p{width: 100%;}
    .secForm .ws80p{width: 80%;}
    .secForm .ws40p{width: 40%;}
    .secForm .w110{width: 180px;}
    .secForm .ws60{width: 60px;}
    .secForm .ws70{width: 70px;}
    .secForm .ws80{width: 80px;}
    .secForm .mts10{margin-top: 10px;}
    .secForm .mr0{margin-right: 0;}
    .secForm .mr10{margin-right: 5px;}
    .secForm .mr15{margin-right: 10px;}
    .secForm .mr30{margin-right: 10px;}
    .secForm .ml0{margin-left: 0;}
    .secForm .ms30{min-width: 30px;}
    .secForm .ms55{min-width: 55px;}
    .secForm .mtSp10{
        margin-top: 10px;
        display: block;
    }
    .secForm .btnForm{
        width: 305px;
        height: 55px;
        font-size: 15px;
        padding: 0;
        margin: 30px auto 0;
    }
    .secForm .txtLink{
        padding-bottom: 4px;
    }
    .secForm .privacyIn{
        margin: 30px auto 0;
        width: 250px;
    }
    .secForm .privacyIn label{
        font-size: 13px;
    }
    .secForm .boxSelect2::after{
        right: 19px;
    }
}

/*co*/
.secCo{
    background: none;
    padding: 100px 0 0;
}
.secCo .wrapForm{
    margin-top: 0;
}
.secCo .titForm{
    text-align: center;
    font-size: 22px;
}
.secCo #contactForm::before{
    display: none;
}
.secCo .dlBox .dtBox{
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
}
.secCo .dlBox .ddBox{
    font-size: 16px;
    line-height: 1.8;
}
.secCo .txtCo{
    font-size: 15px;
    margin: 50px auto;
    text-align: center;
}
.secCo .titOk{
    font-size: 24px;
    line-height: 1.8;
    font-weight: bold;
    margin: 50px auto 30px;
    text-align: center;
}
.secCo .txtOk{
    font-size: 15px;
    margin: 38px auto 0;
    text-align: center;
    line-height: 2;
}
@media only screen and (max-width:767px){
    .secCo{
        margin: 0 auto;
        padding: 40px 0 0;
    }
    .secCo .wrapForm{
        padding-bottom: 40px;
    }
    .secCo .dlBox .dtBox{
        padding: 0 0 10px;
        font-size: 14px;
        line-height: 1.5;
    }
    .secCo .dlBox .ddBox{
        font-size: 13px;
        line-height: 1.5;
    }
    .secCo .titOk{
        font-size: 17px;
        margin: 40px auto 20px;
    }
    .secCo .txtOk{
        font-size: 13px;
        margin: 20px auto 0;
        line-height: 1.8;
        text-align: left;
    }
}

.secDetails .formUnderBtn{
    padding: 100px 0 0;
    margin: 0 auto;
}
.secDetails .btnBack{
    margin: 0 auto;
    text-decoration: none;
}
@media only screen and (max-width:767px){
    .secDetails .formUnderBtn{
        padding: 30px 0 0;
        width: 94%;
        margin: 0 auto;
        border-top: #e8e9ea solid 1px;
    }
}

/*order*/
@media only screen and (max-width:767px){
    .flexOr{
        display: flex !important;
        display: -webkit-flex;
        flex-direction: column;
    }
    .order1{order: 1;}
    .order2{order: 2;}
    .order3{order: 3;}
    .order4{order: 4;}
    .order5{order: 5;}
    .order6{order: 6;}
    .order7{order: 7;}
    .order8{order: 8;}
    .order9{order: 9;}
    .order10{order: 10;}
}

.btnBack{
    width: 300px;
    display: block;
    height: 55px;
    background: #FFF;
    border: #282f38 solid 1px;
    font-size: 14px;
    color: #282f38;
    letter-spacing: 1px;
    padding-top: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    .btnBack{
        width: 255px;
        height: 45px;
        font-size: 13px;
        padding-top: 15px;
    }
}

/* 連打防止 */
.btnSendCo.no_tap,
.btnSendCoBack.no_tap{
    opacity: 0.3!important;
    pointer-events: none!important;
    transition: none!important;
}
.btnSendCo.no_tap{
    background: url(../img/common/iconLoader.png) center center / 32px auto no-repeat,#fff!important;
    font-size: 0!important;
}

/* secFooterLp */
.secFooterLp{
    margin-top: 146px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #1cb539;
}
.secFooterLp .boxFooter{
    background-color: #fff;
    border-radius: 2.25rem;
    padding: 2rem 3rem 0;
}
.boxFooterTop{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.secFooterLp  .txtLogo{
    font-size: .75rem;
    line-height: 1rem;
}
.secFooterLp .logo{
    margin-top: 1rem;
}
.secFooterLp .boxShop{
    font-size: .875rem;
    line-height: 1.25rem;
}
.secFooterLp .boxShop a{
    text-decoration: none;
    color: #000;
}
.secFooterLp .boxTel{
    border-top: rgb(237 239 228) solid 1px;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.secFooterLp .boxTel .txtTel{
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #1cb539;
}
.secFooterLp .boxTel .boxWrap{
    display: flex;
    gap: 2.5rem;
    margin-top: 1.75rem;
}
.secFooterLp .boxTel .boxItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
}
.secFooterLp .boxTel .titItem{
    font-size: 1.5rem;
    font-weight: bold;
}
.secFooterLp .boxTel .boxNum{
    display: flex;
    align-items: center;
}
.secFooterLp .boxTel .icon{
    width: 2.5rem;
}
.secFooterLp .boxTel .num{
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: .025em;
    color: #1cb539;
    text-decoration: none;
}
.secFooterLp .boxTel .txtTime{
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 1.25rem 0;
}
.secFooterLp .txtCopy{
    font-size: 11px;
    line-height: 1.818;
    text-align: center;
    margin-top: 23px;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secFooterLp{
        margin-top: 75px;
        padding-bottom: 50px;
    }
    .secFooterLp .boxFooter{
        padding: 2rem .5rem 0;
    }
    .boxFooterTop{
        padding-bottom: 2rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .secFooterLp .boxShop{
        font-size: .75rem;
        line-height: 1rem;
        margin-top: 1rem;
    }
    .secFooterLp .boxTel{
        text-align: center;
    }
    .secFooterLp .boxTel .txtTel{
        font-size: 1rem;
        line-height: 1.75rem;
    }
    .secFooterLp .boxTel .boxWrap{
        flex-direction: column;
        gap: 0;
        margin-top: 1.25rem;
    }
    .secFooterLp .boxTel .txtTime{
        font-size: .875rem;
        line-height: 1.25rem;
        margin: 1.25rem 0;
    }
    .secFooterLp .txtCopy{
        font-size: 10px;
        line-height: 1.5;
        margin-top: 15px;
    }
    
}

/* secBottom */
.secBottom{
    display: none;
}
@media only screen and (max-width:767px){
    .secBottom{
        display: block;
        position: fixed;
        bottom: 10px;
        width: 100%;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        transition:opacity 0.2s ease-out;
    }
    .secBottom .btnRight{
        width: 89%;
        height: 55px;
        border-radius: 40px;
        background: #1cb539;
        font-size:15px;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .secBottom .btnRight.isOrange{
        background: #fd8a27;
    }
    .secBottom.scroll{
        opacity: 1;
        pointer-events: auto;
    }
}
/* 250618 */
.secDetails .formUnderBtn.catalog{
    text-align: center;
    padding-top: 60px;
}
.secDetails .catalogtxt{
    border-top: 1px solid #e8e9ea;
    padding-top: 50px;
}
.secDetails .catalogtxt .txt{
    font-size: 15px;
    line-height: 2;
}
.secDetails .catalogimgbox{
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid;
    border-color: rgba(0,0,0,0.3);
    padding: 20px;
}
.secDetails .catalogtxt + .btnBack{
    margin-top: 30px;
}
@media only screen and (max-width:767px){
    .secDetails .formUnderBtn.catalog{
        text-align:left;
        padding-top: 30px;
        width: 100%;
    }
    .secDetails .catalogtxt{
        border-top: none;
        padding-top: 0;
    }
    .secDetails .catalogtxt .txt{
        font-size: 13px;
        line-height: 1.8;
    }
    .secDetails .catalogimgbox{
        width: calc((200 / 375) * 100vw);
        max-width: 400px;
        padding: 10px;
        margin-top: 20px;
        border-color: #e8e9ea;
    }
    .secDetails .catalogtxt + .btnBack{
        margin-top: 30px;
    }
}