@charset "utf-8";

.fOutfit{
    font-family: "Outfit", sans-serif;
}

/* headerlp */
#headerlp{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#headerlp .wrapper{
    display: flex;
    justify-content: space-between;
    padding: 4rem 4rem 0;
    height: 0;
}
#headerlp .wrapper .boxLogo{
    margin-top: 2.4rem;
}
#headerlp .txtHeader{
    font-size: var(--pcFontSize12);
    line-height: 1.67;
    letter-spacing: 0.06em;
    color: #222;
    margin: 2.5rem 0 0;
}
#headerlp .linkHome{
    font-size: var(--pcFontSize12);
    line-height: 1.67;
    letter-spacing: 0.06em;
    color: #222;
    display: flex;
    gap: 0 0.7rem;
    margin: 2rem 0 0;
}
#headerlp .linkHome::before{
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background: url(../img/common/iconHome.png) left top / 100% no-repeat;
    margin-top: 0.2rem;
}
#headerlp .linkHome a{
    color: #222;
}
#headerlp .btnRight{
    width: 30rem;
    height: 8rem;
    border-radius: 4rem;
    background: #32b7fc;
    font-size: var(--pcFontSize20);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 3.5rem;
    position: relative;
}
#headerlp .btnIn::after{
    content: "";
    background: url(../img/common/iconArrow.png)center top / cover no-repeat;
    width: 4rem;
    height: 4rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
}
#headerlp .boxLogoSub{
    margin-top: 2.3rem;
    margin-bottom: 0.7rem;
}
#headerlp .txtAsh{
    color: var(--textGray);
    font-size: var(--pcFontSize11);
    margin-bottom: 0.8rem;
}
@media only screen and (max-width:1215px){
    #headerlp{
        position: relative;
    }
    #headerlp .wrapper{
        height: 6rem;
        padding: 0;
        justify-content: center;
        align-items: center;
        justify-content: flex-start;
        margin-left: 2rem;
    }
    #headerlp .headerLogo img{
        width: auto;
        height: 1.9rem;
    }
    #headerlp .btnRight{
        display: none;
    }
    #headerlp .txtAsh {
        font-size: var(--spFontSize10);
        margin-bottom: 0;
        margin-right: 0.5rem;
        display: none;
    }
    #headerlp .boxLogoSub{
        width: 10.9rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    #headerlp .wrapper .boxLogo {
        display: flex;
        align-items: flex-end;
        margin: 0;
        gap: 1.2rem;
    }
}

.secTicker {
    position: fixed;
    top: calc(50% + 7.5rem);
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    background-color: transparent;

    display: none;
}

.tickerWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tickerTrack {
    display: flex;
    width: max-content;
    animation: tickerScroll 80s linear infinite;
    gap: 5rem; /* ← 画像間の余白 */
}

.imgTicker {
    height: 18.3rem;
    flex-shrink: 0;
    display: block;
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* スマホでは非表示 */
@media only screen and (max-width: 1215px) {
    .secTicker {
        display: none;
    }
}
/* btnPageTop */
.btnPageTop{
    position: fixed;
    bottom: 5rem;
    right: 5rem;
    z-index: 999;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.btnPageTop.active {
    opacity: 1;
}
@media only screen and (max-width:1215px){
    .btnPageTop{
        bottom: 1rem;
        right: 1rem;
    }
}
@media only screen and (max-width:800px){
    .btnPageTop{
        width: 6rem;
        bottom: 1rem;
        right: 0rem;
    }
}
.secMain{
    width: 102rem;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.1);
}
.secMain.main01{
    border-radius: 0 0 5rem 5rem;
    padding-bottom: 10rem;
}
.secMain.main02{
    border-radius: 5rem 5rem 0 0;
}
@media only screen and (max-width:1215px){
    #main{
        background: #f1eee8;
    }
    .secMain{
        width: 100%;
        box-shadow: 0 0 0.8rem 0.05rem rgba(0, 0, 0, 0.1);
    }
    .secMain.main01 {
        border-radius: 0 ;
        padding-bottom: 4rem;
    }
    .secMain.main02{
        border-radius: 2rem 2rem 0 0;
    }
}
.w870{
    padding: 0 7.5rem;
}
@media only screen and (max-width:1215px){
    .w870{
        padding: 0 2.5rem;
    }
}

