@charset "utf-8";
@font-face {
    font-family: "Zen Kaku Gothic New";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.woff2") format("woff2"),
        url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.woff") format("woff"),
        url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Zen Kaku Gothic New";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.woff2") format("woff2"),
        url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.woff") format("woff"),
        url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.ttf") format("truetype");
}

body{
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    color: #333;
}
.fLato{font-family: "Lato", sans-serif;}

/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide{
    opacity: 0;
    transform: translate(0px, 50px);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.jsHide.jsShow{
    transform: none;
    opacity: 1;
}

/* headerShukuhaku */
#headerShukuhaku .imgLogo{
    position: absolute;
    top: 40px;
    left: 40px;
}
@media only screen and (max-width:767px){
    #headerShukuhaku .imgLogo{
        width: 150px;
        height: auto;
        top: 12px;
        left: 15px;
    }
}

/* secHero */
.secHero{
    background: url(../img/shukuhaku/bgHero.jpg) center top / cover;
    padding: calc(149 / 1920 * 100vw) 0 calc(267 / 1920 * 100vw);
}
.secHero .titHero{
    width: calc(831 / 1920 * 100%);
    margin: 0 auto;
    text-align: center;
}
.secHero .btnHero{
    width: 320px;
    height: 100px;
    border-radius: 50px;
    background: #ff8300;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    padding-bottom: 4px;
    position: relative;
}
.secHero .btnHero::after{
    content: "";
    width: 20px;
    height: 33px;
    background: url(../img/shukuhaku/iconBtn.png) center center / cover;
    position: absolute;
    bottom: -63px;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width:767px){
    .secHero{
        background: url(../img/shukuhaku/bgHeroSp.jpg) center top / cover;
        padding: calc(221 / 375 * 100vw) 0 calc(71 / 375 * 100vw);
    }
    .secHero .titHero{
        width: calc(321 / 375 * 100%);
    }
    .secHero .btnHero{
        width: 200px;
        height: 55px;
        border-radius: 27.5px;
        font-size: 14px;
        letter-spacing: 0;
        margin: 9px auto 0;
        padding-bottom: 2px;
    }
    .secHero .btnHero::after{
        width: 16px;
        height: 26px;
        bottom: -41px;
    }
}

/* secTop */
.secTop{
    padding: calc(131 / 1920 * 100vw) 0 calc(191 / 1920 * 100vw);
}
.secTop.lazyloaded{
    background: url(../img/shukuhaku/bgTop.jpg) center top / cover;
}
.secTop .boxTxt{
    display: table;
    margin: 0 auto;
    padding-left: 100px;
}
.secTop .titTop{
    font-size: 36px;
    line-height: calc(74 / 36);
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #6baf92;
}
.secTop .txtAbout{
    font-size: 20px;
    line-height: calc(50 / 20);
    font-weight: bold;
    margin-top: 33px;
}
.secTop .txtOrange{
    color: #ff8300;
}
.secTop .txtAbout2{
    font-size: 16px;
    line-height: calc(50 / 16);
    margin-top: 21px;
}
@media only screen and (max-width:767px){
    .secTop{
        padding: calc(296 / 375 * 100vw) 0 0;
    }
    .secTop.lazyloaded{
        background: url(../img/shukuhaku/bgTopSp.jpg) center top / 100% auto no-repeat;
    }
    .secTop .boxTxt{
        margin: 0 auto;
        padding-left: 0;
    }
    .secTop .titTop{
        font-size: 20px;
        line-height: calc(30 / 20);
        letter-spacing: 0.15em;
    }
    .secTop .txtAbout{
        font-size: 16px;
        line-height: calc(30 / 16);
        margin-top: 18px;
    }
    .secTop .txtAbout2{
        font-size: 13px;
        line-height: calc(26 / 13);
        margin-top: 12px;
    }
}

