@charset "utf-8";


body {
    background-color: #FAFAFA;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #FFF;
    z-index: 99999;
}
h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
}
.btnSub a{
    background: transparent;
    color: #F6732A;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    transition: 0.3s ease;
    border: 1px solid rgba(246, 115, 42, 0.50);
    border-radius: 100px;
    box-sizing: border-box;
    height: 48px;
    min-width: 80px;
    padding: 6px 16px;
    margin: 0 auto;
    font-size: 16px;
    text-decoration: none;
}
.btnSub a span{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    transition: 0.3s ease;
}
.btnSub a span:before{
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    aspect-ratio: 1;
    border-top: 2px solid #F6732A;
    border-right: 2px solid #F6732A;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.anc{
    position: relative;
}
.ancPoint{
    position: absolute;
    top:-24px;
}
.bold {
    font-size: unset;
    font-weight: bold;
}
.orange{
    color: #F6732A;
}
.clmFvparts .fvParts01,.clmFvparts .fvParts02{
    position: fixed;
    pointer-events: none;
    transition: 0.5s ease;
}
.clmFvparts .fvParts01{
    right: 80px;
    top: 40px;
    width: 130px;
}
.clmFvparts .fvParts02{
    left: 80px;
    bottom: 40px;
    width: 90px;
}
.clmFvparts .fvParts01 img,.clmFvparts .fvParts02 img{
    width: 100%;
}

@media screen and (min-width: 901px){
.sp{display: none;}
.btnSub a:hover{
    background: rgba(246, 115, 42, 0.12);
}
}
@media screen and (max-width: 1180px){
.clmFvparts .fvParts01,.clmFvparts .fvParts02{
    opacity: 0;
}
}
@media screen and (max-width: 900px){
.pc{display: none;}
}