.enteyBox{
    position: relative;
}
.enteyBox .entry{
    margin: 5rem auto 0;
    line-height: 2.3;
    font-size: var(--pcFontSize14);
    font-weight: 200;
    letter-spacing: 0.1rem;
}
@media only screen and (max-width:1215px){
    .enteyBox .entry{
        margin: 2rem auto 0;
        line-height: 2.3;
        font-size: var(--spFontSize14);
        font-weight: 200;
        letter-spacing: 0.1rem;
    }
}

/* secForm */
.secForm{
    margin-top: 21rem;
}
.secForm .boxTit{
    text-align: center;
    color: var(--btnColor);
}
.secForm .titWrapper{
    position: relative;
    padding-top: 9rem;
}
.secForm .titWrapper:before{
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 4rem;
    top: -2rem;
    left: 50%;
    background: var(--textColor);
}
.secForm .txtTitEng{
    font-size: var(--pcFontSize75);
    position: absolute;
    top: -12.5rem;
    left: calc(50% - 16rem);
}
.secForm .txtTitJp{
    font-size: var(--pcFontSize36);
    font-weight: bold;
    margin: 0;
}
.secForm .txtAbout{
    font-size: var(--pcFontSize14);
    margin: 3rem 0 0;
    text-align: center;
}
.secForm .txtAbout a{
    color: var(--formLink);
}
@media only screen and (max-width:1215px){
    .secForm .boxTit{
        padding-bottom: 1rem;
    }
    .secForm .boxTit::after{
        width: 3.5rem;
        height: 1px;
    }
    .secForm .txtTitEng{
        font-size: var(--spFontSize26);
        position: absolute;
        top: -4.5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .secForm .txtTitJp{
        font-size: var(--spFontSize14);
        margin: 0;
        padding-top: 3rem;
    }
    .secForm .txtAbout {
        font-size: var(--spFontSize10);
        margin-top: 1rem;
        line-height: 1.67;
        text-align: center;
    }
    .secForm .titWrapper {
        padding-top: 0;
    }
    .secForm .titWrapper:before {
        width: 0.1rem;
        height: 1.5rem;
        top: -0.7rem;
    }
}

/* secFormCatalog */
.secFormCatalog{
    /* margin: 3.4rem 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: 1.8rem;
}
.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: 13rem;
}
.secFormCatalog .catalogItem .imgWrap{
    background: #f3f3f3;
}
.secFormCatalog .catalogItem .imgBox{
    width: 100%;
    padding-top: 71.43%;
}
.secFormCatalog .catalogItem .txtWrap{
    padding: 2.6rem 0 0;
}
.secFormCatalog .catalogTit{
    font-size: var(--pcFontSize24);
    line-height: 1.42;
    letter-spacing: 1px;
    text-align: center;
}
.secFormCatalog .catalogTxt{
    font-size: var(--pcFontSize20);
    line-height: 1.818;
    letter-spacing: 2px;
}
.secFormCatalog .reserveTit{
    font-size: var(--pcFontSize24);
    line-height: 1.42;
    letter-spacing: 1px;
}
.secFormCatalog .reserveTxt{
    font-size: var(--pcFontSize20);
    line-height: 1.818;
    letter-spacing: 2px;
}
.secFormCatalog .txtMap{
    color: var(--keyColor);
}
.secFormCatalog .btnOff, .secFormCatalog .btnOn{
    width: 34rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: var(--pcFontSize20);
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5rem;
    border: 5px solid #ddd;
}
.secFormCatalog .btnOff{
    background: #fff;
}
.secFormCatalog .btnOn{
    color: #fff;
    background: var(--btnColor);
    border: 5px solid var(--btnColor);
    padding-left: 0;
}
.secFormCatalog .btnOff::after, 
.secFormCatalog .btnOn::after{
    content: "";
    width: 4rem;
    height: 4rem;
    display: block;
    position: absolute;
    top: calc(50% - 2rem);
    left: calc(50% - 9rem);
}
.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: var(--pcFontSize20);
}
@media only screen and (max-width:1215px){
    .secFormCatalog{
        /* margin: 2.5rem 0; */
    }
    .secFormCatalog .catalogItem:nth-child(n + 3) {
        margin-top: 2rem;
    }
    .secFormCatalog .catalogItem .item {
        padding-bottom: 5rem;
    }
    .secFormCatalog .catalogItem .imgWrap{
        /* padding: 2rem 1.5rem; */
    }
    .secFormCatalog .catalogItem .txtWrap{
        padding: 1.5rem 0 0;
    }
    .secFormCatalog .catalogTit {
        font-size: var(--spFontSize16);
        letter-spacing: 0.5;
        line-height: 1.5;
    }
    .secFormCatalog .catalogTxt {
        font-size: var(--spFontSize12);
        line-height: 1.5;
        margin-top: 5px;
    }
    .secFormCatalog .reserveTit{
        font-size: var(--spFontSize16);
        letter-spacing: 0.5;
        line-height: 1.5;
    }
    .secFormCatalog .reserveTxt{
        font-size: var(--spFontSize12);
        line-height: 1.5;
        margin-top: 5px;
        letter-spacing: 1px;
    }
    .secFormCatalog .txtMap{
        color: var(--keyColor);
    }
    .secFormCatalog .btnOff, .secFormCatalog .btnOn {
        width: 20rem;
        height: 4rem;
        font-size: var(--spFontSize12);
        letter-spacing: 0.5px;
        max-width: 100%;
        border: 3px solid #ddd;
        bottom: 0;
    }
    .secFormCatalog .btnOff::after, .secFormCatalog .btnOn::after{
        width: 2rem;
        height: 2rem;
        left: calc(50% - 5rem);
        top: calc(50% - 1rem);
    }
    .ui-widget.ui-widget-content{
        font-size: 4.5vw;
    }
}
@media only screen and (max-width:350px){
    .secFormCatalog .btnOff, .secFormCatalog .btnOn {
        font-size: var(--spFontSize11);
    }
}
@media only screen and (max-width:330px){
    .secFormCatalog .btnOff, .secFormCatalog .btnOn {
        font-size: var(--spFontSize10);
    }
}