/* cmnTxtTit */
.cmnTxtTit{
    text-align: center;
}
.cmnTxtTit .txtTitJp{
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-top: 34px;
    padding-bottom: 23px;
    position: relative;
}
.cmnTxtTit .txtTitJp::after{
    content: "";
    width: 63px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.cmnTxtTit .txtTitJp.lazyloaded::after{
    background: url(../img/shukuhaku/iconTit.png) center center / cover;
}
@media only screen and (max-width:767px){
    .cmnTxtTit .txtTitJp{
        font-size: 16px;
        letter-spacing: 0.1em;
        margin-top: 25px;
        padding-bottom: 18px;
    }
}

/* secForYou */
.secForYou .boxImg{
    text-align: center;
    margin-top: 50px;
}
@media only screen and (max-width:767px){
    .secForYou{
        margin-top: 54px;
    }
    .cmnTxtTit .txtTitEng{
        width: 154px;
        margin: 0 auto;
    }
    .secForYou .boxImg{
        width: calc(361 / 375 * 100%);
        max-width: 361px;
        margin: 16px auto 0;
        position: relative;
        right: -8px;
    }
}

/* secStay */
.secStay{
    padding: 96px 0 207px;
    margin-top: -50px;
    position: relative;
}
.secStay.lazyloaded{
    background: url(../img/shukuhaku/bgStay.png) center top / cover;
}
.secStay .boxList{
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 50px;
}
.secStay .boxList .item{
    width: 100%;
    padding: 43px 50px 50px;
    border-radius: 60px;
    background: #fff;
    position: relative;
}
.secStay .boxList .item:nth-child(1),
.secStay .boxList .item:nth-child(7){
    padding-bottom: 43px;
}
.secStay .boxList .item::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #ff8300;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.secStay .boxList .item:last-child::before{
    display: none;
}
.secStay .boxList .boxTopFlex{
    display: flex;
    align-items: center;
}
.secStay .boxList .txtStep{
    width: 61px;
    height: 30px;
    background: #6baf92;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
}
.secStay .boxList .txtStepNum{
    font-size: 42px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #6baf92;
    margin-left: 11px;
}
.secStay .boxList .titStep{
    font-size: 36px;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-left: 28px;
}
.secStay .boxList .txtTime{
    padding: 3px 14px 3px 14px;
    background: #ff8300;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    margin-left: 5px;
}
.secStay .boxList .txtAbout{
    font-size: 16px;
    line-height: calc(30 / 16);
    margin-top: 13px;
}
.secStay .boxList .boxCheckPoint{
    margin-top: 23px;
}
.secStay .boxList .txtCheckPoint{
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: relative;
    padding-bottom: 18px;
}
.secStay .boxList .txtCheckPoint::after{
    content: "";
    width: 63px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.secStay .boxList .txtCheckPoint.lazyloaded::after{
    background: url(../img/shukuhaku/iconTit.png) center center / cover;
}
.secStay .boxList .boxCheckList{
    display: flex;
    gap: 29px;
    margin-top: 14px;
}
.secStay .boxList .itemCheck{
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-left: 26px;
    position: relative;
}
.secStay .boxList .itemCheck::before{
    content: "";
    width: 16px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.secStay .boxList .itemCheck.lazyloaded::before{
    background: url(../img/shukuhaku/iconCheck.png) center center / cover;
}
.secStay .boxList .boxImg{
    position: absolute;
}
.secStay .item:nth-child(2) .boxImg{
    right: 80px;
    bottom: 0;
}
.secStay .item:nth-child(3) .boxImg{
    right: 60px;
    bottom: 0;
}
.secStay .item:nth-child(4) .boxImg{
    right: 109px;
    bottom: 0;
}
.secStay .item:nth-child(5) .boxImg{
    right: 69px;
    bottom: -9px;
}
.secStay .item:nth-child(6) .boxImg{
    right: 100px;
    bottom: 0;
}
@media only screen and (max-width:767px){
    .secStay{
        padding: 50px 0 70px;
        margin-top: -24px;
    }
    .secStay.lazyloaded{
        background: url(../img/shukuhaku/bgStaySp.png) center top / cover;
    }
    .secStay .txtTitEng{
        width: 87px;
        margin: 0 auto;
    }
    .secStay .boxList{
        gap: 50px;
        margin-top: 30px;
    }
    .secStay .boxList .item{
        padding: 22px 25px 25px;
        border-radius: 30px;
    }
    .secStay .boxList .item:nth-child(1),
    .secStay .boxList .item:nth-child(7){
        padding-bottom: 20px;
    }
    .secStay .boxList .item:nth-child(2){
        padding-bottom: 80px;
    }
    .secStay .boxList .item:nth-child(3){
        padding-bottom: 90px;
    }
    .secStay .boxList .item:nth-child(4){
        padding-bottom: 75px;
    }
    .secStay .boxList .item:nth-child(5){
        padding-bottom: 113px;
    }
    .secStay .boxList .item:nth-child(6){
        padding-bottom: 100px;
    }
    .secStay .boxList .item::before{
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 20px solid #ff8300;
        bottom: -35px;
    }
    .secStay .boxList .txtStep{
        width: 41px;
        height: 19px;
        border-radius: 5px;
        font-size: 12px;
        letter-spacing: 0;
        padding-top: 1px;
    }
    .secStay .boxList .txtStepNum{
        font-size: 24px;
        letter-spacing: 0;
        margin-left: 5px;
    }
    .secStay .boxList .titStep{
        font-size: 22px;
        letter-spacing: 0;
        margin-left: 13px;
    }
    .secStay .boxList .txtTime{
        padding: 4px 6px 4px 6px;
        border-radius: 5px;
        font-size: 12px;
        letter-spacing: 0;
        margin-left: 5px;
    }
    .secStay .boxList .txtAbout{
        font-size: 13px;
        line-height: calc(24 / 13);
        margin-top: 5px;
    }
    .secStay .boxList .boxCheckPoint{
        margin-top: 16px;
    }
    .secStay .boxList .txtCheckPoint{
        font-size: 16px;
        letter-spacing: 0;
        padding-bottom: 18px;
    }
    .secStay .boxList .boxCheckList{
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
    }
    .secStay .boxList .itemCheck{
        font-size: 13px;
        letter-spacing: 0;
        padding-left: 16px;
    }
    .secStay .boxList .itemCheck::before{
        width: 12px;
        height: 11px;
    }
    .secStay .item:nth-child(2) .boxImg{
        width: calc(282 / 345 * 100%);
        max-width: 282px;
        right: 15px;
        bottom: -8px;
    }
    .secStay .item:nth-child(3) .boxImg{
        width: calc(289 / 345 * 100%);
        max-width: 289px;
        right: 10px;
        bottom: 0;
    }
    .secStay .item:nth-child(4) .boxImg{
        width: calc(234 / 345 * 100%);
        max-width: 234px;
        right: 49px;
        bottom: 0;
    }
    .secStay .item:nth-child(5) .boxImg{
        width: calc(288 / 345 * 100%);
        max-width: 288px;
        right: 4px;
        bottom: 0;
    }
    .secStay .item:nth-child(6) .boxImg{
        width: calc(244 / 345 * 100%);
        max-width: 244px;
        right: 21px;
        bottom: 0;
    }
}
@media only screen and (max-width:370px){
    .secStay .boxList .txtStepNum{
        font-size: 22px;
    }
    .secStay .boxList .titStep{
        font-size: 20px;
        margin-left: 10px;
    }
}
@media only screen and (max-width:340px){
    .secStay .boxList .txtStepNum{
        font-size: 20px;
    }
    .secStay .boxList .titStep{
        font-size: 18px;
        margin-left: 8px;
    }
    .secStay .boxList .itemCheck{
        font-size: 12px;
    }
}
@media only screen and (max-width:330px){
    .secStay .item:nth-child(2) .boxImg{
        right: 8px;
    }
    .secStay .item:nth-child(3) .boxImg{
        right: 6px;
    }
}

/* secVoices */
.secVoices{
    padding: 103px 0 80px;
    position: relative;
}
.secVoices.lazyloaded{
    background: url(../img/shukuhaku/bgVoices.png) center 3px no-repeat;
}
.secVoices .txtSub{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}
.secVoices .boxList{
    display: flex;
    gap: 55px;
    margin-top: 50px;
}
.secVoices .boxList .item{
    width: calc((100% - 110px) / 3);
}
.secVoices .boxList .boxImg{
    border-radius: 25px;
    overflow: hidden;
}
.secVoices .boxList .boxImg img{
    border-radius: 25px;
}
.secVoices .boxList .boxTxt{
    margin-top: 25px;
    padding: 0 30px 0 20px;
}
.secVoices .boxList .titVoices{
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.secVoices .boxList .txtAbout{
    font-size: 14px;
    line-height: calc(28 / 14);
    margin-top: 16px;
}
.secVoices .boxList .txtName{
    font-size: 14px;
    text-align: right;
    margin-top: 8px;
}
@media only screen and (max-width:767px){
    .secVoices{
        padding: 38px 0 0;
    }
    .secVoices.lazyloaded{
        background: url(../img/shukuhaku/bgVoicesSp.png) center 190px / 100% auto no-repeat;
    }
    .secVoices .txtTitEng{
        width: 129px;
        margin: 0 auto;
    }
    .secVoices .txtSub{
        font-size: 13px;
        line-height: calc(26 / 13);
        margin-top: 24px;
    }
    .secVoices .boxList{
        flex-direction: column;
        gap: 40px;
        margin-top: 24px;
    }
    .secVoices .boxList .item{
        width: 100%;
    }
    .secVoices .boxList .boxImg{
        border-radius: 20px;
    }
    .secVoices .boxList .boxImg img{
        border-radius: 20px;
    }
    .secVoices .boxList .boxTxt{
        margin-top: 7px;
        padding: 0 20px;
    }
    .secVoices .boxList .titVoices{
        font-size: 16px;
        line-height: calc(28 / 16);
        letter-spacing: 0;
    }
    .secVoices .boxList .txtAbout{
        font-size: 13px;
        line-height: calc(24 / 13);
        margin-top: 1px;
    }
    .secVoices .boxList .txtName{
        font-size: 10px;
        margin-top: 5px;
    }
}
@media only screen and (max-width:330px){
    .secVoices .boxList .titVoices{
        font-size: 15px;
    }
    .secVoices .boxList .txtAbout{
        font-size: 12px;
    }
}

/* secDetails */
.secDetails{
    padding: 103px 0 100px;
    background: #f7f3ee;
    position: relative;
}
.secDetails::before{
    content: "";
    width: 250px;
    height: 250px;
    position: absolute;
    top: -198px;
    left: -28px;
}
.secDetails.lazyloaded::before{
    background: url(../img/shukuhaku/imgDetails01.png) center top / cover;
}
.secDetails::after{
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -73px;
    right: 55px;
}
.secDetails.lazyloaded::after{
    background: url(../img/shukuhaku/imgDetails02.png) center top / cover;
}
.secDetails .boxTxt{
    padding: 95px 50px 93px 173px;
    background: #fff;
    border-radius: 60px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.secDetails .titDetails{
    font-size: 16px;
    line-height: calc(30 / 16);
    letter-spacing: 0.05em;
    font-weight: bold;
}
.secDetails .txtDetails{
    font-size: 16px;
    line-height: calc(30 / 16);
}
@media only screen and (max-width:1700px){
    .secDetails::before{
        width: 240px;
        height: 240px;
        top: -150px;
    }
}
@media only screen and (max-width:1600px){
    .secDetails::before{
        width: 230px;
        height: 230px;
        top: -120px;
    }
}
@media only screen and (max-width:767px){
    .secDetails{
        padding: 50px 0 50px;
        margin-top: 50px;
    }
    .secDetails::before{
        width: 60px;
        height: 60px;
        top: -35px;
        left: 27px;
    }
    .secDetails::after{
        display: none;
    }
    .secDetails .txtTitEng{
        width: 145px;
        margin: 0 auto;
    }
    .secDetails .boxTxt{
        padding: 42px 25px 42px 25px;
        border-radius: 30px;
        margin-top: 30px;
        gap: 24px;
    }
    .secDetails .titDetails{
        font-size: 12px;
        line-height: calc(24 / 12);
        letter-spacing: 0;
    }
    .secDetails .txtDetails{
        font-size: 12px;
        line-height: calc(24 / 12);
    }
}

/* secBnr */
.secBnr{
    margin-top: 80px;
    text-align: center;
}
.secBnr .bnrInner{
    display: block;
}
@media only screen and (max-width:767px){
    .secBnr{
        margin-top: 50px;
    }
}

/* secSelect */
.secSelect{
    margin-top: 100px;
}
.secSelect .titBox{
    text-align: center;
}
.secSelect .jpnTit{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 50px;
}
.secSelect .list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.secSelect .item{
    width: 22.65625%;
    margin-right: 3.125%;
}
.secSelect .item:nth-child(4n){
    margin-right: 0;
}
.secSelect .item:nth-child(n+5){
    margin-top: 60px;
}
.secSelect .inner{
    display: block;
    text-decoration: none;
    color: #0c141a;
    position: relative;
}
.secSelect .img{
    padding-top: 66.552%;
    overflow: hidden;
}
.secSelect .txtBox{
    padding: 25px 25px 0;
}
.secSelect .tit{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.44;
    height: 52px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secSelect .item:nth-child(n+5) .tit{
    height: auto;
}
.secSelect .btnTxt{
    margin: 20px auto 0;
    font-size: 15px;
    letter-spacing: 1px;
    width: 200px;
    height: 53px;
    border-radius: 26.5px;
    overflow: hidden;
    background: #0c141a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secSelect .subList{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.secSelect .subItem{
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secSelect .subItem:nth-child(2){
    margin-left: 15px;
    padding-left: 15px;
    border-left: solid 1px #e5e5e5;
}
.secSelect .subInner{
    display: block;
    text-decoration: none;
    color: #0c141a;
    font-size: 12px;
    letter-spacing: 1px;
}
.secSelect .subTxt{
    position: relative;
    padding-left: 10px;
}
.secSelect .subTxt::after{
    position: absolute;
    content: "";
    width: 6px;
    height: 7px;
    background: #0c141a;
    top: calc(50% - 3.5px);
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.secSelect .iconNew{
    font-size: 12px;
    width: 54px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0ff00;
    color: #0c141a;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
@media only screen and (max-width:767px){
    .secSelect{
        margin-top: 50px;
    }
    .secSelect .txtTitEng{
        width: 254px;
        margin: 0 auto;
    }
    .secSelect .jpnTit{
        font-size: 13px;
        letter-spacing: normal;
        margin-top: 30px;
    }
    .secSelect .list{
        margin-top: 30px;
    }
    .secSelect .item{
        width: 46.377%;
        margin-right: 7.246%;
    }
    .secSelect .item:nth-child(2n){
        margin-right: 0;
    }
    .secSelect .item:nth-child(n+3){
        margin-top: 30px;
    }
    .secSelect .txtBox{
        padding: 16px 0 0;
    }
    .secSelect .tit{
        font-size: 14px;
        letter-spacing: normal;
        line-height: 1.42;
        height: 40px;
    }
    .secSelect .btnTxt{
        margin: 12px auto 0;
        font-size: 12px;
        letter-spacing: normal;
        height: 41px;
        border-radius: 20.5px;
        width: calc(100% - 10px);
    }
    .secSelect .subList{
        margin: 10px auto 0;
        width: calc(100% - 10px);
    }
    .secSelect .subItem{
        width: 48.667%;
        height: 34px;
        border: solid 1px #e5e5e5;
        border-radius: 3px;
    }
    .secSelect .subItem:nth-child(2){
        margin-left: 2.667%;
        padding-left: 0;
        border: solid 1px #e5e5e5;
    }
    .secSelect .subInner{
        font-size: 11px;
        letter-spacing: normal;
    }
    .secSelect .subTxt{
        padding-left: 0;
    }
    .secSelect .subTxt::after{
        display: none;
    }
    .secSelect .iconNew{
        font-size: 10px;
        width: 36px;
        height: 17px;
        padding-top: 1px;
    }
}
@media only screen and (max-width:374px){
    .secSelect .subInner{
        font-size: 10px;
    }
}

@media only screen and (max-width:767px){
    .secForm .txtTitEng{
        width: 153px;
        margin: 0 auto;
    }
}

/* secFormCampaign */
.secFormCampaign{
    padding-bottom: 40px;
}
.secFormCampaign .boxTxt{
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    max-height: 160px;
    transition: max-height 0.5s ease;
}
.secFormCampaign .boxTxtMore{
    display: block;
}
.secFormCampaign .boxTxt::after{
    content: "";
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
    position: absolute;
    bottom: -15px;
    left: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.secFormCampaign.is-open .boxTxt::after{
    opacity: 0;
}
.secFormCampaign .btnCampaignToggle{
    width: 200px;
    height: 54px;
    border: none;
    border-radius: 27px;
    background: #971542;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
    cursor: pointer;
    position: relative;
}
.secFormCampaign .btnCampaignToggle .icon{
    font-size: 20px;
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    transform: translateY(-50%);
}
@media only screen and (max-width:767px){
    .secFormCampaign{
        padding-bottom: 20px;
    }
    .secFormCampaign .btnCampaignToggle{
        width: 150px;
        height: 41px;
        border-radius: 20.5px;
        font-size: 13px;
        letter-spacing: 0;
        margin: 10px auto 0;
    }
    .secFormCampaign .btnCampaignToggle .icon{
        font-size: 16px;
        position: absolute;
        top: calc(50% - 2px);
        right: 15px;
    }
}

/* secFormAcknowledge */
.secFormAcknowledge{
    text-align: center;
    margin-top: 50px;
}
.secFormAcknowledge .txtNoteCheck{
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}
.secFormAcknowledge .secFormTable .txtCheck::before{
    background: #fff;
    border: 1px solid #d8d8d8;
}
.secFormAcknowledge .secFormTable .labelCheck {
    font-size: 16px;
    font-weight: bold;
}
.secFormAcknowledge .txtError{
    display: ruby-text;
}
@media only screen and (max-width:767px){
    .secFormAcknowledge{
        margin-top: 24px;
    }
    .secFormAcknowledge .txtNoteCheck{
        font-size: 12px;
        line-height: calc(24 / 12);
        text-align: left;
        margin-top: 0;
        margin-bottom: 14px;
    }
    .secFormAcknowledge .secFormTable .labelCheck {
        font-size: 12px;
    }
}

.secForm{
    padding: 120px 0 100px;
    margin-top: 150px;
}
.secForm .boxFlex{
    display: flex;
    align-items: center;
    gap: 30px;
}
.secForm .boxFlexInner{
    display: flex;
    align-items: center;
    gap: 5px;
}
.secForm .txtFlex{
    font-size: 15px;
}
.secFormTable .w100{
    width: 100px;
}
@media only screen and (max-width:767px){
    .secForm{
        padding: 55px 0 0;
        margin-top: 60px;
    }
    .secForm .boxFlex{
        gap: 15px;
    }
    .secForm .boxFlexInner{
        gap: 3px;
    }
    .secForm .txtFlex{
        font-size: 13px;
    }
    .secFormTable .w100{
        width: 80px;
    }
}

/* footerShukuhaku */
#footerShukuhaku .txt{
    font-size: 12px;
    text-align: center;
    padding: 0 0 40px 0;
    background: #f8f8f8;
}
@media only screen and (max-width:767px){
    #footerShukuhaku .txt{
        font-size: 10px;
        padding: 50px 0 30px 0;
    }
}

/* btnScroll */
.btnScroll{
    position: fixed;
    bottom: 20px;
    right: -218px;
    margin: auto;
    width: 218px;
    z-index: 10;
    transition: all 0.3s ease-out!important;
}
.btnScroll.scroll{
    right: 20px;
}
@media only screen and (max-width:767px){
    .btnScroll{
        max-width: 375px;
        width: 100%;
        height: auto;
        right: unset;
        left: 50%;
        bottom: -96px;
        transform: translateX(-50%);
    }
    .btnScroll.scroll{
        right: unset;
        bottom: 0;
    }
    .btnScroll .boxTxt{
        position: relative;
    }
    .btnScroll .boxTxt::after{
        content: "";
        width: 100vw;
        height: 70px;
        background: #ff8300;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}


@media only screen and (max-width:767px){
    .co .txtTitEng{
        width: 114px;
        margin: 0 auto;
    }
    .ok .txtTitEng{
        width: 212px;
        margin: 0 auto;
    }
}