/*===================================================
    clm
====================================================*/
.clm{
    display: flex;
    width: 100%;
    overflow: hidden;
    background-color: #FAFAFA;
}
.clm .clmLeft{
  flex: 1 1 auto;
  min-width: 400px; 
}
.clmLeftInner{
    width: calc((100% - 550px) / 2);
    min-width: 400px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.clmLeftInner .clmFrag{
    max-width: 400px;
    position: relative;
    line-height: 0;
    margin-bottom: 64px;
}

.clmLeftInner .fragTitle{
    position: absolute;
    bottom: 0;
    left: 80px;
    text-align: left;
    font-weight: 700;
}
.clmLeftInner .fragTitle .fragTitle_sub{
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0.15px;
  color: #F6732A;
}
.clmLeftInner .fragTitle .fragTitle_main{
    font-size: 70px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
    font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    color: #F6732A;
}
.clmNav{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto 0;
}
.clmNav li{
    display: block;
    width: 160px;
    margin: 0 120px;
}
.clmNav li a{
    display: flex;
    width: 160px;
    height: 40px;
    min-width: 80px;
    padding: 6px 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid rgba(246, 115, 42, 0.50);
    background: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.15px;
    color: #F6732A;
    gap: 4px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
}
.clmNav li a span{
    display: block;
    width: 20px;
    height: 20px;
    position: relative
}
.clmNav li a span:before{
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    width: 8px;
    aspect-ratio: 1;
    border-top: 2px solid #F6732A;
    border-right: 2px solid #F6732A;
    transform: rotate(135deg);
    box-sizing: border-box;
}
.clm .clmRight{
  flex: 1 1 auto;
  min-width: 120px;  /* C は小さくなってOK */
}
.clm .content{
    flex: 0 0 550px;
    width: 100%;
    max-width: 550px;
    position: relative;
    z-index: 0;
    margin-top: 64px;
    margin-bottom: 64px;
    border-radius: 32px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
}
.fragSvg{
    position: relative;
    max-width: 100%;
    height: auto;
    aspect-ratio: 2.43 / 1;
}

.clmLeft .fragSvg{
    max-width: 400px;
}
.frag{
    aspect-ratio: 1000 / 413;
    max-width: 400px;
    line-height: 0;
    margin-bottom: 64px;
    position: relative;
    overflow: hidden;
    background: #FEF1EA;
}

.fragIcon{
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
}
.fragIcon img{
    width: 100%;
    opacity: 0.4;
    filter: blur(30px);
}
.fragmask{
    width: 100%;
    aspect-ratio: 1000 / 413;
    position: relative;
}
.fragmask img{
    width: 100%;
    filter: drop-shadow(0px 0px 0px rgba(117, 117, 117, 5%));
}
.frag svg{
    position: relative;
}
.fragmask_svg{
    fill: #fafafa;
    filter: drop-shadow(1px 1px 1px rgba(117, 117, 117, 5%));
}

@media screen and (min-width: 981px){
.clmNav li a:hover{
    background: rgba(246, 115, 42, 0.12);
}
}
@media screen and (max-width: 980px){
.clm .clmLeft,.clm .clmRight{
  display: none;
}
.clm .content {
    flex: auto;
    text-align: center;
    max-width: 100%;
    max-width: 500px;
    margin: 64px auto;
}
}

@media screen and (max-width: 500px){
.clm .content {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    max-width: 100%;
}
}

/*===================================================
    hero-title
====================================================*/
.hero {
    padding: 0 0 72px;
    margin: 0 auto;
    background: #fff;
    border-radius: 32px 32px 0 0;
    box-shadow: unset;
    position: relative;
    bottom: unset;
    z-index: -1;
    overflow: hidden;
}

.hero .fvParts01,.hero .fvParts02{
    position: absolute;
    pointer-events: none;
    transition: 0.5s ease;
}
.hero .fvParts01{
    right: 20px;
    top: 40px;
    width: 65px;
}
.hero .fvParts02{
    left: 20px;
    bottom: 40px;
    width: 46px;
}
.hero .fvParts01 img,.hero .fvParts02 img{
    width: 100%;
}

.hero-title-wrap {
    position: relative;
    aspect-ratio: 1000 / 413;
    width: 280px;
    height: 119px;
    z-index: 10;
    transition: opacity 1s ease .5s;
    opacity: 1;
}
.hero-title-wrap .heroFrag{
    display: flex;
}
.hero .fragmask{

}
.hero-title-wrap .fragTitle{
    position: absolute;
    bottom: 8px;
    left: 16px;
    text-align: left;
    font-weight: 700;
}
.hero-title-wrap .fragTitle .fragTitle_sub{
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0.15px;
    color: #F6732A;
}
.hero-title-wrap .fragTitle .fragTitle_main{
    font-size: 36px;
    line-height: 170%;
    letter-spacing: 0.15px;
    color: #F6732A;
    font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.pageTitBlock{
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s ease 1s;
    position: relative;
    z-index: 10;
}
.loaded .pageTitBlock{
    opacity: 1;
    transform: translateY(0);
}
.pageTitBlock h1{
    color: #F6732A;
}
.hero .appIcon{
    width: 70px;
    height: 70px;
    aspect-ratio: 1 / 1;
    line-height: 0;
    margin: 0 auto 16px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    position: relative;
    z-index: 10;
}
.hero .pageTit{
    margin-bottom: 8px;
}
.hero .appIcon img{
    width: 100%;
}
.hero .fvLine{
    display: block;
    width: 100%;
    aspect-ratio: 343 / 7;
    margin-bottom: 16px;
}
.hero .fvMock{
    max-width: 290px;
    margin: 0 auto;
    padding: 0 40px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s ease 1.3s;
}
.loaded .hero .fvMock{
    opacity: 1;
    transform: translateY(0);
}
.hero .fvMock img{
    width: 100%;
}
@media screen and (min-width: 981px){
.hero-title-wrap .fragTitle{
    display: none;
}
}

@media screen and (max-width: 500px){
.hero {
    border-radius:0;
}
}

/*===================================================
    link-give
====================================================*/
.link-give{
    width: calc(100% - 48px);
    box-sizing: border-box;
}
.link-give .txt{
    font-size: 15px;
    margin-bottom: 16px;
}
.link-give .button{
    border: none;
    margin: auto;
    width: 208px;
    padding: 0;
}
.link-give .button a{
    background: #F6732A;
    color: #FFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 48px;
    padding: 12px 0;
    border-radius: 50px;
    transition: 0.3s ease;
    box-sizing: border-box;
}

.link-give .button span{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    transition: 0.3s ease;;
}
.link-give .button span:before{
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    aspect-ratio: 1;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    box-sizing: border-box;
}

@media screen and (min-width: 901px){
.link-give .button a:hover{
    background: #944519;
}
}
/*===================================================
    branch
====================================================*/
.branch{
    max-width: 550px;
    background-color: #FFF;
}
.branch .get{
    background-color: #FEF1EA;
}
.branch .give{
    background-color: #FEF1EA;
}

/*===================================================
    give
====================================================*/
.can-procedure > label {
    flex: 1 1;
    order: -1;
    width: 50%;
    padding: 16px 14px;
    border-radius: 10px 10px 0 0;
    background-color: #DEDEDE;
    color: #818181;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
}
.can-procedure1 {
    border: 2px solid #818181;
    border-radius: 0 0 16px 16px;
}
.can-procedure2 {
    border: 2px solid #818181;
    border-radius: 0 0 16px 16px;
}
.not-received2:hover, .received2:hover {
    background-color: #d0d0d0;
    transition: .3s;
}
.not-received2.active, .received2.active {
    color: #FFF;
    background-color: #232323;
}
.not-received2 {
    transition-duration: .2s;
}
.received2 {
    transition-duration: .2s;
}
.not-received2.active {
    opacity: 1;
}

/*===================================================
    question
====================================================*/
.questionCmn{
    margin: 0 auto;
    box-sizing: border-box;
    background: #FFF;
    padding: 60px 16px 60px;
    margin-bottom: 0;
    text-align: left;
    max-width: 550px;
}
.questionCmn h2{
    font-size: 20px;
    line-height: 140%;
    font-weight: bold;
    letter-spacing: .03em;
    padding-bottom: 8px;
    margin-bottom: 32px;
    border-bottom: 1px solid;
}
.questionCmn .qaGroupe{
    margin-bottom: 32px;
}
.questionCmn .subTit{
    font-size: 16px;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.15px;
    margin-bottom: 8px;
}
.questionCmn .acdToggle{
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    margin-bottom: 8px;
    overflow: hidden;
}
.questionCmn .acdToggle .acdTit{
    position: relative;
    padding: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}
.questionCmn .acdToggle .acdTit .badge{
    position: absolute;
    left: 0;
    width: 30px;
    aspect-ratio: 1;
}
.questionCmn .acdToggle .acdTit .badge img{
    width: 100%;
}
.questionCmn .acdToggle .acdTit .txt{
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.144px;
    transition: 0.3s ease;
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
}
.questionCmn .acdToggle.open .acdTit .txt{
    color: #F6732A;
}
.questionCmn .acdToggle .acdTit .arr{
    position: absolute;
    top: calc(50% - 10px);
    right: 16px;
    width: 20px;
    height: 20px;
    transition: 0.3s ease;
    transform: rotate(180deg);
}
.questionCmn .acdToggle.open .acdTit .arr{
    transform: rotate(0deg);
}
.questionCmn .acdToggle .acdTit .arr:before{
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 4px);
    width: 8px;
    aspect-ratio: 1;
    border-top: 2px solid #F6732A;
    border-right: 2px solid #F6732A;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
.questionCmn .acdToggle .acdDetail{
    padding: 0 16px 24px;
    display: none;
}
.questionCmn .acdToggle .acdDetailInner{
    position: relative;
    padding-left: 40px;
}
.questionCmn .acdToggle .acdDetailInner > *:last-child{
    margin-bottom: 0;
}
.questionCmn .acdToggle .acdDetailInner .badge{
    position: absolute;
    left: 0;
    width: 30px;
    aspect-ratio: 1;
}
.questionCmn .acdToggle .acdDetailInner .badge img{
    width: 100%;
}
.questionCmn .acdToggle .acdDetailInner .txt{
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.15px;
    margin-bottom: 8px;
}

.questionCmn .acdToggle .acdDetailInner .txt:last-child{
    margin-bottom: 0;
}
.questionCmn .acdToggle .acdDetailInner .qaInlist{

}
.questionCmn .acdToggle .acdDetailInner .qaInlist li{
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.15px;
    margin-bottom: 8px;
}
.questionCmn .acdToggle .acdDetailInner .qaInlist li .point{
    position: absolute;
    left: 0;
}
.questionCmn .acdToggle .acdDetailInner .inTxt{
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5em;
}
.questionCmn .acdToggle .acdDetailInner .inTxt:last-child{
    margin-bottom: 0;
}
.questionCmn .acdToggle .acdDetailInner .inTxt .point{
    position: absolute;
    left: 0;
}
.questionCmn .acdToggle .acdDetailInner .qaThumb{
    margin-top: 16px;
    margin-left: -40px;
    width: calc(100% + 40px);
    text-align: center;
}
.questionCmn .acdToggle .acdDetailInner .qaThumb img{
    width: 60%;
}
.questionCmn .acdToggle .acdDetailInner .btnQa{
    margin-top: 16px;
    margin-left: -40px;
    width: calc(100% + 40px);
    text-align: center;
}
.questionCmn .acdToggle .acdDetailInner .btnQa a{
    font-size: 14px;
    background: transparent;
    color: #F6732A;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: fit-content;
    transition: 0.3s ease;
    border: 1px solid rgba(246, 115, 42, 0.50);
    border-radius: 100px;
    box-sizing: border-box;
    height: 40px;
    min-width: 80px;
    padding: 6px 16px;
    margin: 0 auto;
    text-decoration: none;
}
.questionCmn .acdToggle .acdDetailInner .btnQa a span{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    transition: 0.3s ease;
}
.questionCmn .acdToggle .acdDetailInner .btnQa a span:before{
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    aspect-ratio: 1;
    border-top: 2px solid #F6732A;
    border-right: 2px solid #F6732A;
    transform: rotate(45deg);
    box-sizing: border-box;
}

@media screen and (min-width: 901px){
.questionCmn .acdToggle .acdDetailInner .btnQa a:hover {
    background: rgba(246, 115, 42, 0.12);
}
.questionCmn .acdToggle .acdTit:hover {
        color: #F6732A;
    }
}
/*===================================================
    footer
====================================================*/
footer {
    color: #FFF;
    font-size: 11px;
    line-height: 200%;
    border-radius: 112px 112px 0 0;
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}

footer .footerClm{
    display: flex;
    justify-content: center;
    gap: 104px;
    padding: 60px 120px 40px;
}
footer .clmLeft{
    max-width: 343px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
footer .footerLogo{
    width: 214px;
    line-height: 0;
}
footer .footerLogo img{
    width: 100%;
}
footer .footerAppDown{
    padding: 20px 30px;
    border-radius: 16px;
    background: rgba(29, 27, 26, 0.50);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .appBadge{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
footer .appBadge li{

}
footer .appBadge li.badgeTxt{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.197px;
}
footer .appBadge li.badgeIcon{
    width: 46px;
    aspect-ratio: 1;
    line-height: 0;
    order: -1;
}
footer .appBadge li.badgeAs{
    width: 106px;
}
footer .appBadge li.badgeGp{
    width: 133px;
}
footer .appBadge li a{
    display: block;
    line-height: 0;
}
footer .appBadge li img{
    width: 100%;
}
footer .clmRight{

}
footer .footerNavBlock{
    display: flex;
    gap: 90px;
    margin-bottom: 40px;
}
footer .footerNavBlock .footerNavLeft{
    width: 100%;
    max-width: 400px;
}
footer .footerNavBlock .footerNavRight{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 200px;
}
footer .footerNavBlock .footerNavAcd{

}
footer .footerNavBlock .footerNavAcd dt{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.15px;
    border-bottom: 1px solid #9E9E9E;
    padding-bottom: 8px;
}
footer .footerNavBlock .footerNavAcd dt.acdTit{
  position: relative;
}
footer .footerNavBlock .footerNavAcd dt.acdTit span{
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    width: 20px;
    height: 20px;
    transition: 0.3s ease;
}
footer .footerNavBlock .footerNavAcd.open dt.acdTit span{
    transform: rotate(180deg);

}
footer .footerNavBlock .footerNavAcd dt.acdTit span:before{
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 4px);
    width: 8px;
    aspect-ratio: 1;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
footer .footerNavBlock .footerNavAcd dt a{
    position: relative;
    display: flex;
    align-items: center;
}
footer .footerNavBlock .footerNavAcd dt a span{
    line-height: 0;
    width: 20px;
}
footer .footerNavBlock .footerNavAcd dt a span img{
  width: 100%;
}
footer .footerNavBlock .footerNavAcd dd{
    padding: 16px 0 0;
}
footer .footerNavBlock .footerNavAcd dd .acdDetailInner{
    display: flex;
    gap: 72px;
}
footer .footerNavBlock .navList{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
footer .footerNavBlock .navList li{

}
footer .footerNavBlock .navList li a{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.15px;
    display: flex;
    align-items: center;
    gap: 4px;
}
footer .footerNavBlock .navList li a span{
    width: 20px;
    aspect-ratio: 1;
    line-height: 0;
}
footer .footerNavBlock .navList li a span img{
  width: 100%;
}
footer .footerBnr{
  display: flex;
  gap: 8px;
}
footer .footerBnr li{
    width: 224px;
    height: 80px;
    aspect-ratio: 14 / 5;
}
footer .footerBnr li a{
  display: block;
  line-height: 0;
}
footer .footerBnr li a img{
  width: 100%;
}
footer .supportArea{
    color: #757575;
    background: #FFF;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 32px 32px;
}
footer .supportNav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    max-width: 400px;
}
footer .supportNav li a {
    display: block;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #757575;
    text-decoration: none;
    cursor: pointer;
}
footer .floatBtn{
    position: fixed;
    right: 60px;
    bottom: 40px;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 100px;
    overflow: hidden;
    transition: 0.3s ease;
}
footer .floatBtn.is-hide{
    opacity: 0;
    pointer-events: none;
}
footer .floatBtn a{
    background: #F6732A;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.15px;
    font-family: "Outfit", sans-serif;
    line-height: 1em;
    transition: 0.3s ease;
}
footer .floatBtn a span{
    width: 16px;
    height: 16px;
    position: relative;
}
footer .floatBtn a span:before{
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 4px);
    width: 8px;
    aspect-ratio: 1;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(-45deg);
    box-sizing: border-box;
}
@media screen and (min-width: 901px){
footer .footerNavBlock .footerNavAcd dt.acdTit {
    pointer-events: none;
}
footer .footerNavBlock .footerNavAcd dt.acdTit span {
    display: none;
}
footer .floatBtn a:hover{
    background-color: #944519;
}
}

@media screen and (min-width:901px) and (max-width:1400px ) {
footer .footerClm {
    flex-direction: column;
    max-width: 690px;
    padding: 60px 105px 40px;
    margin: 0 auto;
}
}

@media screen and (max-width: 900px){
footer {
    border-radius: 32px 32px 0 0;
}
footer .footerClm {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 32px 24px 24px;
    margin: 0 auto;
    gap: 24px;
    box-sizing: border-box;
}
footer .clmLeft {
    max-width: 100%;
    gap: 16px;
}
footer .footerLogo {
    width: 100%;
    max-width: 153px;
}
footer .footerNavBlock {
    flex-direction: column;
    margin-bottom: 24px;
    gap: 24px;
}
footer .footerNavBlock .footerNavLeft {
    max-width: 100%;
}
footer .footerNavBlock .footerNavAcd dt.acdTit {
    font-size: 14px;
}
footer .footerNavBlock .footerNavAcd dd {
    display: none;
}
footer .footerNavBlock .footerNavAcd dd .acdDetailInner{
    gap: 36px;
}
footer .footerNavBlock .navList li a {
    font-size: 12px;
}
footer .footerNavBlock .footerNavRight {
    gap: 24px;
    max-width: 100%;
}
footer .footerAppDown {
        padding: 16px;
}
footer .appBadge {
    gap: 0;
    justify-content: space-between;
}
footer .appBadge li.badgeTxt {
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
}
footer .appBadge li.badgeIcon {
    width: 13%;
    order: 0;
}
footer .appBadge li.badgeAs {
    width: 36%;
}
footer .appBadge li.badgeGp {
    width: 44%;
}
footer .footerBnr{
    flex-wrap: wrap;
    gap: 4px;
}
footer .footerBnr li{
    width: calc(50% - 2px);
    height: auto;
}
footer .footerBnr li.bnrSns{
    width: 100%;
    aspect-ratio: 372 / 62;
}
footer .supportArea {
    padding: 16px 16px 32px;
}
footer .floatBtn {
    right: 8px;
}
}