/*-----------------------------------------------
    form
-----------------------------------------------*/
.secForm{
    color: var(--textColor);
}
.secForm .contactForm{
    position: relative;
    margin: 0 auto;
}
.secForm .txtMiddle{
    text-align: center;
    font-size: var(--pcFontSize14);
    line-height: 1.6;
    margin: 4rem auto 3rem;
}
.secForm .flowList{
    display: flex;
    justify-content: center;
    margin: 4rem auto 1rem;
    position: relative;
}
.secForm .flowList::after{
    content: "";
    width: 15rem;
    height: 1px;
    background:var(--ColorBorder);
    display: block;
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
}
.secForm .flowList .box{
    width: 6rem;
    height: 6rem;
    background: var(--ColorWhite);
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    font-size: var(--pcFontSize12);
    letter-spacing: 1px;
    color: var(--ColorBorder);
    border: 1px solid var(--ColorBorder);
    margin-right: 4rem;
    border-radius: 50%;
    z-index: 1;
}
.secForm .flowList .box:last-child{
    margin-right: 0;
}
.secForm .flowList .active{
    background: var(--keyColor);
    color: var(--ColorWhite);
    border: 1px solid var(--keyColor);;
}
.secForm .dlList{
    margin: 1rem auto 0;
}
.secForm .dlBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 4.8rem 0 0;
}
.secForm .dlBox.dlTop{
    padding: 1.3rem 0 0;
}
.secForm .dtBox{
    width: 100%;
    padding-bottom: 1.9rem;
    font-size: var(--pcFontSize24);
    line-height: 1.444;
    border-bottom: 1px solid var(--formBorder);
    display: flex;
    align-items: center;
}
.secForm .ddBox{
    width: 100%;
    padding-top: 3rem;
}
.secForm .ddBox.isDisabled{
    opacity: 0.3;
    pointer-events: none;
}
.secForm .ddBox.borderTop{
    border-top: solid 1px #e1e1e1;
    padding-top: 2.5rem;
}
.secForm .dtBox .must{
    width: 4rem;
    height: 2.3rem;
    background: #c22121;
    font-size: var(--pcFontSize12);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.9rem;
}
.secForm .dtBox .Nomust{
    width: 4rem;
    height: 2.3rem;
    background: #afafaf;
    font-size: var(--pcFontSize12);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.9rem;
    margin-top: 0.2rem;
}
.secForm .dtBox .dtTxt{
    flex: 1;
}
.secForm .boxFlex .txtLeft{
    font-size: var(--pcFontSize16);
    margin-right: 6.6rem;
}
.secForm .boxFlex .txtLeft2{
    font-size: var(--pcFontSize16);
    width: 12rem;
    flex-shrink: 0;
}
.secForm .boxFlex{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.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: var(--pcFontSize16);
    margin-left: 2rem;
}
.secForm .titFormIn{
    font-size: var(--pcFontSize16);
    margin-bottom: 1.8rem;
}
.secForm .labelListTop{
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    font-size: var(--pcFontSize16);
    line-height: 1.4;
}
.secForm .labelListTop .labelElement{
    margin-right: 3.2rem;
}
.secForm .labelListTop .labelElement:nth-child(4){
    margin-right: 4.8rem;
}
.secForm .labelListTop .labelElement:nth-child(5){
    margin-right: 12.5rem;
}
.secForm .labelListTop .labelElement:nth-child(7){
    margin-right: 5rem;
}
.secForm .labelListTop .labelElement:nth-child(8),
.secForm .labelListTop .labelElement:nth-child(9){
    margin-top: 1.2rem;
}
.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: 7rem;
}
.secForm .labelList label{
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}
.secForm .labelList label span{
    display: block;
    flex: 1;
    /* padding-top: 3px; */
}
::placeholder {
    color: #cacaca;
    font-family: inherit;
}
.secForm .txtError {
    color: #f00;
    font-size:var(--pcFontSize14);
    background: url(../img/common/iconError.png) left top no-repeat;
    background-size: 1.4rem;
    padding: 0 0 0 1.7rem;
    margin-top: 1.4rem;
    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:5rem; 
    color: #000;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 0.5rem;
    font-size:var(--pcFontSize16);
    letter-spacing:0.5px;
    padding:0.5rem 1.2rem;
    font-family: inherit;
}
.secForm select{
    appearance: none;
}
.secForm .boxSelect{
    position: relative;
}
.secForm .boxSelect::after{
    content: "";
    width: 1.1rem;
    height: 0.7rem;
    background: url(../img/common/iconTriangle.gif) center top / cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.9rem;
}
.secForm .boxSelect2::after{
    right: 4.9rem;
}
.secForm textarea{
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 0.5rem;
    font-size:var(--pcFontSize16);
    line-height: 1.4;
    letter-spacing:0.5px;
    padding:2rem 1.8rem;
    height: 10rem;
    display: block;
    font-family: inherit;
}
.secForm input[type="checkbox"]{
    position: relative;
    margin: 0 1.1rem 0 0;
    width: 3rem;
    height: 3rem;
    border: #d9d9d3 solid 1px;
    border-radius: 0.3rem;
    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 0.2rem;
    border-bottom: #fff solid 0.2rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 0.8rem;
    height: 1.5rem;
    top: 0;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
}
.secForm input[type="radio"]{
    position: relative;
    margin: 0 1rem 0 0;
    width: 3rem;
    height: 3rem;
    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: 1.4rem;
    height: 1.4rem;
    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: var(--pcFontSize12);
    line-height: 1.67;
    margin-top: 1rem;
    font-weight: 500;
}
.secForm .txtNoteBig{
    font-size:var(--pcFontSize14);
    font-weight: bold;
}
.secForm .txtIn{
    font-size: var(--pcFontSize18);
}
.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: 0.2rem;
}
.secForm .txtLink::after{
    content: "";
    width: 100%;
    height: 0.1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
}
.secForm .w100p{width: 100%;}
.secForm .w740{width: 74rem;}
.secForm .w520{width: 52rem;}
.secForm .w400{width: 40rem;}
.secForm .w350{width: 35rem;}
.secForm .w300{width: 30rem;}
.secForm .w250{width: 25rem;}
.secForm .w200{width: 20rem;}
.secForm .w180{width: 18rem;}
.secForm .w150{width: 15rem;}
.secForm .w110{width: 11rem;}
.secForm .w100{width: 10rem;}
.secForm .w80{width: 8rem;}
.secForm .mt5{margin-top: 0.5rem;}
.secForm .mt10{margin-top: 1rem;}
.secForm .mt15{margin-top: 1.5rem;}
.secForm .mt20{margin-top: 2rem;}
.secForm .mt30{margin-top: 3rem;}
.secForm .mr5{margin-right: 0.5rem;}
.secForm .mr10{margin-right: 1rem;}
.secForm .mr15{margin-right: 1.5rem;}
.secForm .mr20{margin-right: 2rem;}
.secForm .mr30{margin-right: 3rem;}
.secForm .ml10{margin-left: 1rem;}
.secForm .ml20{margin-left: 2rem;}
.secForm .btnForm{
    background: var(--keyColor);
    color: #fff;
    width: 67rem;
    height: 8rem;
    margin: 6rem auto 0;
    font-size: var(--pcFontSize20);
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    border-radius: 4rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secForm .btnForm.noClick{
    opacity: 0.3;
    pointer-events: none;
}
.secForm .privacyIn{
    margin: 8rem 0 0;
    text-align: center;
}
.secForm .privacyIn input[type="checkbox"]{
    width: 2.6rem;
    height: 2.6rem;
    top: -0.2rem;
}
.secForm .privacyIn label{
    text-align: center;
    font-size: var(--pcFontSize20);
    display: inline-block;
}
.secForm .privacyIn a{
    color: var(--formLink);
}
.secForm .privacyIn .txtError{
    text-align: left;
}
@media only screen and (max-width:1215px){
    .secForm{
        margin: 8rem 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: -3rem;
    }
    .secForm .wrapForm{
        width: 100%;
    }
    .secForm .wrapForm::before{
        display: none;
    }
    .secForm .wrapForm::after{
        border: none;
        width: 100%;
        height: 3rem;
        background: url("../img/index/bgForm02_sp.png") center /cover;
        left: 0;
        top: -3rem;
    }
    .secForm .iconTop{
        width: 1.7rem;
        margin: 0 auto;
    }
    .secForm .titForm{
        font-size: var(--spFontSize14);
        letter-spacing: 0.5px;
        padding: 0;
    }
    .secForm .formTop{
        width: 82%;
        min-width: 30.5rem;
        margin: 0 auto;
        padding: 0 0 2rem;
    }
    .secForm .formTop::after{
        background: url(../img/index/bgForm02.png) center /cover;
        width: 4.8rem;
        height: 8.5rem;
        right: 0;
        z-index: 20;
    }
    .secForm .txtMiddle{
        font-size: var(--spFontSize11);
        margin: 2rem auto;
    }
    .secForm .txtForm{
        font-size: var(--spFontSize12);
        line-height: 1.8;
        margin: 2.5rem auto 3rem;
        width: 93%;
    }
    .secForm .flowList{
        margin:2rem auto;
        width: 94%;
    }
    .secForm .flowList::after{
        width: 7.5rem;
        top: 2rem;
    }
    .secForm .flowList .box{
        width: 4rem;
        height: 4rem;
        font-size: var(--spFontSize11);
        letter-spacing: 0;
        padding: 0.8rem 0;
        margin-right: 2rem;
    }
    .secForm .txtCampaign{
        width: 93.33%;
        height: 4rem;
        margin:  2rem auto;
        font-size: var(--spFontSize12);
        letter-spacing: 0.5px;
        background: url(../img/index/bgCampaign_sp.png) center /cover;
        padding: 1.1rem 0 0.8rem;
    }
    .secForm .dlList{
        width: 100%;
    }
    .secForm .dlBox{
        display: block;
        padding: 2rem 0;
    }
    .secForm .dlBox .dtBox{
        padding: 0 0 2rem;
        width: 100%;
        font-size: var(--spFontSize16);
    }
    .secForm .dlBox .ddBox{
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 1rem;
    }
    .secForm .dlBox .ddBox.flForm{
        display: flex;
    }
    .secForm .ddBox.borderTop{
        margin-top: 2rem;
        padding-top: 2rem;
    }
    .secForm .labelList label{
        margin-top: 1rem;
    }
    .secForm .labelList label span{
        padding-top: 1px;
    }
    .secForm .boxFlex .txtLeft{
        font-size: var(--spFontSize14);
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .secForm .boxFlex .txtLeft2{
        width: auto;
        font-size: var(--spFontSize14);
        margin-bottom: 0.5rem;
    }
    .secForm .dtBox .flForm{
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .secForm .flForm2{
        display: block;
    }
    .secForm .txtflFormIn {
        font-size: var(--spFontSize14);
        margin-left: 1rem;
    }
    .secForm .titFormIn{
        font-size: var(--spFontSize14);
        margin-bottom: 0.5rem;
    }
    .secForm .labelListTop{
        font-size: var(--spFontSize14);
    }
    .secForm .labelListTop .labelElement{
        margin-right: 3.2rem;
    }
    .secForm .labelListTop .labelElement:nth-child(4){
        margin-right: 4.5rem;
    }
    .secForm .labelListTop .labelElement:nth-child(5){
        margin-right: 12.5rem;
    }
    .secForm .labelListTop .labelElement:nth-child(7){
        margin-right: 5rem;
    }
    .secForm .labelListTop .labelElement:nth-child(8),
    .secForm .labelListTop .labelElement:nth-child(9){
        margin-top: 1.2rem;
    }
    .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: 7rem;
    }
    .secForm input[type="checkbox"]{
        margin: 0 1.1rem 0 0;
        width: 2rem;
        height: 2rem;
    }
    .secForm input[type="checkbox"]:checked::after{
        width: 0.6rem;
        height: 1.4rem;
    }
    .secForm .boxFlex {
        flex-direction: column;
        align-items: flex-start;
    }
    .secForm .boxFlex .flBox{
        width: 100%;
    }
    .secForm .txtSub{
        font-size: var(--spFontSize14);
        line-height: 1.5;
        letter-spacing: 0;
    }
    .secForm .titIn{
        font-size: var(--spFontSize14);
        margin-right: 10px;
        padding-bottom: 0;
    }
    .secForm .txtError {
        font-size: var(--spFontSize12);
        background-size: 1.2rem;
        padding: 0 0 0 1.5rem;
        margin-top: 1rem;
        line-height: 1.2rem;
    }
    .secForm input[type="text"],
    .secForm input[type="tel"],
    .secForm input[type="email"],
    .secForm input[type="password"],
    .secForm select{
        padding:0.5rem;
        font-size: var(--spFontSize16);
    }
    .secForm textarea{
        padding:0.8rem 1rem;
        height: 14rem;
        font-size: var(--spFontSize16);
        max-width: 100%;
    }
    .secForm .txtNoteBig{
        font-size: var(--spFontSize13);
    }
    .secForm .txtIn{
        font-size: var(--spFontSize14);
        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: 18rem;}
    .secForm .ws60{width: 6rem;}
    .secForm .ws70{width: 7rem;}
    .secForm .ws80{width: 8rem;}
    .secForm .mts10{margin-top: 1rem;}
    .secForm .mr0{margin-right: 0;}
    .secForm .mr10{margin-right: 0.5rem;}
    .secForm .mr15{margin-right: 1rem;}
    .secForm .mr30{margin-right: 1rem;}
    .secForm .ml0{margin-left: 0;}
    .secForm .ms30{min-width: 3rem;}
    .secForm .ms55{min-width: 5.5rem;}
    .secForm .mtSp10{
        margin-top: 1rem;
        display: block;
    }
    .secForm .btnForm{
        width: 30.5rem;
        height: 5.5rem;
        font-size: var(--spFontSize15);
        padding: 0;
        margin: 3rem auto 0;
    }
    .secForm .txtLink{
        padding-bottom: 0.4rem;
    }
    .secForm .privacyIn{
        margin: 3rem auto 0;
        width: 25rem;
    }
    .secForm .privacyIn label{
        font-size: var(--spFontSize13);
    }
    .secForm .boxSelect2::after{
        right: 1.9rem;
    }
}
@media only screen and (max-width:360px){
    .secForm .mr15 {
        margin-right: 0.5rem;
    }
}
/*co*/
.secCo{
    background: none;
    padding: 10rem 0 0;
}
.secCo .wrapForm{
    margin-top: 0;
}
.secCo .titForm{
    text-align: center;
    font-size: var(--pcFontSize22);
}
.secCo .contactForm::before{
    display: none;
}
.secCo .dlBox .dtBox{
    padding: 0;
    font-size: var(--pcFontSize16);
    line-height: 1.8;
}
.secCo .dlBox .ddBox{
    font-size: var(--pcFontSize16);
    line-height: 1.8;
}
.secCo .txtCo{
    font-size: var(--pcFontSize15);
    margin: 5rem auto;
    text-align: center;
}
.secCo .titOk{
    font-size: var(--pcFontSize24);
    line-height: 1.8;
    font-weight: bold;
    margin: 5rem auto 3rem;
    text-align: center;
}
.secCo .txtOk{
    font-size: var(--pcFontSize15);
    margin: 3.8rem auto 0;
    text-align: center;
    line-height: 2;
}
.secCo .txtOk.mt15{
    margin: 1.5rem auto 0;
}
.secCo .boxOk{
    margin: 5rem auto 0;
    line-height: 2;
}
.secCo .boxUnder{
    background-color: var(--keyColor);
    margin-top: 5rem;
    font-size: var(--pcFontSize18);
    color: var(--ColorWhite);
    padding: 2rem 0;
    font-weight: bold;
    text-align: center;
}
.secCo .txtBoxUnder{
    border: solid 1px var(--keyColor);
    border-top: none;
    padding: 3rem 6rem;
    font-size: var(--pcFontSize16);
    line-height: 1.875;
    background: var(--ColorWhite);
}
.secCo .backYellow{
    background: #ffff00;
}
@media only screen and (max-width:1215px){
    .secMain.main02.mainCo{
        border-radius: 0;
    }
    .secMain.main02.mainCo .txtTitJp{
        font-size: var(--spFontSize20);
    }
    .secCo{
        margin: 0 auto;
        padding: 4rem 0 0;
    }
    .secCo .wrapForm{
        padding-bottom: 4rem;
    }
    .secCo .dlBox .dtBox{
        padding: 0 0 1rem;
        font-size: var(--spFontSize14);
        line-height: 1.5;
    }
    .secCo .dlBox .ddBox{
        font-size: var(--spFontSize13);
        line-height: 1.5;
    }
    .secCo .titOk{
        font-size: var(--spFontSize17);
        margin: 4rem auto 2rem;
    }
    .secCo .txtOk{
        font-size: var(--spFontSize13);
        margin: 2rem auto 0;
        line-height: 1.8;
        text-align: left;
    }
    .secCo .boxUnder{
        margin-top: 3rem;
        font-size: var(--spFontSize17);
        padding: 2rem 0;
    }
    .secCo .txtBoxUnder{
        padding: 2rem 2rem;
        font-size: var(--spFontSize14);
    }
}

.secDetails .formUnderBtn{
    padding: 10rem 0 0;
    margin: 0 auto;
}
.secDetails .btnBack{
    margin: 0 auto;
    text-decoration: none;
}
@media only screen and (max-width:1215px){
    .secDetails .formUnderBtn{
        padding: 3rem 0 0;
        width: 94%;
        margin: 0 auto;
        border-top: #e8e9ea solid 1px;
    }
}
#main.pageOk{
    /* background: var(--ColorWhite); */
}

/*order*/
@media only screen and (max-width:1215px){
    .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: 30rem;
    display: block;
    height: 5.5rem;
    background: #FFF;
    border: #282f38 solid 1px;
    font-size: var(--pcFontSize14);
    color: #282f38;
    letter-spacing: 1px;
    padding-top: 1.8rem;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
}
@media only screen and (max-width:1215px){
    .btnBack{
        width: 25.5rem;
        height: 4.5rem;
        font-size: var(--spFontSize13);
        padding-top: 1.5rem;
    }
}

/* 連打防止 */
.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,var(--keyColor)!important;
    font-size: 0!important;
}

