@charset "UTF-8";

/* ----- footer ----- */
footer.animate__animated{
    /* opacity: 0; */
    position: relative;
}
footer .inner{
    max-width: 1280px;
    padding: 0 90px;
    margin: 0 auto;
}
footer .pagetop{
    width: 40px;
    height: 40px;
    display: block;
    background: url('../img/icn_pagetop.svg') no-repeat center center;
    background-size: 40px 40px;
    position: absolute;
    top: calc(50% - 19px);
    right: 40px;
	transition:0.5s;
}
footer .pagetop.sp{
    display: none;
}
footer .pagetop:hover{
    background-image: url('../img/icn_pagetop_on.svg');
    opacity: 1;
}
footer .pagetop img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1230px){
    footer .inner{
        padding: 0 30px;
    }
}
@media screen and (max-width: 768px){
    footer .inner{
        padding: 0 30px;
    }
    footer .pagetop.pc{
        display: none;
    }
    footer .pagetop.sp{
        width: 60px;
        height: 60px;
        background-size: 60px 60px;
        display: block;
        top: -34px;
        right: 0;
    }
}
/* ----- footer - contact ----- */
#contact{
    color: #fff;
}
#contact .ttlwrap{
    min-height: 300px;
    padding: 100px 0 70px 0;
    background: no-repeat center center/cover;
    background-color: #ca234e;
    /* background-image:  linear-gradient(to top, rgba(0,0,0,0.71), rgba(0,0,0,0.71)),
        url("../img/bg_contact.jpg"); */
}
#contact h2{
    font-size: 3.5rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.1em;
}
#contact h2 i.en{
    margin: 17px 0;
    font-size: 1.6rem;
    display: block;
}
#contact p.lead.inner{
    padding: 0;
    text-align: center;
}
#contact .flexwrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#contact a{
    width: 50%;
    height: 160px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#contact a:hover{
    opacity: 1;
}
#contact a.form::before{
    content: "";
    width: 42px;
    height: 42px;
    margin-right: 12px;
    background: url('../img/icn_mail.svg') no-repeat right center/42px auto;
}
#contact a.form:hover::before{
    background-image: url('../img/icn_mail_on.svg');
}
#contact a.tel{
    background: #4a4a4a;
}
#contact a.tel::before{
    content: "";
    width: 37px;
    height: 37px;
    margin-right: 12px;
    background: url('../img/icn_tel.svg') no-repeat right center/37px auto;
}
#contact a.tel:hover::before{
    background-image: url('../img/icn_tel_on.svg');
}
#contact a span{
    background-color: #000;
    background-image:
        linear-gradient(to right, rgba(255,255,255,0) 50%, #fff 50%),
        linear-gradient(to right, #ff0080 0%,#cdd400 52%,#ff0080 100%);
    background-position:
        100% 0,
        0 0;
    background-size: 200% auto, 100% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0);
    -webkit-transition: .4s ease-out;
}
/* ie11 */
_:-ms-lang(x)::-ms-backdrop, #contact a span{
    background: none;
}
#contact a:hover span{
    color: #ca234e;
    background-position: 0 0, 0 0;
}

@media screen and (max-width: 768px){
    #contact{}
    #contact .ttlwrap{
        min-height: 290px;
        padding: 50px 0 0 0;
        background-size: auto 150%;
    }
    #contact h2{
        line-height: 1;
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
    }
    #contact h2 i.en{
        margin: 0 0 10px 0;
    }
    #contact p.lead.inner{
        margin-top: 40px;
        padding: 0 25px;
        line-height: 2.2;
        text-align: left;
    }
    #contact p.lead.txt_animate__animated .ani_txtwrap,
    #contact p.lead.txt_animate__animated .ani_txtwrap .ani_txtinner{
        line-height: inherit;
    }
    #contact .flexwrap{
        display: block;
    }
    #contact a{
        width: 100%;
        height: auto;
        min-height: 75px;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }
    #contact a.form::before{
        width: 28px;
        height: 28px;
        margin-right: 10px;
        background-size: 28px auto;
    }
    #contact a.tel::before{
        width: 24px;
        height: 24px;
        background-size: 24px auto;
    }
    
}

