@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
body{
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.text-content{
    text-align: center;
    color: #505050;
}

header{
    padding: 10px 0px;
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}

header>img{
    padding-left: 80px;
}

.fast-message{
    margin: 60px auto 40px;
    font-size: 2.2em;
}

.catch-text{
    margin-bottom: 10px;
    font-size: 2.8em;
}

.catch-text-2{
    margin-bottom: 10px;
    font-size: 3.8em;
    color: #E54B52;
}

.catch-text-bold{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 2.8em;
}

.catch-text-bold>span>.pink{
    font-size: 32px;
    color: #E54B52;
}

.catch-text-bold>.back{
    padding: 0px 5px;
    font-size: 38px;
    background-color: #E54B52;
    color: white;
}

.triangle{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.triangle>span{
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 16px solid #cecece;
    border-bottom: 0;
}

.line-cta{
    display: block;
    margin:0px auto 48px;
    width: 600px;
}

.line-cta>img{
    width: 100%;
}

.end-text{
    margin-bottom: 40px;
    font-size: 1.8em;
    line-height: 2;
}

ul.end-text{
    margin-bottom: 80px;
}

.top-button{
    display: block;
    margin-bottom: 60px;
    font-size: 1.8em;
}

/* --------------------------------------------------------------------- 
footer
-----------------------------------------------------------------------*/
footer{
    position: relative;
    padding: 60px 0px 30px;
    background-color: #FFF28E;
    color: #505050;
}

.footer__links{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 1.6em;
}

.footer__linksItem{
    padding: 0px 20px;
    border-left: 1px solid #553232;
}

.footer__linksItem:nth-of-type(1){
    border-left: initial;
}

.copy{
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
}

.footer__logo{
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

@media(max-width:1305px){
/* --------------------------------------------------------------------- 
footer
-----------------------------------------------------------------------*/
.footer__logo{
    left: 3%;
    width: 130px;
}
}

@media(max-width:767px){
.sp-br{
    display: block;
}

header>img {
    width: 100px;
    padding-left: 20px;
}

.fast-message{
    font-size: 1.6em;
}

.catch-text{
    font-size: 1.6em;
}

.catch-text-2{
    font-size: 2em;
}

.catch-text-bold{
    font-size: 1.1em;
}

.catch-text-bold>span>.pink{
    font-size: 16px;
}

.catch-text-bold>.back{
    font-size: 18px;
}

.line-cta{
    width: 300px;
}

.end-text{
    width: 90%;
    margin: 0px auto 40px;
    font-size: 1.4em;
}
/* --------------------------------------------------------------------- 
footer
-----------------------------------------------------------------------*/
footer{
    padding: 40px 0px 20px;
}

.footer__links{
    margin-bottom: initial;
    font-size: 1.2em;
}

.footer__linksItem{
    padding: 0px 10px;
}

.footer__logo{
    display: block;
    transform: initial;
    margin: 20px auto;
    position: initial;
}
}