/* secFooterLp */
.secFooterLp{
    margin-top: 13.6rem;
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
    background-color: var(--bgFooter);
}
.secFooterLp .boxFooter{
    color: var(--ColorWhite);
}
.boxFooterTop{
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}
.secFooterLp .txtLogo{
    font-size: var(--pcFontSize12);
    line-height: 2;
}
.secFooterLp .titTel{
    font-size: var(--pcFontSize20);
    line-height: 2;
    position: relative;
    border-bottom: 1px solid var(--ColorWhite);
    margin-top: 2.2rem;
    margin-bottom: 2rem;
    display: flex;
    padding-bottom: 1.3rem;
}
.secFooterLp .txtInner{
    font-size: var(--pcFontSize14);
    margin-right: 0.3rem;
}
.secFooterLp .bigNum{
    font-size: var(--pcFontSize36);
    font-weight: bold;
    vertical-align: -6px;
    margin-right: 0.7rem;
    color: var(--ColorWhite);
    text-decoration: none;
}
.secFooterLp .txtTime{
    font-size: var(--pcFontSize13);
}
.secFooterLp .boxSns{
    margin-top: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.secFooterLp .btnTopFooter{
    width: 40rem;
    height: 7rem;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--textColor);
    font-size: var(--pcFontSize14);
    text-decoration: none;
    margin: 6rem auto 0;
}
.secFooterLp .boxLogoSub{
    width: 208px;
    margin: 5rem auto 0;
}
.secFooterLp .txtAsh{
    font-size: var(--pcFontSize12);
    margin-bottom: 1.2rem;
    text-align: left;
}
.secFooterLp #copy{
    font-size: var(--pcFontSize12);
    margin: 5rem auto 0;
    text-align: center;
}
@media only screen and (max-width:1215px){
    .secFooterLp .footerLinkBtn{
        width: 30rem;
        height: 8rem;
        border-radius: 4rem;
        background: #32b7fc;
        font-size: 2rem;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        padding-left: 3.5rem;
        position: relative;
    }
}