/* ----- footer - breadcrumb ----- */
footer .breadcrumb{
    padding: 15px 100px 15px 40px;
    display: flex;
    align-items: center;
    position: relative;
}
footer .breadcrumb a.home img{
    width: 40px;
    height: 40px;
    display: block;
}
footer .breadcrumb a.home .cls-1{
    fill: #ca234e;
}
footer .breadcrumb span{
    font-size: 15px;
    display: flex;
    align-items: center;
}
footer .breadcrumb span::before{
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 20px 0 25px;
    display: inline-block;
    background: url('../img/icn_arrow_next_gray.svg') no-repeat left center;
    background-size: auto 10px;
}
footer .breadcrumb span a{
    color: #828282;
}
@media screen and (max-width: 768px){
    footer .breadcrumb{
        padding: 15px 15px;
        position: relative;
        background-color: #fff;
    }
    footer .breadcrumb a.home img{
        width: 30px;
        height: auto;
    }
    footer .breadcrumb .pagetop.pc{
        display: none;
    }
    footer .breadcrumb span{
        font-size: 14px;
        letter-spacing: 0;
    }
    footer .breadcrumb span::before{
        width: 10px;
        height: 10px;
        margin: 0 8px 0 13px;
        background-size: auto 10px;
    }
}

/* ----- footer - nav ----- */
footer nav{
    padding: 40px 0 30px 0;
    color: #828282;
    background: #f7f7f7;
}
footer nav h2{
    margin-bottom: 10px;
    font-size: 17px;
}
footer nav .flexwrap{
    display: flex;
}
footer nav .flexwrap div:not(.snsset){
    width: calc((100% - 240px)/3);
    margin-left: 120px;
}
footer nav .flexwrap div:not(.snsset):first-child{
    margin-left: 0;
}
footer nav .flexwrap div:not(.snsset) a{
    display: block;
    text-decoration: none;
}
footer nav .snsset{
    padding: 15px 0;
    border-top: 1px solid #828282;
}
footer nav .flexwrap div:not(.snsset) .snsset a{
    display: inline;
}
footer nav a,
footer nav span{
    padding: 10px 0;
    font-size: 15px;
    color: #828282;
    border-top: 1px solid #828282;
    position: relative;
}
footer nav a.void{
    color: #d9d9d9;
}
footer nav a:nth-child(4n+1){
    border-top: none;
}
footer nav a::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url("../img/icn_arrow_double_next.svg") no-repeat right 2px center;
    background-size: 12px auto;
    position: absolute;
    top: 0;
    left: 0;
}
footer nav a:hover::after{
    background-image: url("../img/icn_arrow_double_next_on.svg");
    opacity: 1;
}
footer nav a.void::after{
    opacity: 0.3;
}
footer nav a.void:hover::after{
    background-image: url("../img/icn_arrow_double_next.svg");
}
footer nav .snsset a::after{
    content: none;
}
footer nav .snsset a.fb{
    margin-right: 15px;
}
footer nav .snsset a.fb .cls-1{
	fill: #898f9c;
	transition: fill 0.3s ease-out;
}
footer nav .snsset a.fb .cls-2{
    fill: #fff;
}
footer nav .snsset a.tw .cls-1{
	fill: #aab8c2;
	transition: fill 0.3s ease-out;
}
footer nav .snsset a.tw .cls-2{
    fill: #fff;
}
footer nav .snsset a.fb:hover .cls-1{
	fill:#1877f2;
}
footer nav .snsset a.fb:hover .cls-2{
	fill:#fff;
}
footer nav .snsset a.tw:hover .cls-1{
	fill:#1da1f2;
}
footer nav .snsset a.tw:hover .cls-2{
	fill:#fff;
}
@media screen and (max-width: 1230px){
    footer nav .gridwrap{
        gap: 1px 30px;
    }
    footer nav .flexwrap div:not(.snsset){
        width: calc((100% - 60px)/3);
        margin-left: 30px;
    }
}
@media screen and (max-width: 950px){
    footer nav .gridwrap{
        gap: 1px 15px;
    }
    footer nav .flexwrap div:not(.snsset){
        width: calc((100% - 30px)/3);
        margin-left: 15px;

    }
    footer nav a{
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 768px){
    footer nav{
        padding: 50px 0 40 0;
        margin-top: -1px;
    }
    footer nav h2{
        margin-bottom: 10px;
        font-size: 16px;
    }
    footer nav .gridwrap{
        display: block;
    }
    footer nav .flexwrap{
        display: block;
    }
    footer nav .flexwrap div:not(.snsset){
        width: 100%;
        margin-left: 0;
    }
    footer nav a{
        padding: 12px 0;
        font-size: 14px;
        display: block;
    }
    footer nav a:nth-child(4n+1){
        border-top: 1px solid #828282 !important;
    }
    footer nav a:first-of-type{
        border-top: none;
    }
    footer nav .snsset{
        display: flex;
    }
    footer nav .snsset a{
        border-top: none !important;
    }
}

/* -- footer - special thanks  --*/
footer .thanks{
    padding: 45px 0 50px 0;
    color: #828282;
}
footer .thanks h2{
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0.04em;
}
footer .thanks .flexwrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
footer .thanks a{
    margin: 10px 35px 10px 0;
    font-size: 14px;
    line-height: 1.2;
    color: #828282;
    text-decoration: underline;
}
footer .thanks a:hover{
    text-decoration: none;
}
@media screen and (max-width: 768px){
    footer .thanks{
        padding: 45px 0 40px 0;
        background-color: #fff;
        margin-top: -1px;
        position: relative;
    }
    footer .thanks .inner{
        padding-right: 10px;
    }
    footer .thanks h2{
        margin-bottom: 30px;
    }
    footer .thanks a{
        margin: 10px 20px 10px 0;
        font-size: 12px;
    }
}

/* -- footer - LMgroup  --*/
footer .LMgroup{
    padding: 70px 0 30px 0;
    background: #d9294f url("../img/bg_ft_group.png") right center/cover no-repeat;
    position: relative;
    color: #fff;
}
footer .LMgroup h2{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-weight: 700;
}
footer .LMgroup h2 img{
    width: 101px;
    height: auto;
    margin-right: 26px;
    display: block;
}
footer .LMgroup h2 span{
    font-size: 17px;
}
footer .LMgroup h2 span .en{
    font-size: 29px;
}
footer .LMgroup dl{
    display: flex;
    align-content: flex-start;
}
footer .LMgroup dl div{
    margin-right: 50px;
    font-size: 1.2rem;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}
footer .LMgroup dl div:last-child{
    margin-right: 0;
}
footer .LMgroup dl dt,
footer .LMgroup dl dd{
    margin-top: 14px;
    white-space: nowrap;
}
footer .LMgroup dl dt{
    font-size: 1.4rem;
    font-weight: 700;
}
footer .LMgroup dl dd a{
    font-size: 1.3rem;
    color: #fff;
}
footer .LMgroup dl dd a:hover{
    color: #efefef;
}
footer .LMgroup #copyright{
    margin-top: 90px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1230px){
    footer .LMgroup dl{
        flex-wrap: wrap;
    }
    footer .LMgroup dl div{
        margin-top: 1rem;
    }
}
@media screen and (max-width: 768px){
    footer .LMgroup{
        padding: 4rem 0 3.2rem 0;
        background-position: 70% center;
    }
    footer .LMgroup h2{
        margin-bottom: 2.5rem;
    }
    footer .LMgroup h2 img{
        width: 5.05rem;
        margin-right: 1.3rem;
    }
    footer .LMgroup h2 span{
        font-size: 9px;
    }
    footer .LMgroup h2 span .en{
        font-size: 15px;
    }
    footer .LMgroup dl{
        display: block;
    }
    footer .LMgroup dl div{
        margin-top: 1rem;
        margin-right: 0;
        font-size: 1.1rem;
        line-height: 1.5;
    }
    footer .LMgroup dl dt{
        margin-top: 1.8rem;
    }
    footer .LMgroup dl dd a{
    }
    footer .LMgroup #copyright{
        margin-top: 70px;
        font-size: 1.0rem;
        letter-spacing: 0;
    }
}