@media only screen and (max-width:800px){
    .secFooterLp{
        margin-top: 7.5rem;
        padding-bottom: 5rem;
    }
    .secFooterLp .boxFooter{
        padding: 0;
    }
    .boxFooterTop{
        padding-bottom: 2rem;
        flex-direction: column;
    }
    .secFooterLp .txtLogo {
        font-size: var(--pcFontSize10);
    }
    .secFooterLp .titTel {
        font-size: var(--spFontSize16);
    }
    .secFooterLp .bigNum {
        font-size: var(--spFontSize20);
        vertical-align: 0px;
        margin-right: 0.7rem;
    }
    .secFooterLp .txtInner {
        font-size: var(--spFontSize11);
    }
    .secFooterLp .txtTime {
        font-size: var(--spFontSize10);
    }
}
@media only screen and (max-width:800px){
    .secFooterLp .itemSns {
        width: 5rem;
    }
    .secFooterLp .boxSns {
        margin-top: 3rem;
    }
}
@media only screen and (max-width:500px){
    .secFooterLp .btnTopFooter {
        width: 100%;
        height: 5rem;
        font-size: var(--pcFontSize14);
        margin: 3rem auto 0;
    }
}
@media only screen and (max-width:360px){
    .secFooterLp .bigNum {
        font-size: var(--spFontSize16);
    }
}
/* secBottom */
.secBottom{
    display: none;
}
@media only screen and (max-width:1215px){
    .secBottom{
        display: block;
        position: fixed;
        bottom: 1rem;
        width: 100%;
        z-index: 10;
        opacity: 0;
        pointer-events: none;
        transition:opacity 0.2s ease-out;
    }
    .secBottom .btnRight{
        width: calc(100% - 21.5rem);
        height: 5.5rem;
        border-radius: 4rem;
        background: var(--keyColor);
        font-size:var(--spFontSize15);
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        margin-left: 4%;
    }
    .secBottom .btnRight.isOrange{
        background: #fd8a27;
    }
    .secBottom.scroll{
        opacity: 1;
        pointer-events: auto;
    }
}
@media only screen and (max-width:800px){
    .secBottom .btnRight {
        width: calc(100% - 8.5rem);
        margin: 0;
        margin-left: 4%;
    }
}

.secForm .dlBox .ddBox.flexInner {
    display: flex;
    align-items: center;
}
.secForm .timeTxt {
    padding: 0 20px;
    font-size: var(--pcFontSize18);
}