/*---- single / follow ----*/
.snswrap a {
    margin: 0 5px;
    display: inline-block;
}
#follow{
    padding: 100px 0;
    text-align: center;
    background: #fff;
}
#follow{
    padding: 100px 0 60px 0;
}
#follow .inner {
    margin: 0 auto;
    max-width: 1005px;
}
#follow::after{
    border-color: #fff transparent transparent transparent;
}
#follow p.lead{
	margin: 30px auto;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.snsfollow{
    margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.snsfollow a{
    width: 400px;
    height: 60px;
    margin: 0 17px;
    padding: 0 15px;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.snsfollow a.fb{
    background: #4267b2;
}
.snsfollow a.fb::before{
    content: "";
    width: 42px;
    height: 42px;
    display: inline-block;
    background: url('../img/snsbtn_fb.svg') no-repeat;
    background-size: auto 36px;
}
.snsfollow a.tw{
    background: #000000;
}
.snsfollow a.tw::before{
    content: "";
    width: 46px;
    height: 46px;
    display: inline-block;
    background: url('../img/sns_x.png') no-repeat;
    background-size: auto 46px;
}
@media screen and (max-width: 768px){
#follow{
        padding: 80px 0 30px 0;
    }
#follow{
        padding: 80px 0 30px 0;
        position: relative;
    }
#follow p.lead{
        margin: 40px auto 30px auto;
        font-size: 20px;
        line-height: 1.8;
    }
.snsfollow{
        margin-top: 20px;
        display: block;
    }
.snsfollow a{
        width: 78%;
        height: 60px;
        font-size: 19px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
.snsfollow a.fb::before{
        width: 40px;
        height: 36px;
        background-size: auto 36px;
    }
.snsfollow a.tw::before{
        width: 42px;
        height: 42px;
        background-size: auto 42px;
    }
}